Home
last modified time | relevance | path

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

/src/sys/contrib/zlib/
H A Dinflate.c617 state->head->extra_max) { in inflate()
619 len + copy > state->head->extra_max ? in inflate()
620 state->head->extra_max - len : copy); in inflate()
H A Dzlib.h125 uInt extra_max; /* space at extra (only when reading header) */ member
/src/sys/contrib/zlib/test/
H A Dinfcover.c304 head.extra_max = len; in inf()