Home
last modified time | relevance | path

Searched refs:extra_max (Results 1 – 19 of 19) sorted by relevance

/third_party/zlib/contrib/pascal/
Dzlibpas.pas57 extra_max: Integer; (* space at extra (only when reading header) *)
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
Dinflate.c776 state->head->extra_max) {
778 len + copy > state->head->extra_max ?
779 state->head->extra_max - len : copy);
/third_party/flutter/skia/third_party/externals/zlib/
Dinflate.c765 state->head->extra_max) {
767 len + copy > state->head->extra_max ?
768 state->head->extra_max - len : copy);
Dzlib.h121 uInt extra_max; /* space at extra (only when reading header) */ member
/third_party/skia/third_party/externals/zlib/
Dinflate.c765 state->head->extra_max) {
767 len + copy > state->head->extra_max ?
768 state->head->extra_max - len : copy);
Dzlib.h121 uInt extra_max; /* space at extra (only when reading header) */ member
/third_party/zlib/
Dinflate.c769 state->head->extra_max) {
771 len + copy > state->head->extra_max ?
772 state->head->extra_max - len : copy);
Dzlib.h121 uInt extra_max; /* space at extra (only when reading header) */ member
/third_party/freetype/src/gzip/
Dinflate.c775 len < state->head->extra_max) { in inflate()
777 len + copy > state->head->extra_max ? in inflate()
778 state->head->extra_max - len : copy); in inflate()
Dzlib.h121 uInt extra_max; /* space at extra (only when reading header) */ member
/third_party/libwebsockets/win32port/zlib/
Dzlib.h119 uInt extra_max; /* space at extra (only when reading header) */ member
Dinflate.c726 len + copy > state->head->extra_max ?
727 state->head->extra_max - len : copy);
/third_party/node/deps/zlib/
Dzlib.h121 uInt extra_max; /* space at extra (only when reading header) */ member
Dinflate.c766 len + copy > state->head->extra_max ?
767 state->head->extra_max - len : copy);
/third_party/zlib/test/
Dinfcover.c304 head.extra_max = len; in inf()
/third_party/skia/third_party/externals/zlib/contrib/tests/
Dinfcover.cc326 head.extra_max = len; in inf()
/third_party/flutter/skia/third_party/externals/zlib/contrib/optimizations/
Dinflate.c777 len + copy > state->head->extra_max ?
778 state->head->extra_max - len : copy);
/third_party/node/deps/zlib/contrib/optimizations/
Dinflate.c777 len + copy > state->head->extra_max ?
778 state->head->extra_max - len : copy);
/third_party/skia/third_party/externals/zlib/patches/
D0005-infcover-gtest.patch194 head.extra_max = len;