Searched refs:hcrc (Results 1 – 4 of 4) sorted by relevance
227 int hcrc = ((int)p[len + 1] << 8) | (int)p[len]; in peek_at_header()229 if (crc != hcrc) in peek_at_header()
879 if (s->gzhead->hcrc) in deflateBound()940 if (s->gzhead->hcrc && s->pending > (beg)) \1058 (s->gzhead->hcrc ? 2 : 0) + in deflate()1075 if (s->gzhead->hcrc) in deflate()1153 if (s->gzhead->hcrc) { in deflate()
126 int hcrc; /* true if there was or will be a header crc */ member
803 state->head->hcrc = (int)((state->flags >> 9) & 1); in inflate()