Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/cwchash/
H A Dhashtable.h135 hashtable_remove(struct hashtable *h, void *k);
140 return (valuetype *) (hashtable_remove(h,k)); \
H A Dhashtable.c181 hashtable_remove(struct hashtable *h, void *k) in hashtable_remove() function