Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_gzip.c227 int hcrc = ((int)p[len + 1] << 8) | (int)p[len]; in peek_at_header()
229 if (crc != hcrc) in peek_at_header()
/freebsd/sys/contrib/zlib/
H A Ddeflate.c879 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()
H A Dzlib.h126 int hcrc; /* true if there was or will be a header crc */ member
H A Dinflate.c803 state->head->hcrc = (int)((state->flags >> 9) & 1); in inflate()