Searched refs:nmhashtable (Results 1 – 4 of 4) sorted by relevance
235 hp = (struct host *) hash_Lookup(nmhashtable, in main()253 hp = (struct host *) hash_FirstEntry(nmhashtable); in main()256 hp = (struct host *) hash_NextEntry(nmhashtable); in main()
289 hash_tbl *nmhashtable; variable300 nmhashtable = hash_Init(HASHTABLESIZE); in rdtab_init()301 if (!(hwhashtable && iphashtable && nmhashtable)) { in rdtab_init()375 hash_Reset(nmhashtable, free_host); in readtab()454 if (hash_Insert(nmhashtable, hashcode, nullcmp, in readtab()1421 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring); in fill_defaults()
109 for (hp = (struct host *) hash_FirstEntry(nmhashtable); hp != NULL; in dumptab()110 hp = (struct host *) hash_NextEntry(nmhashtable)) { in dumptab()
212 extern hash_tbl *nmhashtable;