Searched defs:deflateTune (Results 1 - 14 of 14) sorted by relevance
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): Integer; in deflateTune() function 207 function deflateTune; external; function
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.c | 500 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
in deflateTune() function
|
H A D | zconf.h | 48 # define deflateTune z_deflateTune
macro
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.c | 669 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() function
|
H A D | chromeconf.h | 69 #define deflateTune Cr_z_deflateTune macro
|
H A D | zconf.h | 70 # define deflateTune z_deflateTune macro
|
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.c | 663 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() function
|
H A D | chromeconf.h | 69 #define deflateTune Cr_z_deflateTune macro
|
H A D | zconf.h | 70 # define deflateTune z_deflateTune macro
|
/third_party/node/deps/zlib/ |
H A D | deflate.c | 835 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, in deflateTune() function
|
H A D | chromeconf.h | 72 #define deflateTune Cr_z_deflateTune macro
|
H A D | zconf.h | 73 # define deflateTune z_deflateTune macro
|
/third_party/zlib/ |
H A D | deflate.c | 802 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, in deflateTune() function
|
H A D | zconf.h | 61 # define deflateTune z_deflateTune macro
|
Completed in 23 milliseconds