Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_operate.c2717 CURLcode tres = msg->data.result; in check_finished() local
2721 if(ended->abort && (tres == CURLE_ABORTED_BY_CALLBACK) && in check_finished()
2727 tres = post_per_transfer(global, ended, tres, &retry, &delay); in check_finished()
2739 if(tres && (!ended->abort || !result)) in check_finished()
2740 result = tres; in check_finished()
2757 CURLcode tres = add_parallel_transfers(global, s->multi, s->share, in check_finished() local
2760 if(tres) in check_finished()
2761 result = tres; in check_finished()

Completed in 9 milliseconds