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

/broadcom-cfe-1.4.2/cfe/zlib/
H A Dzconf.h26 # define deflateParams z_deflateParams macro
H A Dzlib.h509 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
521 Before the call of deflateParams, the stream state must be set as for
525 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
H A Dexample.c273 deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY);
280 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
H A Dgzio.c228 return deflateParams (&(s->stream), level, strategy);
H A Ddeflate.c362 int ZEXPORT deflateParams(strm, level, strategy) function

Completed in 270 milliseconds