Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/src/examples/
Dmhd2spdy_structures.h146 struct global_options struct
148 char *spdy2http_str;
149 struct SPDY_Connection *spdy_connection;
150 struct SPDY_Connection *spdy_connections_head;
151 struct SPDY_Connection *spdy_connections_tail;
152 int streams_opened;
153 int responses_pending;
154 regex_t uri_preg;
155 size_t global_memory;
156 SSL_CTX *ssl_ctx;
[all …]
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
Dproxy.c56 struct global_options struct
58 char *http_backend;
59 char *cert;
60 char *cert_key;
61 char *listen_host;
62 unsigned int timeout;
63 uint16_t listen_port;
64 bool verbose;
65 bool curl_verbose;
66 bool transparent;
[all …]
/third_party/python/Lib/distutils/
Ddist.py66 global_options = [ variable in Distribution
621 def _show_help(self, parser, global_options=1, display_options=1, argument