Home
last modified time | relevance | path

Searched refs:use_proxy (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtls.c63 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()
Dhttp.c200 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/
Dhttp_client.c490 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/
Dchrome_content_browser_client_cef.cc221 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/
Dgstcurlhttpsink.c188 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()
Dgstcurlhttpsink.h54 gboolean use_proxy; member
/third_party/openssl/crypto/http/
Dhttp_lib.c242 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/
Dhttp_lib.c250 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/
Dhttp_client.h128 u8_t use_proxy; member
/third_party/openssl/apps/include/
Dapps.h279 int use_proxy; member
/third_party/node/deps/openssl/openssl/apps/include/
Dapps.h279 int use_proxy; member
/third_party/openssl/apps/lib/
Dapps.c2483 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/
Dapps.c2487 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/
Dcmp.c1980 info->use_proxy = proxy_host != NULL; in setup_client_ctx()
/third_party/openssl/apps/
Dcmp.c1980 info->use_proxy = proxy_host != NULL; in setup_client_ctx()
/third_party/rust/crates/libc/src/
Dpsp.rs2406 pub use_proxy: u32,