Lines Matching defs:F_CONTENTRANGE
42 #define F_CONTENTRANGE (1 << 3) /* Server sends content-range hdr. */
52 { F_CONTENTRANGE, CURLE_OK },
54 { F_FAIL | F_CONTENTRANGE, CURLE_OK },
56 { F_HTTP416 | F_CONTENTRANGE, CURLE_OK },
59 { F_HTTP416 | F_FAIL | F_CONTENTRANGE | F_IGNOREBODY,
63 { F_RESUME | F_CONTENTRANGE, CURLE_OK },
66 { F_RESUME | F_FAIL | F_CONTENTRANGE, CURLE_OK },
68 { F_RESUME | F_HTTP416 | F_CONTENTRANGE | F_IGNOREBODY, CURLE_OK },
70 { F_RESUME | F_HTTP416 | F_FAIL | F_CONTENTRANGE | F_IGNOREBODY,
93 replyselector = (p->flags & F_CONTENTRANGE)? 1: 0;
111 (p->flags & F_CONTENTRANGE)? "yes": "no",
121 (p->flags & F_CONTENTRANGE)? "yes": "no");