/third_party/curl/lib/ |
H A D | noproxy.c | 122 bool Curl_check_noproxy(const char *name, const char *no_proxy, in Curl_check_noproxy() argument
|
H A D | url.c | 2410 char *no_proxy = NULL; local [all...] |
/third_party/node/deps/openssl/openssl/crypto/http/ |
H A D | http_lib.c | 250 static int use_proxy(const char *no_proxy, const char *server) in use_proxy() argument 278 OSSL_HTTP_adapt_proxy(const char *proxy, const char *no_proxy, const char *server, int use_ssl) OSSL_HTTP_adapt_proxy() argument [all...] |
H A D | http_client.c | 1123 BIO *OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, in OSSL_HTTP_get() argument 927 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) OSSL_HTTP_open() argument 1212 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument
|
/third_party/openssl/crypto/http/ |
H A D | http_lib.c | 242 static int use_proxy(const char *no_proxy, const char *server) in use_proxy() argument 270 OSSL_HTTP_adapt_proxy(const char *proxy, const char *no_proxy, const char *server, int use_ssl) OSSL_HTTP_adapt_proxy() argument [all...] |
H A D | http_client.c | 1112 BIO *OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, in OSSL_HTTP_get() argument 916 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) OSSL_HTTP_open() argument 1201 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | network.c | 551 int ff_http_match_no_proxy(const char *no_proxy, const char *hostname) in ff_http_match_no_proxy() argument
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 1231 process_responder(OCSP_REQUEST *req, const char *host, const char *port, const char *path, const char *proxy, const char *no_proxy, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout) process_responder() argument
|
H A D | s_server.c | 453 char *proxy, *no_proxy; member 473 char *proxy = NULL, *no_proxy = NULL; in get_ocsp_resp_from_responder() local
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 1231 process_responder(OCSP_REQUEST *req, const char *host, const char *port, const char *path, const char *proxy, const char *no_proxy, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout) process_responder() argument
|
H A D | s_server.c | 453 char *proxy, *no_proxy; member 473 char *proxy = NULL, *no_proxy = NULL; in get_ocsp_resp_from_responder() local
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_local.h | 48 char *no_proxy; member
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_local.h | 48 char *no_proxy; member
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 2539 app_http_get_asn1(const char *url, const char *proxy, const char *no_proxy, SSL_CTX *ssl_ctx, const STACK_OF(CONF_VALUE) *headers, long timeout, const char *expected_content_type, const ASN1_ITEM *it) app_http_get_asn1() argument 2591 app_http_post_asn1(const char *host, const char *port, const char *path, const char *proxy, const char *no_proxy, SSL_CTX *ssl_ctx, const STACK_OF(CONF_VALUE) *headers, const char *content_type, ASN1_VALUE *req, const ASN1_ITEM *req_it, const char *expected_content_type, long timeout, const ASN1_ITEM *rsp_it) app_http_post_asn1() argument
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 2532 app_http_get_asn1(const char *url, const char *proxy, const char *no_proxy, SSL_CTX *ssl_ctx, const STACK_OF(CONF_VALUE) *headers, long timeout, const char *expected_content_type, const ASN1_ITEM *it) app_http_get_asn1() argument 2584 app_http_post_asn1(const char *host, const char *port, const char *path, const char *proxy, const char *no_proxy, SSL_CTX *ssl_ctx, const STACK_OF(CONF_VALUE) *headers, const char *content_type, ASN1_VALUE *req, const ASN1_ITEM *req_it, const char *expected_content_type, long timeout, const ASN1_ITEM *rsp_it) app_http_post_asn1() argument
|