Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dinflate.c749 state->head->extra_max) { in inflate()
751 len + copy > state->head->extra_max ? in inflate()
752 state->head->extra_max - len : copy); in inflate()
H A Dzlib.h121 uInt extra_max; /* space at extra (only when reading header) */ member
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c2908 len + copy > state->head->extra_max ?
2909 state->head->extra_max - len : copy);