Searched refs:crc32 (Results 1 – 2 of 2) sorted by relevance
40 long crc32; member134 return pEntry->crc32; in mzGetZipEntryCrc32()
341 pEntry->crc32 = get4LE(ptr + CENCRC); in parseZipArchive()706 *(unsigned long *)crc = crc32(*(unsigned long *)crc, data, dataLen); in crcProcessFunction()719 crc = crc32(0L, Z_NULL, 0); in mzIsZipEntryIntact()726 if (crc != (unsigned long)pEntry->crc32) { in mzIsZipEntryIntact()728 pEntry->fileNameLen, pEntry->fileName, crc, pEntry->crc32); in mzIsZipEntryIntact()