Searched refs:curlssl_check_cxn (Results 1 – 10 of 10) sorted by relevance
65 #define curlssl_check_cxn(x) Curl_gskit_check_cxn(x) macro
66 #define curlssl_check_cxn(x) ((void)x, -1) macro
65 #define curlssl_check_cxn(x) Curl_axtls_check_cxn(x) macro
65 #define curlssl_check_cxn(x) ((void)x, -1) macro
113 #define curlssl_check_cxn(x) ((void)x, -1) macro
69 #define curlssl_check_cxn Curl_darwinssl_check_cxn macro
76 #define curlssl_check_cxn(x) ((void)x, -1) macro
88 #define curlssl_check_cxn(x) Curl_nss_check_cxn(x) macro
103 #define curlssl_check_cxn Curl_ossl_check_cxn macro
599 return curlssl_check_cxn(conn); in Curl_ssl_check_cxn()