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

/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_hash.h161 extern HT_ITEM *ht_add_item(HT_HANDLE *handle, const char *key,
H A Dsmbns_hash.c212 * ht_add_item
226 ht_add_item(HT_HANDLE *handle, const char *key, const void *data) function
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.
287 return (ht_add_item(handle, key, data));

Completed in 22 milliseconds