Home
last modified time | relevance | path

Searched refs:Curl_axtls_check_cxn (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/vtls/
Daxtls.h44 int Curl_axtls_check_cxn(struct connectdata *conn);
65 #define curlssl_check_cxn(x) Curl_axtls_check_cxn(x)
Daxtls.c658 int Curl_axtls_check_cxn(struct connectdata *conn) in Curl_axtls_check_cxn() function