Searched refs:extra_max (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dzlib.h119 uInt extra_max; /* space at extra (only when reading header) */ member in struct:gz_header_s
978 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
981 extra field, or that field truncated if extra_max is less than extra_len.
H A Dinflate.c742 len + copy > state->head->extra_max ?
743 state->head->extra_max - len : copy);

Completed in 103 milliseconds