Searched refs:aCRC32 (Results 1 – 2 of 2) sorted by relevance
302 CRC32 aCRC32; in ImplSetStoredData() local304 rEntry.nCompressedSize = rEntry.nSize = aCRC32.updateStream ( rStream ); in ImplSetStoredData()305 rEntry.nCrc = aCRC32.getValue(); in ImplSetStoredData()
1018 CRC32 aCRC32; in WriteMimetypeMagicFile() local1019 aCRC32.update( aType ); in WriteMimetypeMagicFile()1020 pEntry->nCrc = aCRC32.getValue(); in WriteMimetypeMagicFile()