Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/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/pdfium/third_party/zlib_v128/
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.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/zlib/src/
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/openssh/
Dsshd.c1095 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s)
1366 int config_s[2] = { -1 , -1 }; local