Searched refs:getSizeAndCRC (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/package/source/zipapi/ |
| H A D | ZipFile.cxx | 1155 … getSizeAndCRC( nStreamOffset, nCompressedSize, &nRealSize, &nRealCRC ); in recover() 1214 getSizeAndCRC( aEntry.nFileDataOffset, aEntry.nCompressedSize, &nSize, &nCRC ); in checkSizeAndCRC() 1237 void ZipFile::getSizeAndCRC( sal_Int32 nFileDataOffset, sal_Int32 nCompressedSize, sal_Int32 *nSize… in getSizeAndCRC() function in ZipFile
|
| /AOO41X/main/package/inc/ |
| H A D | ZipFile.hxx | 100 …void getSizeAndCRC( sal_Int32 nOffset, sal_Int32 nCompressedSize, sal_Int32 *nSize, sal_Int32 *nCR…
|