Lines Matching refs:SSL_IS_PROXY
1514 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : in verifyhost()
1516 const char * const dispname = SSL_IS_PROXY() ? in verifyhost()
2299 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : in ossl_connect_step1()
2307 long * const certverifyresult = SSL_IS_PROXY() ? in ossl_connect_step1()
2517 (!SSL_IS_PROXY() || !conn->bits.tunnel_proxy)) { in ossl_connect_step1()
2789 long * const certverifyresult = SSL_IS_PROXY() ? in ossl_connect_step2()
2872 const char * const hostname = SSL_IS_PROXY() ? in ossl_connect_step2()
2874 const long int port = SSL_IS_PROXY() ? conn->port : conn->remote_port; in ossl_connect_step2()
3331 long * const certverifyresult = SSL_IS_PROXY() ? in servercert()
3349 infof(data, "%s certificate:\n", SSL_IS_PROXY() ? "Proxy" : "Server"); in servercert()
3483 ptr = SSL_IS_PROXY() ? data->set.str[STRING_SSL_PINNEDPUBLICKEY_PROXY] : in servercert()