Home
last modified time | relevance | path

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

/xnu-8792.61.2/libkern/zlib/
H A Ddeflate.c626 (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()
H A Dinflate.c784 state->head->hcrc = (int)((state->flags >> 9) & 1); in inflate()
/xnu-8792.61.2/libkern/libkern/
H A Dzlib.h148 int hcrc; /* true if there was or will be a header crc */ member