Searched refs:aCRC32 (Results 1 – 2 of 2) sorted by relevance
297 CRC32 aCRC32; in ImplSetStoredData() local299 rEntry.nCompressedSize = rEntry.nSize = aCRC32.updateStream ( rStream ); in ImplSetStoredData()300 rEntry.nCrc = aCRC32.getValue(); in ImplSetStoredData()
1013 CRC32 aCRC32; in WriteMimetypeMagicFile() local1014 aCRC32.update( aType ); in WriteMimetypeMagicFile()1015 pEntry->nCrc = aCRC32.getValue(); in WriteMimetypeMagicFile()
Completed in 17 milliseconds