Home
last modified time | relevance | path

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

/external/zlib/src/contrib/pascal/
Dzlibpas.pas57 extra_max: Integer; (* space at extra (only when reading header) *)
/external/chromium_org/sdch/open-vcdiff/src/zlib/
Dzlib.h116 uInt extra_max; /* space at extra (only when reading header) */ member
/external/chromium_org/third_party/zlib/
Dzlib.h120 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);
/external/zlib/
Dzlib.h119 uInt extra_max; /* space at extra (only when reading header) */ member
/external/qemu/distrib/zlib-1.2.8/
Dzlib.h119 uInt extra_max; /* space at extra (only when reading header) */ member
Dinflate.c742 len + copy > state->head->extra_max ?
743 state->head->extra_max - len : copy);
/external/zlib/src/
Dzlib.h119 uInt extra_max; /* space at extra (only when reading header) */ member
Dinflate.c742 len + copy > state->head->extra_max ?
743 state->head->extra_max - len : copy);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dzlib.h183 uInt extra_max; /* space at extra (only when reading header) */ member
Dfx_zlib_inflate.c742 len + copy > state->head->extra_max ? in inflate()
743 state->head->extra_max - len : copy); in inflate()
/external/pdfium/core/include/thirdparties/zlib/
Dzlib.h179 uInt extra_max; /* space at extra (only when reading header) */ member
/external/zlib/src/test/
Dinfcover.c304 head.extra_max = len; in inf()