Home
last modified time | relevance | path

Searched refs:hashtable_iterator_remove (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/cwchash/
H A Dtester.c213 if (0 == hashtable_iterator_remove(itr)) { in main()
224 hashtable_iterator_remove(itr) != 0; ) { in main()
H A Dhashtable_itr.h60 hashtable_iterator_remove(struct hashtable_itr *itr);
H A Dhashtable_itr.c99 hashtable_iterator_remove(struct hashtable_itr *itr) in hashtable_iterator_remove() function