Home
last modified time | relevance | path

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

/external/zlib/src/contrib/pascal/
Dzlibpas.pas57 extra_max: Integer; (* space at extra (only when reading header) *)
/external/syslinux/com32/include/
Dzlib.h119 uInt extra_max; /* space at extra (only when reading header) */ member
/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/python/cpython2/Modules/zlib/
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/
Dzlib.h119 uInt extra_max; /* space at extra (only when reading header) */ member
/external/pdfium/third_party/zlib_v128/
Dzlib.h188 uInt extra_max; /* space at extra (only when reading header) */ member
Dinflate.c742 len + copy > state->head->extra_max ? in inflate()
743 state->head->extra_max - len : copy); in inflate()
/external/syslinux/com32/lib/zlib/
Dinflate.c726 len + copy > state->head->extra_max ?
727 state->head->extra_max - len : copy);
/external/zlib/src/test/
Dinfcover.c304 head.extra_max = len; in inf()