Home
last modified time | relevance | path

Searched refs:fail_early (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/src/
H A Dtool_cfgable.h316 bool fail_early; /* exit on first transfer error */ member
H A Dtool_operate.c2401 if(is_fatal_error(result) || (result && global->fail_early)) in parallel_transfers()
2431 if(is_fatal_error(result) || (result && global->fail_early)) in parallel_transfers()
2495 if(is_fatal_error(returncode) || (returncode && global->fail_early)) in serial_transfers()
H A Dtool_getparam.c2249 global->fail_early = toggle; in getparameter()
/third_party/vixl/tools/
H A Dtest.py361 rc = util.ReturnCode(args.fail_early, printer.Print)

Completed in 8 milliseconds