Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_deflate.c127 typedef struct config_s { struct
128 ush good_length; /* reduce lazy search above this match length */
129 ush max_lazy; /* do not perform lazy search above this match length */
130 ush nice_length; /* quit search above this match length */
131 ush max_chain;
132 compress_func func;
/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_deflate.c127 typedef struct config_s { struct
128 ush good_length; /* reduce lazy search above this match length */
129 ush max_lazy; /* do not perform lazy search above this match length */
130 ush nice_length; /* quit search above this match length */
131 ush max_chain;
132 compress_func func;
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib_deflate.c122 typedef struct config_s { struct
123 ush good_length; /* reduce lazy search above this match length */
124 ush max_lazy; /* do not perform lazy search above this match length */
125 ush nice_length; /* quit search above this match length */
126 ush max_chain;
127 compress_func func;
/dragonfly/contrib/zlib-1.2/
H A Ddeflate.c120 typedef struct config_s { struct
121 ush good_length; /* reduce lazy search above this match length */
122 ush max_lazy; /* do not perform lazy search above this match length */
123 ush nice_length; /* quit search above this match length */
124 ush max_chain;
125 compress_func func;
/dragonfly/crypto/openssh/
H A Dsshd.c1129 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s)
1548 int config_s[2] = { -1 , -1 }; local
/dragonfly/sys/net/
H A Dzlib.c670 typedef struct config_s { struct
671 ush good_length; /* reduce lazy search above this match length */
672 ush max_lazy; /* do not perform lazy search above this match length */
673 ush nice_length; /* quit search above this match length */
674 ush max_chain;
675 compress_func func;