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

/external/chromium_org/third_party/zlib/
H A Ddeflate.c532 if (s->gzhead->hcrc)
634 (s->gzhead->hcrc ? 2 : 0) +
651 if (s->gzhead->hcrc)
694 if (s->gzhead->hcrc && s->pending > beg)
705 if (s->gzhead->hcrc && s->pending > beg)
723 if (s->gzhead->hcrc && s->pending > beg)
736 if (s->gzhead->hcrc && s->pending > beg)
754 if (s->gzhead->hcrc && s->pending > beg)
767 if (s->gzhead->hcrc && s->pending > beg)
777 if (s->gzhead->hcrc) {
[all...]
H A Dzlib.h125 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
726 available there. If hcrc is true, a gzip header crc is included. Note that
927 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dinflate.c791 state->head->hcrc = (int)((state->flags >> 9) & 1);
/external/zlib/src/
H A Ddeflate.c606 if (s->gzhead->hcrc)
711 (s->gzhead->hcrc ? 2 : 0) +
728 if (s->gzhead->hcrc)
771 if (s->gzhead->hcrc && s->pending > beg)
782 if (s->gzhead->hcrc && s->pending > beg)
800 if (s->gzhead->hcrc && s->pending > beg)
813 if (s->gzhead->hcrc && s->pending > beg)
831 if (s->gzhead->hcrc && s->pending > beg)
844 if (s->gzhead->hcrc && s->pending > beg)
854 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
977 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dinflate.c807 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/chromium_org/sdch/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/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
977 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 543 milliseconds