Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dzlib.h121 uInt extra_max; /* space at extra (only when reading header) */ member
H A Dinflate.c765 len + copy > state->head->extra_max ?
766 state->head->extra_max - len : copy);
/f-stack/freebsd/contrib/zlib/test/
H A Dinfcover.c304 head.extra_max = len; in inf()