Searched refs:ht_findnext (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
178 extern HT_ITEM *ht_findnext(HT_ITERATOR *iterator);
H A Dsmbns_netbios_cache.c119 item = ht_findnext(&iter->nbc_hti);
431 } while ((item = ht_findnext(&hti)) != 0);
470 } while ((item = ht_findnext(&hti)) != 0);
557 } while ((item = ht_findnext(&hti)) != 0);
602 } while ((item = ht_findnext(&hti)) != 0);
662 item = ht_findnext(&hti);
H A Dsmbns_hash.c569 * ht_findnext
584 ht_findnext(HT_ITERATOR *iterator) function

Completed in 18 milliseconds