Searched refs:ParameterError (Results 1 - 8 of 8) sorted by relevance
/third_party/curl/src/ |
H A D | tool_paramhlp.h | 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 str2offse [all...] |
H A D | tool_paramhlp.c | 68 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 D | tool_getparam.h | 54 } ParameterError; typedef 59 ParameterError getparameter(const char *flag, char *nextarg, 71 ParameterError parse_args(struct GlobalConfig *config, int argc,
|
H A D | var.c | 97 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 D | var.h | 39 ParameterError setvariable(struct GlobalConfig *global, const char *input); 40 ParameterError varexpand(struct GlobalConfig *global,
|
H A D | tool_helpers.c | 45 ParameterError error = (ParameterError)res; in param2text()
|
H A D | tool_getparam.c | 57 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 D | tool_operate.c | 885 ParameterError pe; in single_transfer() 2731 ParameterError res = parse_args(global, argc, argv); in operate()
|
Completed in 7 milliseconds