Lines Matching refs:pBuffer

310 		sal_Int8 *pBuffer = aBuffer.getArray();  in StaticFillData()  local
311 sal_Int16 nVersion = pBuffer[nPos++] & 0xFF; in StaticFillData()
312 nVersion |= ( pBuffer[nPos++] & 0xFF ) << 8; in StaticFillData()
315 sal_Int32 nCount = pBuffer[nPos++] & 0xFF; in StaticFillData()
316 nCount |= ( pBuffer[nPos++] & 0xFF ) << 8; in StaticFillData()
317 nCount |= ( pBuffer[nPos++] & 0xFF ) << 16; in StaticFillData()
318 nCount |= ( pBuffer[nPos++] & 0xFF ) << 24; in StaticFillData()
321 rSize = pBuffer[nPos++] & 0xFF; in StaticFillData()
322 rSize |= ( pBuffer[nPos++] & 0xFF ) << 8; in StaticFillData()
323 rSize |= ( pBuffer[nPos++] & 0xFF ) << 16; in StaticFillData()
324 rSize |= ( pBuffer[nPos++] & 0xFF ) << 24; in StaticFillData()
326 rEncAlg = pBuffer[nPos++] & 0xFF; in StaticFillData()
327 rEncAlg |= ( pBuffer[nPos++] & 0xFF ) << 8; in StaticFillData()
328 rEncAlg |= ( pBuffer[nPos++] & 0xFF ) << 16; in StaticFillData()
329 rEncAlg |= ( pBuffer[nPos++] & 0xFF ) << 24; in StaticFillData()
331 rChecksumAlg = pBuffer[nPos++] & 0xFF; in StaticFillData()
332 rChecksumAlg |= ( pBuffer[nPos++] & 0xFF ) << 8; in StaticFillData()
333 rChecksumAlg |= ( pBuffer[nPos++] & 0xFF ) << 16; in StaticFillData()
334 rChecksumAlg |= ( pBuffer[nPos++] & 0xFF ) << 24; in StaticFillData()
336 rDerivedKeySize = pBuffer[nPos++] & 0xFF; in StaticFillData()
337 rDerivedKeySize |= ( pBuffer[nPos++] & 0xFF ) << 8; in StaticFillData()
338 rDerivedKeySize |= ( pBuffer[nPos++] & 0xFF ) << 16; in StaticFillData()
339 rDerivedKeySize |= ( pBuffer[nPos++] & 0xFF ) << 24; in StaticFillData()
341 rStartKeyGenID = pBuffer[nPos++] & 0xFF; in StaticFillData()
342 rStartKeyGenID |= ( pBuffer[nPos++] & 0xFF ) << 8; in StaticFillData()
343 rStartKeyGenID |= ( pBuffer[nPos++] & 0xFF ) << 16; in StaticFillData()
344 rStartKeyGenID |= ( pBuffer[nPos++] & 0xFF ) << 24; in StaticFillData()
346 sal_Int16 nSaltLength = pBuffer[nPos++] & 0xFF; in StaticFillData()
347 nSaltLength |= ( pBuffer[nPos++] & 0xFF ) << 8; in StaticFillData()
348 sal_Int16 nIVLength = ( pBuffer[nPos++] & 0xFF ); in StaticFillData()
349 nIVLength |= ( pBuffer[nPos++] & 0xFF ) << 8; in StaticFillData()
350 sal_Int16 nDigestLength = pBuffer[nPos++] & 0xFF; in StaticFillData()
351 nDigestLength |= ( pBuffer[nPos++] & 0xFF ) << 8; in StaticFillData()
353 sal_Int16 nMediaTypeLength = pBuffer[nPos++] & 0xFF; in StaticFillData()
354 nMediaTypeLength |= ( pBuffer[nPos++] & 0xFF ) << 8; in StaticFillData()
713 const sal_Int8 *pBuffer = aBuffer.getConstArray(); in findEND() local
718 …if (pBuffer[nPos] == 'P' && pBuffer[nPos+1] == 'K' && pBuffer[nPos+2] == 5 && pBuffer[nPos+3] == 6… in findEND()
865 const sal_Int8 *pBuffer = aBuffer.getConstArray(); in recover() local
875 …if ( nPos < nBufSize - 30 && pBuffer[nPos] == 'P' && pBuffer[nPos+1] == 'K' && pBuffer[nPos+2] == … in recover()
878 … MemoryByteGrabber aMemGrabber ( Sequence< sal_Int8 >( ((sal_Int8*)(&(pBuffer[nPos+4]))), 26 ) ); in recover()
915 aEntry.sPath = OUString ( (sal_Char *) &pBuffer[nPos + 30], in recover()
946 …else if (pBuffer[nPos] == 'P' && pBuffer[nPos+1] == 'K' && pBuffer[nPos+2] == 7 && pBuffer[nPos+3]… in recover()
949 … MemoryByteGrabber aMemGrabber ( Sequence< sal_Int8 >( ((sal_Int8*)(&(pBuffer[nPos+4]))), 12 ) ); in recover()