Searched refs:FormInfo (Results 1 – 2 of 2) sorted by relevance
32 struct FormInfo { struct45 struct FormInfo *more; argument
134 static struct FormInfo *AddFormInfo(char *value, in AddFormInfo()136 struct FormInfo *parent_form_info) in AddFormInfo()138 struct FormInfo *form_info; in AddFormInfo()139 form_info = calloc(1, sizeof(struct FormInfo)); in AddFormInfo()213 struct FormInfo *first_form, *current_form, *form = NULL; in FormAdd()229 first_form = calloc(1, sizeof(struct FormInfo)); in FormAdd()527 struct FormInfo *ptr; in FormAdd()656 struct FormInfo *ptr; in FormAdd()682 struct FormInfo *ptr = first_form->more; in FormAdd()
Completed in 6 milliseconds