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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
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.c272 deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY);
279 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
H A Dgzio.c227 return deflateParams (&(s->stream), level, strategy);
H A Ddeflate.c361 int ZEXPORT deflateParams(strm, level, strategy) function

Completed in 17 milliseconds