Home | History | Annotate | Download | only in src

Lines Matching refs:ParameterError

59 ParameterError file2string(char **bufp, FILE *file)
90 ParameterError file2memory(char **bufp, size_t *size, FILE *file)
163 ParameterError str2num(long *val, const char *str)
189 ParameterError str2unum(long *val, const char *str)
191 ParameterError result = str2num(val, str);
212 static ParameterError str2double(double *val, const char *str, long max)
245 ParameterError str2udouble(double *valp, const char *str, long max)
248 ParameterError result = str2double(&value, str, max);
397 ParameterError str2offset(curl_off_t *val, const char *str)
485 ParameterError add2list(struct curl_slist **list, const char *ptr)
587 ParameterError str2tls_max(long *val, const char *str)