Lines Matching defs:param_list
104 struct input_param param_list[24];
841 if (ictx->param_list[i].type == INPUT_STRING)
842 free(ictx->param_list[i].str);
1021 if (ictx->param_list[i].type == INPUT_STRING)
1022 free(ictx->param_list[i].str);
1028 ip = &ictx->param_list[0];
1045 ip = &ictx->param_list[++ictx->param_list_len];
1046 if (ictx->param_list_len == nitems(ictx->param_list))
1051 ip = &ictx->param_list[i];
1072 ip = &ictx->param_list[validx];
2062 char *s = ictx->param_list[i].str, *copy, *ptr, *out;
2159 if (ictx->param_list[i].type == INPUT_STRING) {