Searched refs:deflateParams (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/lib/libz/
H A DSymbol.map33 deflateParams;
H A Dzconf.h46 # define deflateParams z_deflateParams macro
H A Dzlib.h660 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
672 Before the call of deflateParams, the stream state must be set as for
676 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
H A Dgzwrite.c534 deflateParams(strm, level, strategy);
H A Ddeflate.c490 int ZEXPORT deflateParams(strm, level, strategy) function
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h79 #define deflateParams z_deflateParams macro
H A Dzlib.h608 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
620 Before the call of deflateParams, the stream state must be set as for
624 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
H A Ddeflate.c422 int ZEXPORT deflateParams(strm, level, strategy) function
/freebsd-10.0-release/sys/net/
H A Dzlib.h84 # define deflateParams z_deflateParams macro
714 extern int EXPORT deflateParams OF((z_streamp strm, int level, int strategy));
723 Before the call of deflateParams, the stream state must be set as for
727 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
H A Dzlib.c906 int deflateParams(strm, level, strategy) function
/freebsd-10.0-release/lib/libz/test/
H A Dexample.c309 deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY);
316 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);

Completed in 187 milliseconds