Searched refs:getSizeAndCRC (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/package/source/zipapi/ |
H A D | ZipFile.cxx | 970 … getSizeAndCRC( nStreamOffset, nCompressedSize, &nRealSize, &nRealCRC ); in recover() 1029 getSizeAndCRC( aEntry.nOffset, aEntry.nCompressedSize, &nSize, &nCRC ); in checkSizeAndCRC() 1052 void ZipFile::getSizeAndCRC( sal_Int32 nOffset, sal_Int32 nCompressedSize, sal_Int32 *nSize, sal_In… in getSizeAndCRC() function in ZipFile
|
/aoo4110/main/package/inc/ |
H A D | ZipFile.hxx | 100 …void getSizeAndCRC( sal_Int32 nOffset, sal_Int32 nCompressedSize, sal_Int32 *nSize, sal_Int32 *nCR…
|
Completed in 25 milliseconds