Lines Matching refs:ParameterError
31 ParameterError file2string(char **bufp, FILE *file);
39 ParameterError file2memory(char **bufp, size_t *size, FILE *file);
41 ParameterError str2num(long *val, const char *str);
42 ParameterError str2unum(long *val, const char *str);
43 ParameterError oct2nummax(long *val, const char *str, long max);
44 ParameterError str2unummax(long *val, const char *str, long max);
45 ParameterError secs2ms(long *val, const char *str);
47 ParameterError proto2num(struct OperationConfig *config,
51 ParameterError check_protocol(const char *str);
53 ParameterError str2offset(curl_off_t *val, const char *str);
57 ParameterError add2list(struct curl_slist **list, const char *ptr);
65 ParameterError str2tls_max(long *val, const char *str);