Searched refs:pnDummy (Results 1 – 2 of 2) sorted by relevance
408 sal_uInt8 pnDummy[ 1024 ]; in skip() local413 … sal_Int32 nBlockLen = ::std::min( nBytesLeft, static_cast< sal_Int32 >( sizeof( pnDummy ) ) ); in skip()414 bResult = decode( pnDummy, pnDummy, nBlockLen ); in skip()
488 sal_uInt8 pnDummy[ 1024 ]; in Skip() local494 sal_Size nBlockLen = ::std::min< sal_Size >( nDatLeft, sizeof(pnDummy) ); in Skip()495 bResult = Decode( pnDummy, nBlockLen, pnDummy, nBlockLen ); in Skip()
Completed in 10 milliseconds