Lines Matching refs:ParameterError
55 static ParameterError getstr(char **str, const char *val, bool allowblank) in getstr()
501 static ParameterError GetSizeParameter(struct GlobalConfig *global, in GetSizeParameter()
569 static ParameterError data_urlencode(struct GlobalConfig *global, in data_urlencode()
580 ParameterError err; in data_urlencode()
811 static ParameterError url_query(char *nextarg, in url_query()
816 ParameterError err = PARAM_OK; in url_query()
847 static ParameterError set_data(cmdline_t cmd, in set_data()
855 ParameterError err = PARAM_OK; in set_data()
928 static ParameterError set_rate(struct GlobalConfig *global, in set_rate()
939 ParameterError err = PARAM_OK; in set_rate()
1020 ParameterError getparameter(const char *flag, /* f or -long-flag */ in getparameter()
1033 ParameterError err = PARAM_OK; in getparameter()
2683 ParameterError parse_args(struct GlobalConfig *global, int argc, in parse_args()
2689 ParameterError result = PARAM_OK; in parse_args()