Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/zmod/
H A Ddeflate.c604 (s->gzhead->hcrc ? 2 : 0) +
621 if (s->gzhead->hcrc)
664 if (s->gzhead->hcrc && s->pending > beg)
675 if (s->gzhead->hcrc && s->pending > beg)
693 if (s->gzhead->hcrc && s->pending > beg)
706 if (s->gzhead->hcrc && s->pending > beg)
724 if (s->gzhead->hcrc && s->pending > beg)
737 if (s->gzhead->hcrc && s->pending > beg)
747 if (s->gzhead->hcrc) {
H A Dzlib.h123 int hcrc; /* true if there was or will be a header crc */ member
H A Dinflate.c768 state->head->hcrc = (int)((state->flags >> 9) & 1);