Searched refs:DEF_MEM_LEVEL (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/lib/libz/
H A Dgzguts.h140 # define DEF_MEM_LEVEL 8 macro
142 # define DEF_MEM_LEVEL MAX_MEM_LEVEL macro
H A Dzutil.h64 # define DEF_MEM_LEVEL 8 macro
66 # define DEF_MEM_LEVEL MAX_MEM_LEVEL macro
H A Dgzwrite.c46 MAX_WBITS + 16, DEF_MEM_LEVEL, state->strategy);
H A Ddeflate.c207 return deflateInit2_(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL,
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.h75 # define DEF_MEM_LEVEL 8 macro
77 # define DEF_MEM_LEVEL MAX_MEM_LEVEL macro
H A Ddeflate.c216 return deflateInit2_(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL,
/freebsd-10.0-release/sys/net/
H A Dzutil.h85 # define DEF_MEM_LEVEL 8 macro
87 # define DEF_MEM_LEVEL MAX_MEM_LEVEL macro
H A Dzlib.c121 # define DEF_MEM_LEVEL 8 macro
123 # define DEF_MEM_LEVEL MAX_MEM_LEVEL macro
739 return deflateInit2_(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL,
/freebsd-10.0-release/sys/kern/
H A Dkern_gzio.c151 Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy);

Completed in 107 milliseconds