Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_cfgable.h114 bool failonerror; /* fail on (HTTP) errors */ member
Dtool_getparam.c2144 config->failonerror = toggle; in getparameter()
2147 if(config->failonerror && config->failwithbody) { in getparameter()
Dtool_operate.c501 ((config->failonerror || config->failwithbody) && in post_per_transfer()
1591 my_setopt(curl, CURLOPT_FAILONERROR, config->failonerror?1L:0L); in single_transfer()