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.c2149 if(config->failonerror && config->failwithbody) { in getparameter()
2159 config->failonerror = toggle; in getparameter()
2160 if(config->failonerror && config->failwithbody) { in getparameter()
H A Dtool_operate.c569 ((config->failonerror || config->failwithbody) && in post_per_transfer()
1007 my_setopt(curl, CURLOPT_FAILONERROR, config->failonerror ? 1L : 0L); in config2setopts()

Completed in 25 milliseconds