Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/lib/libz/
H A Ddeflate.c117 typedef struct config_s { struct
118 ush good_length; /* reduce lazy search above this match length */
119 ush max_lazy; /* do not perform lazy search above this match length */
120 ush nice_length; /* quit search above this match length */
121 ush max_chain;
122 compress_func func;
/titanic_53/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;
/titanic_53/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c758 typedef struct config_s { struct
759 ush good_length; /* reduce lazy search above this match length */
760 ush max_lazy; /* do not perform lazy search above this match length */
761 ush nice_length; /* quit search above this match length */
762 ush max_chain;
763 compress_func func;
/titanic_53/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;