Searched refs:DEF_WBITS (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod.c52 * Call inflateInit2() specifying a window size of DEF_WBITS
56 if ((err = inflateInit2(&zs, DEF_WBITS | 0x20)) != Z_OK)
H A Dzutil.h69 #ifndef DEF_WBITS
70 # define DEF_WBITS MAX_WBITS macro
H A Dinflate.c199 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
/freebsd-9.3-release/lib/libz/
H A Dzutil.h58 #ifndef DEF_WBITS
59 # define DEF_WBITS MAX_WBITS macro
H A Dinflate.c227 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
/freebsd-9.3-release/sys/net/
H A Dzutil.h79 #ifndef DEF_WBITS
80 # define DEF_WBITS MAX_WBITS macro
H A Dzlib.c108 #ifndef DEF_WBITS
109 # define DEF_WBITS MAX_WBITS macro
3186 return inflateInit2_(z, DEF_WBITS, version, stream_size);

Completed in 120 milliseconds