Searched refs:CF_TYPE_SSL (Results 1 – 7 of 7) sorted by relevance
202 #define CF_TYPE_SSL (1 << 1) macro
477 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()
1925 CF_TYPE_SSL,1946 CF_TYPE_SSL|CF_TYPE_PROXY,2181 return (cf->cft->flags & CF_TYPE_SSL) && (cf->cft->flags & CF_TYPE_PROXY); in Curl_ssl_cf_is_proxy()
1042 CF_TYPE_IP_CONNECT | CF_TYPE_SSL | CF_TYPE_MULTIPLEX,
1623 CF_TYPE_IP_CONNECT | CF_TYPE_SSL | CF_TYPE_MULTIPLEX,
2539 CF_TYPE_IP_CONNECT | CF_TYPE_SSL | CF_TYPE_MULTIPLEX,
2314 CF_TYPE_IP_CONNECT | CF_TYPE_SSL | CF_TYPE_MULTIPLEX,
Completed in 62 milliseconds