Searched refs:extra_max (Results 1 – 8 of 8) sorted by relevance
57 extra_max: Integer; (* space at extra (only when reading header) *)
118 uInt extra_max; /* space at extra (only when reading header) */ member
700 len + copy > state->head->extra_max ?701 state->head->extra_max - len : copy);
742 state->head->extra_max) { in inflate()744 len + copy > state->head->extra_max ? in inflate()745 state->head->extra_max - len : copy); in inflate()
123 uInt extra_max; /* space at extra (only when reading header) */ member
461 uInt extra_max; /* space at extra (only when reading header) */ member
1574 len + copy > state->head->extra_max ? in inflate()1575 state->head->extra_max - len : copy); in inflate()
1825 wide_int extra_min, extra_max; in wi_fold() local