Searched refs:gz_crc (Results 1 – 1 of 1) sorted by relevance
74 uint32_t gz_crc; /* stream CRC32 */ member149 s->gz_crc = crc32(0L, Z_NULL, 0); in gz_reset()181 s->gz_crc = crc32(s->gz_crc, data, len); in gz_write()203 ((uint32_t *)trailer)[0] = htole32(s->gz_crc); in gz_write()