Home
last modified time | relevance | path

Searched defs:max_lazy (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/win32port/zlib/
Ddeflate.c119 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/
Ddeflate.c141 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/
Ddeflate.c100 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/
Dzlibpas.pas121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): I… in deflateTune() argument