Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c96 static CURLcode https_connecting(struct connectdata *conn, bool *done);
101 #define https_connecting(x,y) CURLE_COULDNT_CONNECT macro
138 https_connecting, /* connecting */
1368 result = https_connecting(conn, done); in Curl_http_connect()
1392 static CURLcode https_connecting(struct connectdata *conn, bool *done) in https_connecting() function