Lines Matching refs:CURLcode
517 static CURLcode multi_done(struct connectdata **connp,
518 CURLcode status, /* an error if this is called
522 CURLcode result;
567 CURLcode rc = Curl_pgrsDone(conn);
616 CURLcode res2 = Curl_disconnect(conn, premature); /* close connection */
1148 static CURLcode multi_reconnect_request(struct connectdata **connp)
1150 CURLcode result = CURLE_OK;
1216 static CURLcode multi_do(struct connectdata **connp, bool *done)
1218 CURLcode result=CURLE_OK;
1265 static CURLcode multi_do_more(struct connectdata *conn, int *complete)
1267 CURLcode result=CURLE_OK;
1292 CURLcode result = CURLE_OK;
1666 CURLcode drc;
1864 CURLcode ret = Curl_retry_request(data->easy_conn, &newurl);
1963 CURLcode res;