Lines Matching refs:F_FAIL
41 #define F_FAIL (1 << 2) /* Fail on error. */
53 { F_FAIL, CURLE_OK },
54 { F_FAIL | F_CONTENTRANGE, CURLE_OK },
57 { F_HTTP416 | F_FAIL | F_IGNOREBODY,
59 { F_HTTP416 | F_FAIL | F_CONTENTRANGE | F_IGNOREBODY,
64 { F_RESUME | F_FAIL | F_IGNOREBODY,
66 { F_RESUME | F_FAIL | F_CONTENTRANGE, CURLE_OK },
69 { F_RESUME | F_HTTP416 | F_FAIL | F_IGNOREBODY, CURLE_OK },
70 { F_RESUME | F_HTTP416 | F_FAIL | F_CONTENTRANGE | F_IGNOREBODY,
102 test_setopt(curl, CURLOPT_FAILONERROR, (p->flags & F_FAIL)? 1: 0);
109 (p->flags & F_FAIL)? "yes": "no",
119 (p->flags & F_FAIL)? "yes": "no",