Searched refs:extra_max (Results 1 – 13 of 13) sorted by relevance
57 extra_max: Integer; (* space at extra (only when reading header) *)
116 uInt extra_max; /* space at extra (only when reading header) */ member
120 uInt extra_max; /* space at extra (only when reading header) */ member
726 len + copy > state->head->extra_max ?727 state->head->extra_max - len : copy);
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);
183 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()
179 uInt extra_max; /* space at extra (only when reading header) */ member
304 head.extra_max = len; in inf()