Searched refs:genlist_entry (Results 1 – 4 of 4) sorted by relevance
49 struct genlist_entry *52 struct genlist_entry *entry = calloc(sizeof(struct genlist_entry), 1); in genlist_insert()58 struct genlist_entry *61 struct genlist_entry *entry = calloc(sizeof(struct genlist_entry), 1); in genlist_append()70 struct genlist_entry *p; in genlist_foreach()82 genlist_next (struct genlist *head, struct genlist_entry **buf) in genlist_next()84 struct genlist_entry *p; in genlist_next()98 struct genlist_entry *p; in genlist_free()141 struct genlist_entry *gpb;
43 TAILQ_HEAD(genlist, genlist_entry);46 struct genlist_entry { struct48 TAILQ_ENTRY(genlist_entry) chain; argument55 struct genlist_entry *genlist_insert (struct genlist *head, void *data);56 struct genlist_entry *genlist_append (struct genlist *head, void *data);72 void *genlist_next (struct genlist *head, struct genlist_entry **buf);
204 struct genlist_entry *gp; in rsa_try_check_rsasign()
3678 struct genlist_entry *gpb;