Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cfgable.h330 bool fail_early; /* exit on first transfer error */ member
H A Dtool_operate.c2807 if(is_fatal_error(result) || (result && global->fail_early)) in check_finished()
2832 if(is_fatal_error(result) || (result && global->fail_early)) in check_finished()
2963 if(is_fatal_error(returncode) || (returncode && global->fail_early)) in serial_transfers()
H A Dtool_getparam.c2135 global->fail_early = toggle; in getparameter()

Completed in 30 milliseconds