Home
last modified time | relevance | path

Searched refs:ParameterError (Results 1 - 8 of 8) sorted by relevance

/third_party/curl/src/
H A Dtool_paramhlp.h31 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 str2offse
[all...]
H A Dtool_paramhlp.c68 ParameterError file2string(char **bufp, FILE *file) in file2string()
91 ParameterError file2memory(char **bufp, size_t *size, FILE *file) in file2memory()
130 static ParameterError getnum(long *val, const char *str, int base) in getnum()
149 ParameterError str2num(long *val, const char *str) in str2num()
154 ParameterError oct2nummax(long *val, const char *str, long max) in oct2nummax()
156 ParameterError result = getnum(val, str, 8); in oct2nummax()
176 ParameterError str2unum(long *val, const char *str) in str2unum()
178 ParameterError result = getnum(val, str, 10); in str2unum()
197 ParameterError str2unummax(long *val, const char *str, long max) in str2unummax()
199 ParameterError resul in str2unummax()
[all...]
H A Dtool_getparam.h54 } ParameterError; typedef
59 ParameterError getparameter(const char *flag, char *nextarg,
71 ParameterError parse_args(struct GlobalConfig *config, int argc,
H A Dvar.c97 static ParameterError varfunc(struct GlobalConfig *global, in varfunc()
105 ParameterError err = PARAM_OK; in varfunc()
209 ParameterError varexpand(struct GlobalConfig *global, in varexpand()
302 ParameterError err = varfunc(global, value, vlen, funcp, flen, in varexpand()
349 static ParameterError addvariable(struct GlobalConfig *global, in addvariable()
384 ParameterError setvariable(struct GlobalConfig *global, in setvariable()
393 ParameterError err = PARAM_OK; in setvariable()
H A Dvar.h39 ParameterError setvariable(struct GlobalConfig *global, const char *input);
40 ParameterError varexpand(struct GlobalConfig *global,
H A Dtool_helpers.c45 ParameterError error = (ParameterError)res; in param2text()
H A Dtool_getparam.c57 static ParameterError getstr(char **str, const char *val, bool allowblank) in getstr()
775 static ParameterError GetSizeParameter(struct GlobalConfig *global, in GetSizeParameter()
840 static ParameterError data_urlencode(struct GlobalConfig *global, in data_urlencode()
851 ParameterError err; in data_urlencode()
1028 static ParameterError url_query(char *nextarg, in url_query()
1033 ParameterError err = PARAM_OK; in url_query()
1064 static ParameterError set_data(cmdline_t cmd, in set_data()
1072 ParameterError err = PARAM_OK; in set_data()
1146 static ParameterError set_rate(struct GlobalConfig *global, in set_rate()
1157 ParameterError er in set_rate()
[all...]
H A Dtool_operate.c885 ParameterError pe; in single_transfer()
2731 ParameterError res = parse_args(global, argc, argv); in operate()

Completed in 7 milliseconds