Searched refs:ht_remove_item (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_hash.h165 extern void *ht_remove_item(HT_HANDLE *handle, const char *key);
H A Dsmbns_hash.c140 (void) ht_remove_item(handle, item->hi_key);
277 * using ht_remove_item and a new item is added using ht_add_item. We rely
278 * on parameter validation in ht_remove_item and ht_add_item.
285 (void) ht_remove_item(handle, key);
292 * ht_remove_item
304 ht_remove_item(HT_HANDLE *handle, const char *key) function

Completed in 26 milliseconds