Lines Matching defs:param_list
123 struct input_param param_list[24];
889 if (ictx->param_list[i].type == INPUT_STRING)
890 free(ictx->param_list[i].str);
1072 if (ictx->param_list[i].type == INPUT_STRING)
1073 free(ictx->param_list[i].str);
1079 ip = &ictx->param_list[0];
1096 ip = &ictx->param_list[++ictx->param_list_len];
1097 if (ictx->param_list_len == nitems(ictx->param_list))
1102 ip = &ictx->param_list[i];
1123 ip = &ictx->param_list[validx];
2204 char *s = ictx->param_list[i].str, *copy, *ptr, *out;
2301 if (ictx->param_list[i].type == INPUT_STRING) {