Home
last modified time | relevance | path

Searched refs:htit_next (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/lib9p/common/
H A Dhashtable.c228 iter->htit_next = ht_iter_advance(iter, item); in ht_remove_at_iter()
251 iter->htit_next = NULL; in ht_iter()
265 if ((item = iter->htit_next) == NULL) { in ht_next()
273 iter->htit_next = NULL; in ht_next()
H A Dhashtable.h53 struct ht_item * htit_next; member