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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dzlib.h116 uInt extra_max; /* space at extra (only when reading header) */ member in struct:gz_header_s
830 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
833 extra field, or that field truncated if extra_max is less than extra_len.
H A Dinflate.c689 len + copy > state->head->extra_max ?
690 state->head->extra_max - len : copy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dzlib.h116 uInt extra_max; /* space at extra (only when reading header) */ member in struct:gz_header_s
830 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
833 extra field, or that field truncated if extra_max is less than extra_len.
H A Dinflate.c689 len + copy > state->head->extra_max ?
690 state->head->extra_max - len : copy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dzlib.h116 uInt extra_max; /* space at extra (only when reading header) */ member in struct:gz_header_s
830 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
833 extra field, or that field truncated if extra_max is less than extra_len.
H A Dinflate.c689 len + copy > state->head->extra_max ?
690 state->head->extra_max - len : copy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzlib.h119 uInt extra_max; /* space at extra (only when reading header) */ member in struct:gz_header_s
963 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
966 extra field, or that field truncated if extra_max is less than extra_len.
H A Dinflate.c741 len + copy > state->head->extra_max ?
742 state->head->extra_max - len : copy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dzlibpas.pas57 extra_max: Integer; (* space at extra (only when reading header) *)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/pascal/
H A Dzlibpas.pas57 extra_max: Integer; (* space at extra (only when reading header) *)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/test/
H A Dinfcover.c304 head.extra_max = len;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/test/
H A Dinfcover.c304 head.extra_max = len;

Completed in 208 milliseconds