Searched refs:ParameterError (Results 1 – 10 of 10) sorted by relevance
/curl/src/ |
H A D | tool_paramhlp.h | 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); [all …]
|
H A D | tool_paramhlp.c | 93 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 D | var.h | 39 ParameterError setvariable(struct GlobalConfig *global, const char *input); 40 ParameterError varexpand(struct GlobalConfig *global,
|
H A D | var.c | 95 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 D | tool_helpers.h | 28 const char *param2text(ParameterError error);
|
H A D | tool_getparam.h | 352 } ParameterError; typedef 360 ParameterError getparameter(const char *flag, char *nextarg, 372 ParameterError parse_args(struct GlobalConfig *config, int argc,
|
H A D | tool_helpers.c | 41 const char *param2text(ParameterError error) in param2text()
|
H A D | tool_getparam.c | 572 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 D | tool_parsecfg.c | 101 ParameterError res; in parseconfig()
|
H A D | tool_operate.c | 1939 ParameterError pe; in single_transfer() 3181 ParameterError res = parse_args(global, argc, argv); in operate()
|
Completed in 24 milliseconds