Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Dhashtable.c186 slot = iter->htit_slot; in ht_iter_advance()
192 iter->htit_slot = slot; in ht_iter_advance()
219 slot = iter->htit_slot; in ht_remove_at_iter()
244 iter->htit_slot = -1; /* which will increment to 0 */ in ht_iter()
H A Dhashtable.h54 ssize_t htit_slot; member