Searched refs:extra_max (Results 1 – 11 of 11) sorted by relevance
57 extra_max: Integer; (* space at extra (only when reading header) *)
119 uInt extra_max; /* space at extra (only when reading header) */ member
742 len + copy > state->head->extra_max ?743 state->head->extra_max - len : copy);
188 uInt extra_max; /* space at extra (only when reading header) */ member
742 len + copy > state->head->extra_max ? in inflate()743 state->head->extra_max - len : copy); in inflate()
726 len + copy > state->head->extra_max ?727 state->head->extra_max - len : copy);
304 head.extra_max = len; in inf()