Home
last modified time | relevance | path

Searched refs:ParameterError (Results 1 – 10 of 10) sorted by relevance

/curl/src/
H A Dtool_paramhlp.h31 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);
[all …]
H A Dtool_paramhlp.c93 ParameterError file2string(char **bufp, FILE *file) in file2string()
184 ParameterError str2num(long *val, const char *str) in str2num()
191 ParameterError result = getnum(val, str, 8); in oct2nummax()
211 ParameterError str2unum(long *val, const char *str) in str2unum()
213 ParameterError result = getnum(val, str, 10); in str2unum()
234 ParameterError result = str2unum(val, str); in str2unummax()
290 ParameterError secs2ms(long *valp, const char *str) in secs2ms()
363 ParameterError proto2num(struct OperationConfig *config, in proto2num()
485 ParameterError check_protocol(const char *str) in check_protocol()
674 ParameterError err = PARAM_OK; in get_args()
[all …]
H A Dvar.h39 ParameterError setvariable(struct GlobalConfig *global, const char *input);
40 ParameterError varexpand(struct GlobalConfig *global,
H A Dvar.c95 static ParameterError varfunc(struct GlobalConfig *global, in varfunc()
103 ParameterError err = PARAM_OK; in varfunc()
207 ParameterError varexpand(struct GlobalConfig *global, in varexpand()
300 ParameterError err = varfunc(global, value, vlen, funcp, flen, in varexpand()
347 static ParameterError addvariable(struct GlobalConfig *global, in addvariable()
377 ParameterError setvariable(struct GlobalConfig *global, in setvariable()
386 ParameterError err = PARAM_OK; in setvariable()
H A Dtool_helpers.h28 const char *param2text(ParameterError error);
H A Dtool_getparam.h352 } ParameterError; typedef
360 ParameterError getparameter(const char *flag, char *nextarg,
372 ParameterError parse_args(struct GlobalConfig *config, int argc,
H A Dtool_helpers.c41 const char *param2text(ParameterError error) in param2text()
H A Dtool_getparam.c572 static ParameterError data_urlencode(struct GlobalConfig *global, in data_urlencode()
583 ParameterError err; in data_urlencode()
814 static ParameterError url_query(char *nextarg, in url_query()
819 ParameterError err = PARAM_OK; in url_query()
850 static ParameterError set_data(cmdline_t cmd, in set_data()
858 ParameterError err = PARAM_OK; in set_data()
931 static ParameterError set_rate(struct GlobalConfig *global, in set_rate()
942 ParameterError err = PARAM_OK; in set_rate()
1036 ParameterError err = PARAM_OK; in getparameter()
2687 ParameterError parse_args(struct GlobalConfig *global, int argc, in parse_args()
[all …]
H A Dtool_parsecfg.c101 ParameterError res; in parseconfig()
H A Dtool_operate.c1939 ParameterError pe; in single_transfer()
3181 ParameterError res = parse_args(global, argc, argv); in operate()

Completed in 24 milliseconds