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

/ast/src/lib/libz/
H A Dzconf.h43 # define deflateParams z_deflateParams macro
H A Dexample.c278 deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY);
285 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
H A Dzlib.h606 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
618 Before the call of deflateParams, the stream state must be set as for
622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
H A Dgzio.c322 return deflateParams (&(s->stream), level, strategy);
H A Ddeflate.c416 int ZEXPORT deflateParams(strm, level, strategy) function

Completed in 19 milliseconds