Home
last modified time | relevance | path

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

/trunk/main/package/inc/
H A DZipFile.hxx96 sal_Bool checkSizeAndCRC( const ZipEntry& aEntry );
/trunk/main/package/source/package/zipapi/
H A DZipFile.cxx1116 … if ( ( aEntry.nSize || aEntry.nCompressedSize ) && !checkSizeAndCRC( aEntry ) ) in recover()
1205 sal_Bool ZipFile::checkSizeAndCRC( const ZipEntry& aEntry ) in checkSizeAndCRC() function in ZipFile