Searched refs:htit_next (Results 1 – 2 of 2) sorted by relevance
220 iter->htit_next = ht_iter_advance(iter, item); in ht_remove_at_iter()243 iter->htit_next = NULL; in ht_iter()257 if ((item = iter->htit_next) == NULL) { in ht_next()264 iter->htit_next = NULL; in ht_next()
53 struct ht_item * htit_next; member