Home
last modified time | relevance | path

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

/freebsd/lib/libiscsiutil/
H A Dconnection.c37 bool use_proxy) in connection_init() argument
41 conn->conn_use_proxy = use_proxy; in connection_init()
H A Dlibiscsiutil.h157 const struct connection_ops *ops, bool use_proxy);
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_lib.c253 static int use_proxy(const char *no_proxy, const char *server) in use_proxy() function
300 if (proxy == NULL || *proxy == '\0' || !use_proxy(no_proxy, server)) in OSSL_HTTP_adapt_proxy()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h288 int use_proxy; member
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2615 if ((info->use_proxy in app_http_tls_cb()
2682 info.use_proxy = /* workaround for callback design flaw, see #17088 */ in app_http_get_asn1()
2719 info.use_proxy = /* workaround for callback design flaw, see #17088 */ in app_http_post_asn1()
/freebsd/crypto/openssl/apps/
H A Dcmp.c2308 info->use_proxy = proxy_host != NULL; in setup_client_ctx()