Searched refs:hti (Results 1 – 1 of 1) sorted by relevance
390 HT_ITERATOR hti; in smb_netbios_cache_status() local404 item = ht_findfirst(smb_netbios_cache, &hti); in smb_netbios_cache_status()429 } while ((item = ht_findnext(&hti)) != 0); in smb_netbios_cache_status()440 HT_ITERATOR hti; in smb_netbios_cache_reset_ttl() local444 item = ht_findfirst(smb_netbios_cache, &hti); in smb_netbios_cache_reset_ttl()468 } while ((item = ht_findnext(&hti)) != 0); in smb_netbios_cache_reset_ttl()523 HT_ITERATOR hti; in smb_netbios_cache_refresh() local530 item = ht_findfirst(smb_netbios_cache, &hti); in smb_netbios_cache_refresh()555 } while ((item = ht_findnext(&hti)) != 0); in smb_netbios_cache_refresh()573 HT_ITERATOR hti; in smb_netbios_cache_delete_locals() local[all …]