Home
last modified time | relevance | path

Searched refs:extra_max (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/common/dist/zlib/contrib/pascal/
Dzlibpas.pas57 extra_max: Integer; (* space at extra (only when reading header) *)
/netbsd/src/external/cddl/osnet/dist/uts/common/zmod/
Dzlib.h118 uInt extra_max; /* space at extra (only when reading header) */ member
Dinflate.c700 len + copy > state->head->extra_max ?
701 state->head->extra_max - len : copy);
/netbsd/src/common/dist/zlib/
Dinflate.c742 state->head->extra_max) { in inflate()
744 len + copy > state->head->extra_max ? in inflate()
745 state->head->extra_max - len : copy); in inflate()
Dzlib.h123 uInt extra_max; /* space at extra (only when reading header) */ member
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Dzlib.h461 uInt extra_max; /* space at extra (only when reading header) */ member
Dzlib.c1574 len + copy > state->head->extra_max ? in inflate()
1575 state->head->extra_max - len : copy); in inflate()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Drange-op.cc1825 wide_int extra_min, extra_max; in wi_fold() local