Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_operate.c142 static bool is_fatal_error(CURLcode code) in is_fatal_error() function
2742 if(is_fatal_error(result) || (result && global->fail_early)) in check_finished()
2767 if(is_fatal_error(result) || (result && global->fail_early)) in check_finished()
2913 if(is_fatal_error(returncode) || (returncode && global->fail_early)) in serial_transfers()

Completed in 10 milliseconds