Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_urlglob.c35 #define GLOBERROR(string, column, code) \ macro
49 return GLOBERROR("out of memory", 0, CURLE_OUT_OF_MEMORY); in glob_fixed()
53 return GLOBERROR("out of memory", 0, CURLE_OUT_OF_MEMORY); in glob_fixed()
117 return GLOBERROR("nested brace", *posp, CURLE_URL_MALFORMAT); in glob_set()
121 return GLOBERROR("empty string within braces", *posp, in glob_set()
126 return GLOBERROR("range overflow", 0, CURLE_URL_MALFORMAT); in glob_set()
145 return GLOBERROR("out of memory", 0, CURLE_OUT_OF_MEMORY); in glob_set()
150 return GLOBERROR("out of memory", 0, CURLE_OUT_OF_MEMORY); in glob_set()
237 return GLOBERROR("bad range", *posp, CURLE_URL_MALFORMAT); in glob_range()
314 return GLOBERROR("bad range", *posp, CURLE_URL_MALFORMAT); in glob_range()
[all …]

Completed in 4 milliseconds