Searched refs:extra_max (Results 1 – 9 of 9) sorted by relevance
57 extra_max: Integer; (* space at extra (only when reading header) *)
452 uInt extra_max; /* space at extra (only when reading header) */ member
461 len + copy > state->head->extra_max ? in inflate()462 state->head->extra_max - len : copy); in inflate()
121 uInt extra_max; /* space at extra (only when reading header) */ member
765 len + copy > state->head->extra_max ?766 state->head->extra_max - len : copy);
304 head.extra_max = len; in inf()