Searched refs:hcrc (Results 1 - 3 of 3) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Ddeflate.c606 if (s->gzhead->hcrc)
711 (s->gzhead->hcrc ? 2 : 0) +
728 if (s->gzhead->hcrc)
771 if (s->gzhead->hcrc && s->pending > beg)
782 if (s->gzhead->hcrc && s->pending > beg)
800 if (s->gzhead->hcrc && s->pending > beg)
813 if (s->gzhead->hcrc && s->pending > beg)
831 if (s->gzhead->hcrc && s->pending > beg)
844 if (s->gzhead->hcrc && s->pending > beg)
854 if (s->gzhead->hcrc) {
[all...]
H A Dzlib.h124 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
756 available there. If hcrc is true, a gzip header crc is included. Note that
977 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dinflate.c807 state->head->hcrc = (int)((state->flags >> 9) & 1);

Completed in 88 milliseconds