Searched defs:global_options (Results 1 – 3 of 3) sorted by relevance
146 struct global_options struct148 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 …]
56 struct global_options struct58 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 …]
66 global_options = [ variable in Distribution621 def _show_help(self, parser, global_options=1, display_options=1, argument