Searched defs:hti (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios_cache.c392 HT_ITERATOR hti; local
406 item = ht_findfirst(smb_netbios_cache, &hti);
431 } while ((item = ht_findnext(&hti)) != 0);
442 HT_ITERATOR hti; local
446 item = ht_findfirst(smb_netbios_cache, &hti);
470 } while ((item = ht_findnext(&hti)) != 0);
525 HT_ITERATOR hti; local
532 item = ht_findfirst(smb_netbios_cache, &hti);
557 } while ((item = ht_findnext(&hti)) != 0);
575 HT_ITERATOR hti; local
641 HT_ITERATOR hti; local
[all...]

Completed in 23 milliseconds