Home
last modified time | relevance | path

Searched refs:aCRC (Results 1 – 3 of 3) sorted by relevance

/trunk/main/package/source/package/zipapi/
H A DZipOutputStream.cxx143 if (pEntry->nCrc != aCRC.getValue()) in closeEntry()
155 pEntry->nCrc = aCRC.getValue(); in closeEntry()
159 aCRC.reset(); in closeEntry()
203 aCRC.updateSegment(rBuffer, nNewOffset, nNewLength); in write()
276 aCRC.update( aEncryptionBuffer ); in doDeflate()
294 aCRC.update( aEncryptionBuffer ); in doDeflate()
H A DZipFile.cxx1038 CRC32 aCRC; in getCRC() local
1046 aCRC.updateSegment( aBuffer, 0, ::std::min( nBlockSize, nSize - ind * nBlockSize ) ); in getCRC()
1049 return aCRC.getValue(); in getCRC()
1057 CRC32 aCRC; in getSizeAndCRC() local
1075 aCRC.updateSegment( aData, 0, nLastInflated ); in getSizeAndCRC()
1083 *nCRC = aCRC.getValue(); in getSizeAndCRC()
/trunk/main/package/inc/
H A DZipOutputStream.hxx57 CRC32 aCRC; member in ZipOutputStream

Completed in 48 milliseconds