Home
last modified time | relevance | path

Searched refs:use_proxy (Results 1 - 13 of 13) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dtls.c65 int use_proxy; in ff_tls_open_underlying() local
98 use_proxy = !ff_http_match_no_proxy(env_no_proxy, c->underlying_host) && in ff_tls_open_underlying()
102 if (use_proxy) { in ff_tls_open_underlying()
H A Dhttp.c209 int port, use_proxy, err = 0; in http_open_cnx_internal() local
221 use_proxy = !ff_http_match_no_proxy(env_no_proxy, hostname) && in http_open_cnx_internal()
227 use_proxy = 0; in http_open_cnx_internal()
253 if (use_proxy) { in http_open_cnx_internal()
/third_party/lwip/src/apps/http/
H A 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/openssl/crypto/http/
H A 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/lwip/src/include/lwip/apps/
H A Dhttp_client.h128 u8_t use_proxy; member
/third_party/node/deps/openssl/openssl/crypto/http/
H A 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/node/deps/openssl/openssl/apps/include/
H A Dapps.h279 int use_proxy; member
/third_party/openssl/apps/include/
H A Dapps.h279 int use_proxy; member
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c2490 if ((info->use_proxy in app_http_tls_cb()
2573 info.use_proxy = /* workaround for callback design flaw, see #17088 */ in app_http_get_asn1()
2610 info.use_proxy = /* workaround for callback design flaw, see #17088 */ in app_http_post_asn1()
/third_party/openssl/apps/lib/
H A 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/
H A Dcmp.c1980 info->use_proxy = proxy_host != NULL; in setup_client_ctx()
/third_party/openssl/apps/
H A Dcmp.c1980 info->use_proxy = proxy_host != NULL; in setup_client_ctx()
/third_party/rust/crates/libc/src/
H A Dpsp.rs2406 pub use_proxy: u32,

Completed in 30 milliseconds