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 D | zconf.h | 26 # define deflateParams z_deflateParams macro
|
H A D | zlib.h | 509 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 D | example.c | 272 deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY); 279 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
|
H A D | gzio.c | 227 return deflateParams (&(s->stream), level, strategy);
|
H A D | deflate.c | 361 int ZEXPORT deflateParams(strm, level, strategy) function
|
Completed in 17 milliseconds