Home
last modified time | relevance | path

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

/external/libwebsockets/win32port/zlib/
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;
/external/python/cpython2/Modules/zlib/
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;
/external/zlib/
Ddeflate.c139 typedef struct config_s { struct
140 ush good_length; /* reduce lazy search above this match length */
141 ush max_lazy; /* do not perform lazy search above this match length */
142 ush nice_length; /* quit search above this match length */
143 ush max_chain;
144 compress_func func;
/external/rust/crates/libz-sys/src/zlib/
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;
/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate.c137 typedef struct config_s { struct
138 uint16_t good_length; /* reduce lazy search above this match length */
139 uint16_t max_lazy; /* do not perform lazy search above this match length */
140 uint16_t nice_length; /* quit search above this match length */
141 uint16_t max_chain;
142 compress_func func;
/external/openssh/
Dsshd.c1094 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s)
1496 int config_s[2] = { -1 , -1 }; local