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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.c622 (s->gzhead->hcrc ? 2 : 0) +
639 if (s->gzhead->hcrc)
682 if (s->gzhead->hcrc && s->pending > beg)
693 if (s->gzhead->hcrc && s->pending > beg)
711 if (s->gzhead->hcrc && s->pending > beg)
724 if (s->gzhead->hcrc && s->pending > beg)
742 if (s->gzhead->hcrc && s->pending > beg)
755 if (s->gzhead->hcrc && s->pending > beg)
765 if (s->gzhead->hcrc) {
H A Dzlib.h145 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
704 available there. If hcrc is true, a gzip header crc is included. Note that
853 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dinflate.c778 state->head->hcrc = (int)((state->flags >> 9) & 1);

Completed in 79 milliseconds