Home | History | Annotate | Download | only in lib

Lines Matching refs:Curl_disconnect

2979 CURLcode Curl_disconnect(struct connectdata *conn, bool dead_connection)
2997 DEBUGF(infof(data, "Curl_disconnect, usecounter: %d\n",
3305 Curl_disconnect(conn, /* dead_connection */TRUE);
6537 (void)Curl_disconnect(conn_candidate, /* dead_connection */ FALSE);
6557 (void)Curl_disconnect(conn_candidate, /* dead_connection */ FALSE);
6758 Curl_disconnect(*in_connect, FALSE); /* close the connection */