Searched refs:hcrc (Results 1 – 3 of 3) sorted by relevance
626 (s->gzhead->hcrc ? 2 : 0) + in deflate()643 if (s->gzhead->hcrc) in deflate()686 if (s->gzhead->hcrc && s->pending > beg) in deflate()697 if (s->gzhead->hcrc && s->pending > beg) in deflate()715 if (s->gzhead->hcrc && s->pending > beg) in deflate()728 if (s->gzhead->hcrc && s->pending > beg) in deflate()746 if (s->gzhead->hcrc && s->pending > beg) in deflate()759 if (s->gzhead->hcrc && s->pending > beg) in deflate()769 if (s->gzhead->hcrc) { in deflate()
784 state->head->hcrc = (int)((state->flags >> 9) & 1); in inflate()
148 int hcrc; /* true if there was or will be a header crc */ member