Searched refs:deflateTune (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dzlibpas.pas121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): Integer; function
207 function deflateTune; external; function
/vbox/src/libs/zlib-1.2.6/
H A Dzconf.h143 # define deflateTune z_deflateTune macro
H A Dzlib.h678 ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm,
691 deflateTune() can be called after deflateInit() or deflateInit2(), and
H A Dzconf.h.cmakein54 # define deflateTune z_deflateTune
H A Dzconf.h.in52 # define deflateTune z_deflateTune
H A Ddeflate.c529 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) function

Completed in 598 milliseconds