Searched refs:aCRC (Results 1 – 3 of 3) sorted by relevance
143 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()
1038 CRC32 aCRC; in getCRC() local1046 aCRC.updateSegment( aBuffer, 0, ::std::min( nBlockSize, nSize - ind * nBlockSize ) ); in getCRC()1049 return aCRC.getValue(); in getCRC()1057 CRC32 aCRC; in getSizeAndCRC() local1075 aCRC.updateSegment( aData, 0, nLastInflated ); in getSizeAndCRC()1083 *nCRC = aCRC.getValue(); in getSizeAndCRC()
57 CRC32 aCRC; member in ZipOutputStream
Completed in 25 milliseconds