Searched refs:hcrc (Results 1 – 19 of 19) sorted by relevance
604 (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) {
123 int hcrc; /* true if there was or will be a header crc */ member
768 state->head->hcrc = (int)((state->flags >> 9) & 1);
734 if (s->gzhead->hcrc)798 if (s->gzhead->hcrc && s->pending > (beg)) \919 (s->gzhead->hcrc ? 2 : 0) +936 if (s->gzhead->hcrc)1014 if (s->gzhead->hcrc) {
126 int hcrc; /* true if there was or will be a header crc */ member
838 state->head->hcrc = (int)((state->flags >> 9) & 1);
62 hcrc: Integer; (* true if there was or will be a header crc *)
128 int hcrc; /* true if there was or will be a header crc */ member
125 int hcrc; /* true if there was or will be a header crc */ member
466 int hcrc; /* true if there was or will be a header crc */ member
1639 state->head->hcrc = (int)((state->flags >> 9) & 1); in inflate()