Searched refs:links_entry (Results 1 – 1 of 1) sorted by relevance
216 struct links_entry { struct217 RB_ENTRY(links_entry) entry;218 struct links_entry *fnext; argument225 links_cmp(struct links_entry *e1, struct links_entry *e2) in links_cmp() argument237 RB_HEAD(ltree, links_entry) links = RB_INITIALIZER(&links);239 RB_GENERATE_STATIC(ltree, links_entry, entry, links_cmp);245 static struct links_entry *free_list = NULL; in linkchk()247 struct links_entry ltmp, *le; in linkchk()284 le = malloc(sizeof(struct links_entry)); in linkchk()