Lines Matching refs:ParameterError
55 static ParameterError getstr(char **str, const char *val, bool allowblank) in getstr()
504 static ParameterError GetSizeParameter(struct GlobalConfig *global, in GetSizeParameter()
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()
1023 ParameterError getparameter(const char *flag, /* f or -long-flag */ in getparameter()
1036 ParameterError err = PARAM_OK; in getparameter()
2687 ParameterError parse_args(struct GlobalConfig *global, int argc, in parse_args()
2693 ParameterError result = PARAM_OK; in parse_args()