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

/external/zlib/src/
H A Ddeflate.c604 if (s->gzhead->hcrc)
709 (s->gzhead->hcrc ? 2 : 0) +
726 if (s->gzhead->hcrc)
769 if (s->gzhead->hcrc && s->pending > beg)
780 if (s->gzhead->hcrc && s->pending > beg)
798 if (s->gzhead->hcrc && s->pending > beg)
811 if (s->gzhead->hcrc && s->pending > beg)
829 if (s->gzhead->hcrc && s->pending > beg)
842 if (s->gzhead->hcrc && s->pending > beg)
852 if (s->gzhead->hcrc) {
[all...]
H A Dzlib.h124 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
756 available there. If hcrc is true, a gzip header crc is included. Note that
962 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dinflate.c806 state->head->hcrc = (int)((state->flags >> 9) & 1);
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.c598 (s->gzhead->hcrc ? 2 : 0) +
615 if (s->gzhead->hcrc)
658 if (s->gzhead->hcrc && s->pending > beg)
669 if (s->gzhead->hcrc && s->pending > beg)
687 if (s->gzhead->hcrc && s->pending > beg)
700 if (s->gzhead->hcrc && s->pending > beg)
718 if (s->gzhead->hcrc && s->pending > beg)
731 if (s->gzhead->hcrc && s->pending > beg)
741 if (s->gzhead->hcrc) {
H A Dzlib.h121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
680 available there. If hcrc is true, a gzip header crc is included. Note that
829 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dinflate.c754 state->head->hcrc = (int)((state->flags >> 9) & 1);
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
680 available there. If hcrc is true, a gzip header crc is included. Note that
829 contents. hcrc is set to true if there is a header CRC. (The header CRC
/external/open-vcdiff/src/zlib/
H A Dzlib.h121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
680 available there. If hcrc is true, a gzip header crc is included. Note that
829 contents. hcrc is set to true if there is a header CRC. (The header CRC
/external/zlib/
H A Dzlib.h124 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
756 available there. If hcrc is true, a gzip header crc is included. Note that
962 contents. hcrc is set to true if there is a header CRC. (The header CRC
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas62 hcrc: Integer; (* true if there was or will be a header crc *)

Completed in 770 milliseconds