Searched refs:GLOBERROR (Results 1 – 1 of 1) sorted by relevance
/external/curl/src/ |
D | tool_urlglob.c | 34 #define GLOBERROR(string, column, code) \ macro 48 return GLOBERROR("out of memory", 0, CURLE_OUT_OF_MEMORY); in glob_fixed() 52 return GLOBERROR("out of memory", 0, CURLE_OUT_OF_MEMORY); in glob_fixed() 102 return GLOBERROR("unmatched brace", opos, CURLE_URL_MALFORMAT); in glob_set() 106 return GLOBERROR("nested brace", *posp, CURLE_URL_MALFORMAT); in glob_set() 110 return GLOBERROR("empty string within braces", *posp, in glob_set() 115 return GLOBERROR("range overflow", 0, CURLE_URL_MALFORMAT); in glob_set() 125 return GLOBERROR("out of memory", 0, CURLE_OUT_OF_MEMORY); in glob_set() 133 return GLOBERROR("out of memory", 0, CURLE_OUT_OF_MEMORY); in glob_set() 138 return GLOBERROR("out of memory", 0, CURLE_OUT_OF_MEMORY); in glob_set() [all …]
|