Home
last modified time | relevance | path

Searched refs:CF_TYPE_SSL (Results 1 – 7 of 7) sorted by relevance

/curl/lib/
H A Dcfilters.h202 #define CF_TYPE_SSL (1 << 1) macro
H A Dcfilters.c477 if(cf->cft->flags & CF_TYPE_SSL) in Curl_conn_cf_is_ssl()
498 || cf->cft->flags & CF_TYPE_SSL) in Curl_conn_is_multiplex()
/curl/lib/vtls/
H A Dvtls.c1891 CF_TYPE_SSL,
1912 CF_TYPE_SSL|CF_TYPE_PROXY,
2147 return (cf->cft->flags & CF_TYPE_SSL) && (cf->cft->flags & CF_TYPE_PROXY); in Curl_ssl_cf_is_proxy()
/curl/lib/vquic/
H A Dcurl_msh3.c1042 CF_TYPE_IP_CONNECT | CF_TYPE_SSL | CF_TYPE_MULTIPLEX,
H A Dcurl_quiche.c1623 CF_TYPE_IP_CONNECT | CF_TYPE_SSL | CF_TYPE_MULTIPLEX,
H A Dcurl_ngtcp2.c2489 CF_TYPE_IP_CONNECT | CF_TYPE_SSL | CF_TYPE_MULTIPLEX,
H A Dcurl_osslq.c2306 CF_TYPE_IP_CONNECT | CF_TYPE_SSL | CF_TYPE_MULTIPLEX,

Completed in 57 milliseconds