Lines Matching refs:ParameterError
31 ParameterError file2string(char **bufp, FILE *file);
35 ParameterError file2memory(char **bufp, size_t *size, FILE *file);
37 ParameterError str2num(long *val, const char *str);
38 ParameterError str2unum(long *val, const char *str);
39 ParameterError oct2nummax(long *val, const char *str, long max);
40 ParameterError str2unummax(long *val, const char *str, long max);
41 ParameterError secs2ms(long *val, const char *str);
43 ParameterError proto2num(struct OperationConfig *config,
47 ParameterError check_protocol(const char *str);
49 ParameterError str2offset(curl_off_t *val, const char *str);
53 ParameterError add2list(struct curl_slist **list, const char *ptr);
61 ParameterError str2tls_max(long *val, const char *str);