Searched refs:sidtab_node (Results 1 – 2 of 2) sorted by relevance
27 s->htable = xmalloc_array(struct sidtab_node *, SIDTAB_SIZE); in sidtab_init()42 struct sidtab_node *prev, *cur, *newnode; in sidtab_insert()65 newnode = xmalloc(struct sidtab_node); in sidtab_insert()102 struct sidtab_node *cur; in sidtab_search()131 struct sidtab_node *cur; in sidtab_map()155 struct sidtab_node *last, *cur, *temp; in sidtab_map_remove_on_error()199 struct sidtab_node *cur; in sidtab_search_context()254 struct sidtab_node *cur; in sidtab_hash_eval()284 struct sidtab_node *cur, *temp; in sidtab_destroy()
16 struct sidtab_node { struct19 struct sidtab_node *next; argument29 struct sidtab_node **htable;
Completed in 7 milliseconds