Home | History | Annotate | Download | only in lib

Lines Matching full:curl_disconnect

733 CURLcode Curl_disconnect(struct connectdata *conn, bool dead_connection)
751 DEBUGF(infof(data, "Curl_disconnect, usecounter: %d\n",
1019 (void)Curl_disconnect(prune.extracted, /* dead_connection */TRUE);
1133 (void)Curl_disconnect(check, /* dead_connection */TRUE);
4472 (void)Curl_disconnect(conn_candidate, /* dead_connection */ FALSE);
4496 (void)Curl_disconnect(conn_candidate, /* dead_connection */ FALSE);
4681 Curl_disconnect(*in_connect, FALSE); /* close the connection */