Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c732 if (s->gzhead->hcrc)
796 if (s->gzhead->hcrc && s->pending > (beg)) \
917 (s->gzhead->hcrc ? 2 : 0) +
934 if (s->gzhead->hcrc)
1012 if (s->gzhead->hcrc) {
H A Dzlib.h126 int hcrc; /* true if there was or will be a header crc */ member
H A Dinflate.c819 state->head->hcrc = (int)((state->flags >> 9) & 1); in inflate()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c2973 state->head->hcrc = (int)((state->flags >> 9) & 1);