Searched refs:extra_max (Results 1 – 7 of 7) sorted by relevance
38 + state->head->extra_max) {40 len + copy > state->head->extra_max ?41 state->head->extra_max - len : copy);
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()
119 uInt extra_max; /* space at extra (only when reading header) */ member