Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dinflate.c733 state->head->extra_max) { in inflate()
735 len + copy > state->head->extra_max ? in inflate()
736 state->head->extra_max - len : copy); in inflate()
H A Dzlib.h125 uInt extra_max; /* space at extra (only when reading header) */ member