Home | History | Annotate | Download | only in lib

Lines Matching full:https_connecting

96 static CURLcode https_connecting(struct connectdata *conn, bool *done);
101 #define https_connecting(x,y) CURLE_COULDNT_CONNECT
139 https_connecting, /* connecting */
1362 result = https_connecting(conn, done);
1386 static CURLcode https_connecting(struct connectdata *conn, bool *done)