Home
last modified time | relevance | path

Searched defs:config_s (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c118 typedef struct config_s { struct
119 ush good_length; /* reduce lazy search above this match length */
120 ush max_lazy; /* do not perform lazy search above this match length */
121 ush nice_length; /* quit search above this match length */
122 ush max_chain;
123 compress_func func;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c756 typedef struct config_s { struct
757 ush good_length; /* reduce lazy search above this match length */
758 ush max_lazy; /* do not perform lazy search above this match length */
759 ush nice_length; /* quit search above this match length */
760 ush max_chain;
761 compress_func func;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c497 typedef struct config_s { struct
498 ush good_length; /* reduce lazy search above this match length */
499 ush max_lazy; /* do not perform lazy search above this match length */
500 ush nice_length; /* quit search above this match length */
501 ush max_chain;