Home
last modified time | relevance | path

Searched refs:Curl_ssl_check_cxn (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/lib/vtls/
Dvtls.h216 int Curl_ssl_check_cxn(struct connectdata *conn);
315 #define Curl_ssl_check_cxn(x) 0 macro
Dvtls.c769 int Curl_ssl_check_cxn(struct connectdata *conn) in Curl_ssl_check_cxn() function
/third_party/curl/lib/
Dconnect.c1496 if(!Curl_ssl_check_cxn(conn)) in Curl_connalive()