OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_lazy
(Results
1 - 4
of
4
) sorted by relevancy
/src/common/dist/zlib/contrib/pascal/
zlibpas.pas
121
function deflateTune(var strm: z_stream; good_length,
max_lazy
, nice_length, max_chain: Integer): Integer;
/src/common/dist/zlib/
deflate.c
102
ush
max_lazy
; /* do not perform lazy search above this match length */
member in struct:config_s
129
/* Note: the deflate() code requires
max_lazy
>= MIN_MATCH and max_chain >= 4
682
s->max_lazy_match = configuration_table[s->level].
max_lazy
;
789
s->max_lazy_match = configuration_table[level].
max_lazy
;
799
int ZEXPORT deflateTune(z_streamp strm, int good_length, int
max_lazy
,
806
s->max_lazy_match = (uInt)
max_lazy
;
zlib.h
748
int
max_lazy
,
757
max_lazy
, good_length, nice_length, and max_chain parameters.
/src/sys/net/
zlib.c
729
ush
max_lazy
; /* do not perform lazy search above this match length */
member in struct:config_s
749
/* Note: the deflate() code requires
max_lazy
>= MIN_MATCH and max_chain >= 4
997
s->max_lazy_match = configuration_table[level].
max_lazy
;
1320
s->max_lazy_match = configuration_table[s->level].
max_lazy
;
Completed in 31 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025