Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cfgable.h116 bool failonerror; /* fail on (HTTP) errors */ member
H A Dtool_getparam.c2386 if(config->failonerror && config->failwithbody) { in getparameter()
2396 config->failonerror = toggle; in getparameter()
2397 if(config->failonerror && config->failwithbody) { in getparameter()
H A Dtool_operate.c553 ((config->failonerror || config->failwithbody) && in post_per_transfer()
1462 my_setopt(curl, CURLOPT_FAILONERROR, config->failonerror?1L:0L); in single_transfer()

Completed in 38 milliseconds