/third_party/ffmpeg/libavformat/ |
D | tls.c | 63 int use_proxy; in ff_tls_open_underlying() local 93 use_proxy = !ff_http_match_no_proxy(getenv("no_proxy"), c->underlying_host) && in ff_tls_open_underlying() 96 if (use_proxy) { in ff_tls_open_underlying()
|
D | http.c | 200 int port, use_proxy, err, location_changed = 0; in http_open_cnx_internal() local 209 use_proxy = !ff_http_match_no_proxy(getenv("no_proxy"), hostname) && in http_open_cnx_internal() 214 use_proxy = 0; in http_open_cnx_internal() 240 if (use_proxy) { in http_open_cnx_internal()
|
/third_party/lwip/src/apps/http/ |
D | http_client.c | 490 if (settings->use_proxy) { in httpc_create_request_string() 567 req->remote_port = settings->use_proxy ? settings->proxy_port : server_port; in httpc_init_connection_common() 646 if (settings->use_proxy) { in httpc_get_file() 690 if (settings->use_proxy) { in httpc_get_file_dns() 839 if (settings->use_proxy) { in httpc_get_file_to_disk() 891 if (settings->use_proxy) { in httpc_get_file_dns_to_disk()
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_content_browser_client_cef.cc | 221 bool use_proxy = ChromeContentBrowserClient::WillCreateURLLoaderFactory( in WillCreateURLLoaderFactory() local 225 if (use_proxy) { in WillCreateURLLoaderFactory() 227 return use_proxy; in WillCreateURLLoaderFactory()
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlhttpsink.c | 188 sink->use_proxy = FALSE; in gst_curl_http_sink_init() 329 if (!sink->proxy_headers_set && sink->use_proxy) { in gst_curl_http_sink_set_header_unlocked() 549 sink->use_proxy = TRUE; in proxy_setup()
|
D | gstcurlhttpsink.h | 54 gboolean use_proxy; member
|
/third_party/openssl/crypto/http/ |
D | http_lib.c | 242 static int use_proxy(const char *no_proxy, const char *server) in use_proxy() function 282 if (proxy == NULL || *proxy == '\0' || !use_proxy(no_proxy, server)) in OSSL_HTTP_adapt_proxy()
|
/third_party/node/deps/openssl/openssl/crypto/http/ |
D | http_lib.c | 250 static int use_proxy(const char *no_proxy, const char *server) in use_proxy() function 290 if (proxy == NULL || *proxy == '\0' || !use_proxy(no_proxy, server)) in OSSL_HTTP_adapt_proxy()
|
/third_party/lwip/src/include/lwip/apps/ |
D | http_client.h | 128 u8_t use_proxy; member
|
/third_party/openssl/apps/include/ |
D | apps.h | 279 int use_proxy; member
|
/third_party/node/deps/openssl/openssl/apps/include/ |
D | apps.h | 279 int use_proxy; member
|
/third_party/openssl/apps/lib/ |
D | apps.c | 2483 if ((info->use_proxy in app_http_tls_cb() 2566 info.use_proxy = /* workaround for callback design flaw, see #17088 */ in app_http_get_asn1() 2603 info.use_proxy = /* workaround for callback design flaw, see #17088 */ in app_http_post_asn1()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
D | apps.c | 2487 if ((info->use_proxy in app_http_tls_cb() 2570 info.use_proxy = /* workaround for callback design flaw, see #17088 */ in app_http_get_asn1() 2607 info.use_proxy = /* workaround for callback design flaw, see #17088 */ in app_http_post_asn1()
|
/third_party/node/deps/openssl/openssl/apps/ |
D | cmp.c | 1980 info->use_proxy = proxy_host != NULL; in setup_client_ctx()
|
/third_party/openssl/apps/ |
D | cmp.c | 1980 info->use_proxy = proxy_host != NULL; in setup_client_ctx()
|
/third_party/rust/crates/libc/src/ |
D | psp.rs | 2406 pub use_proxy: u32,
|