Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c99 static CURLcode https_connecting(struct connectdata *conn, bool *done);
103 #define https_connecting(x,y) CURLE_COULDNT_CONNECT macro
144 https_connecting, /* connecting */
1424 result = https_connecting(conn, done); in Curl_http_connect()
1484 static CURLcode https_connecting(struct connectdata *conn, bool *done) in https_connecting() function