Searched refs:list_entry (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dlist.c43 struct list_entry { struct
44 struct list_entry *m_prev;
45 struct list_entry *m_next;
52 entry_to_citer(const atf_list_t *l, const struct list_entry *le)
62 entry_to_iter(atf_list_t *l, struct list_entry *le)
71 struct list_entry *
74 struct list_entry *le;
76 le = (struct list_entry *)malloc(sizeof(*le));
89 delete_entry(struct list_entry *le)
98 struct list_entry *
[all...]

Completed in 11 milliseconds