Home
last modified time | relevance | path

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

/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.c575 if (s->gzhead->hcrc)
677 (s->gzhead->hcrc ? 2 : 0) +
694 if (s->gzhead->hcrc)
737 if (s->gzhead->hcrc && s->pending > beg)
748 if (s->gzhead->hcrc && s->pending > beg)
766 if (s->gzhead->hcrc && s->pending > beg)
779 if (s->gzhead->hcrc && s->pending > beg)
797 if (s->gzhead->hcrc && s->pending > beg)
810 if (s->gzhead->hcrc && s->pending > beg)
820 if (s->gzhead->hcrc) {
[all...]
H A Dzlib.h124 int hcrc; /* true if there was or will be a header crc */ member
721 available there. If hcrc is true, a gzip header crc is included. Note that
922 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);
/third_party/node/deps/zlib/
H A Ddeflate.c917 if (s->gzhead->hcrc) in deflateBound()
978 if (s->gzhead->hcrc && s->pending > (beg)) \
1096 (s->gzhead->hcrc ? 2 : 0) + in deflate()
1113 if (s->gzhead->hcrc) in deflate()
1191 if (s->gzhead->hcrc) { in deflate()
H A Dzlib.h126 int hcrc; /* true if there was or will be a header crc */ member
818 available there. If hcrc is true, a gzip header crc is included. Note that
1048 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dinflate.c804 state->head->hcrc = (int)((state->flags >> 9) & 1); in inflate()
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c745 if (s->gzhead->hcrc)
809 if (s->gzhead->hcrc && s->pending > (beg)) \
930 (s->gzhead->hcrc ? 2 : 0) +
947 if (s->gzhead->hcrc)
1025 if (s->gzhead->hcrc) {
H A Dzlib.h126 int hcrc; /* true if there was or will be a header crc */ member
818 available there. If hcrc is true, a gzip header crc is included. Note that
1046 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dinflate.c832 state->head->hcrc = (int)((state->flags >> 9) & 1);
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c739 if (s->gzhead->hcrc)
803 if (s->gzhead->hcrc && s->pending > (beg)) \
922 (s->gzhead->hcrc ? 2 : 0) +
939 if (s->gzhead->hcrc)
1017 if (s->gzhead->hcrc) {
H A Dzlib.h126 int hcrc; /* true if there was or will be a header crc */ member
818 available there. If hcrc is true, a gzip header crc is included. Note that
1044 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dinflate.c832 state->head->hcrc = (int)((state->flags >> 9) & 1);
/third_party/zlib/
H A Ddeflate.c885 if (s->gzhead->hcrc) in deflateBound()
948 if (s->gzhead->hcrc && s->pending > (beg)) \
1066 (s->gzhead->hcrc ? 2 : 0) + in deflate()
1083 if (s->gzhead->hcrc) in deflate()
1161 if (s->gzhead->hcrc) { in deflate()
H A Dzlib.h126 int hcrc; /* true if there was or will be a header crc */ member
819 available there. If hcrc is true, a gzip header crc is included. Note that
1049 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dinflate.c869 state->head->hcrc = (int)((state->flags >> 9) & 1); in inflate()
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas62 hcrc: Integer; (* true if there was or will be a header crc *)
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinflate.c843 state->head->hcrc = (int)((state->flags >> 9) & 1);
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinflate.c815 state->head->hcrc = (int)((state->flags >> 9) & 1); in inflate()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinflate.c843 state->head->hcrc = (int)((state->flags >> 9) & 1);

Completed in 64 milliseconds