Home
last modified time | relevance | path

Searched refs:getSizeAndCRC (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/package/source/zipapi/
H A DZipFile.cxx1155getSizeAndCRC( 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 DZipFile.hxx100 …void getSizeAndCRC( sal_Int32 nOffset, sal_Int32 nCompressedSize, sal_Int32 *nSize, sal_Int32 *nCR…