Searched refs:proxy_host (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | tls.c | 103 char proxy_host[200], proxy_auth[200], dest[200]; in ff_tls_open_underlying() local 106 proxy_host, sizeof(proxy_host), &proxy_port, NULL, 0, in ff_tls_open_underlying() 109 ff_url_join(buf, sizeof(buf), "httpproxy", proxy_auth, proxy_host, in ff_tls_open_underlying()
|
/third_party/node/deps/openssl/openssl/crypto/http/ |
H A D | http_client.c | 953 char *proxy_host = NULL, *proxy_port = NULL; in OSSL_HTTP_open() local 966 &proxy_host, &proxy_port, NULL /* num */, in OSSL_HTTP_open() 969 cbio = http_new_bio(server, port, use_ssl, proxy_host, proxy_port); in OSSL_HTTP_open() 970 OPENSSL_free(proxy_host); in OSSL_HTTP_open()
|
/third_party/openssl/crypto/http/ |
H A D | http_client.c | 942 char *proxy_host = NULL, *proxy_port = NULL; in OSSL_HTTP_open() local 955 &proxy_host, &proxy_port, NULL /* num */, in OSSL_HTTP_open() 958 cbio = http_new_bio(server, port, use_ssl, proxy_host, proxy_port); in OSSL_HTTP_open() 959 OPENSSL_free(proxy_host); in OSSL_HTTP_open()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | cmp.c | 1852 const char *proxy_host = NULL; in setup_client_ctx() local 1904 proxy_host = OSSL_HTTP_adapt_proxy(opt_proxy, opt_no_proxy, host, ssl); in setup_client_ctx() 1905 if (proxy_host != NULL) in setup_client_ctx() 1906 (void)BIO_snprintf(proxy_buf, sizeof(proxy_buf), " via %s", proxy_host); in setup_client_ctx() 1980 info->use_proxy = proxy_host != NULL; in setup_client_ctx()
|
/third_party/openssl/apps/ |
H A D | cmp.c | 1852 const char *proxy_host = NULL; in setup_client_ctx() local 1904 proxy_host = OSSL_HTTP_adapt_proxy(opt_proxy, opt_no_proxy, host, ssl); in setup_client_ctx() 1905 if (proxy_host != NULL) in setup_client_ctx() 1906 (void)BIO_snprintf(proxy_buf, sizeof(proxy_buf), " via %s", proxy_host); in setup_client_ctx() 1980 info->use_proxy = proxy_host != NULL; in setup_client_ctx()
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 4134 proxy_host: *mut u8, in sceHttpGetProxy()
|
Completed in 32 milliseconds