Home
last modified time | relevance | path

Searched refs:extra_max (Results 1 - 16 of 16) sorted by relevance

/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas57 extra_max: Integer; (* space at extra (only when reading header) *)
/third_party/node/deps/zlib/
H A Dzlib.h121 uInt extra_max; /* space at extra (only when reading header) */ member
1049 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
1052 extra field, or that field truncated if extra_max is less than extra_len.
H A Dinflate.c734 state->head->extra_max) { in inflate()
736 len + copy > state->head->extra_max ? in inflate()
737 state->head->extra_max - len : copy); in inflate()
/third_party/libwebsockets/win32port/zlib/
H A Dzlib.h119 uInt extra_max; /* space at extra (only when reading header) */ member
923 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
926 extra field, or that field truncated if extra_max is less than extra_len.
H A Dinflate.c726 len + copy > state->head->extra_max ?
727 state->head->extra_max - len : copy);
/third_party/zlib/
H A Dzlib.h121 uInt extra_max; /* space at extra (only when reading header) */ member
1050 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
1053 extra field, or that field truncated if extra_max is less than extra_len.
H A Dinflate.c775 state->head->extra_max) { in inflate()
777 len + copy > state->head->extra_max ? in inflate()
778 state->head->extra_max - len : copy); in inflate()
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinflate.c745 state->head->extra_max) { in inflate()
747 len + copy > state->head->extra_max ? in inflate()
748 state->head->extra_max - len : copy); in inflate()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinflate.c776 state->head->extra_max) {
778 len + copy > state->head->extra_max ?
779 state->head->extra_max - len : copy);
/third_party/skia/third_party/externals/zlib/
H A Dinflate.c765 state->head->extra_max) {
767 len + copy > state->head->extra_max ?
768 state->head->extra_max - len : copy);
H A Dzlib.h121 uInt extra_max; /* space at extra (only when reading header) */ member
1045 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
1048 extra field, or that field truncated if extra_max is less than extra_len.
/third_party/node/deps/v8/third_party/zlib/
H A Dzlib.h121 uInt extra_max; /* space at extra (only when reading header) */ member
1047 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
1050 extra field, or that field truncated if extra_max is less than extra_len.
H A Dinflate.c767 len + copy > state->head->extra_max ?
768 state->head->extra_max - len : copy);
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc326 head.extra_max = len; in inf()
/third_party/zlib/test/
H A Dinfcover.c304 head.extra_max = len; in inf()
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinflate.c778 len + copy > state->head->extra_max ?
779 state->head->extra_max - len : copy);

Completed in 30 milliseconds