Searched refs:ht_findfirst (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_hash.h133 * Iterator used with ht_findfirst and ht_findnext to walk through
177 extern HT_ITEM *ht_findfirst(HT_HANDLE *handle, HT_ITERATOR *iterator);
H A Dsmbns_netbios_cache.c96 item = ht_findfirst(smb_netbios_cache, &iter->nbc_hti);
406 item = ht_findfirst(smb_netbios_cache, &hti);
446 item = ht_findfirst(smb_netbios_cache, &hti);
532 item = ht_findfirst(smb_netbios_cache, &hti);
582 item = ht_findfirst(smb_netbios_cache, &hti);
654 item = ht_findfirst(smb_netbios_cache, &hti);
H A Dsmbns_hash.c139 while ((item = ht_findfirst(handle, &iterator)) != 0)
534 * ht_findfirst
544 ht_findfirst(HT_HANDLE *handle, HT_ITERATOR *iterator) function
572 * be initialized by ht_findfirst, which will also return the first item
576 * - an invalid iterator (i.e. ht_findfirst has not been called)

Completed in 23 milliseconds