Lines Matching defs:GLOBERROR
37 #define GLOBERROR(string, column, code) \
51 return GLOBERROR("out of memory", 0, CURLE_OUT_OF_MEMORY);
55 return GLOBERROR("out of memory", 0, CURLE_OUT_OF_MEMORY);
115 return GLOBERROR("unmatched brace", opos, CURLE_URL_MALFORMAT);
119 return GLOBERROR("nested brace", *posp, CURLE_URL_MALFORMAT);
123 return GLOBERROR("empty string within braces", *posp,
128 return GLOBERROR("range overflow", 0, CURLE_URL_MALFORMAT);
139 return GLOBERROR("out of memory", 0, CURLE_OUT_OF_MEMORY);
147 return GLOBERROR("out of memory", 0, CURLE_OUT_OF_MEMORY);
152 return GLOBERROR("out of memory", 0, CURLE_OUT_OF_MEMORY);
167 return GLOBERROR("unexpected close bracket", *posp, CURLE_URL_MALFORMAT);
239 return GLOBERROR("bad range", *posp, CURLE_URL_MALFORMAT);
249 return GLOBERROR("range overflow", *posp, CURLE_URL_MALFORMAT);
316 return GLOBERROR("bad range", *posp, CURLE_URL_MALFORMAT);
327 return GLOBERROR("range overflow", *posp, CURLE_URL_MALFORMAT);
330 return GLOBERROR("bad range specification", *posp, CURLE_URL_MALFORMAT);
403 return GLOBERROR("unmatched close brace/bracket", pos,
446 return GLOBERROR("too many globs", pos, CURLE_URL_MALFORMAT);