Home
last modified time | relevance | path

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

/external/zlib/src/contrib/pascal/
Dzlibpas.pas57 extra_max: Integer; (* space at extra (only when reading header) *)
/external/u-boot/include/u-boot/
Dzlib.h452 uInt extra_max; /* space at extra (only when reading header) */ member
/external/u-boot/lib/zlib/
Dinflate.c461 len + copy > state->head->extra_max ? in inflate()
462 state->head->extra_max - len : copy); in inflate()
/external/python/cpython2/Modules/zlib/
Dzlib.h121 uInt extra_max; /* space at extra (only when reading header) */ member
Dinflate.c765 len + copy > state->head->extra_max ?
766 state->head->extra_max - len : copy);
/external/zlib/src/
Dzlib.h121 uInt extra_max; /* space at extra (only when reading header) */ member
Dinflate.c765 len + copy > state->head->extra_max ?
766 state->head->extra_max - len : copy);
/external/zlib/
Dzlib.h121 uInt extra_max; /* space at extra (only when reading header) */ member
/external/zlib/src/test/
Dinfcover.c304 head.extra_max = len; in inf()