Searched defs:max_lazy (Results 1 – 4 of 4) sorted by relevance
| /third_party/libwebsockets/win32port/zlib/ |
| D | deflate.c | 119 ush max_lazy; /* do not perform lazy search above this match length */ member 500 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
|
| /third_party/skia/third_party/externals/zlib/ |
| D | deflate.c | 141 ush max_lazy; /* do not perform lazy search above this match length */ member 663 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
|
| /third_party/zlib/ |
| D | deflate.c | 100 ush max_lazy; /* do not perform lazy search above this match length */ member 802 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, in deflateTune()
|
| /third_party/zlib/contrib/pascal/ |
| D | zlibpas.pas | 121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): I… in deflateTune() argument
|