Lines Matching refs:hashnode
37 #define DELETED ((hashnode) -1)
68 table->entries = XCNEWVEC (hashnode, nslots); in ht_create()
90 hashnode
98 hashnode
107 hashnode node; in ht_lookup_with_hash()
184 hashnode *nentries, *p, *limit; in ht_expand()
188 nentries = XCNEWVEC (hashnode, size); in ht_expand()
226 hashnode *p, *limit; in ht_forall()
244 hashnode *p, *limit; in ht_purge()
259 ht_load (cpp_hash_table *ht, hashnode *entries, in ht_load()
279 hashnode *p, *limit; in ht_dump_statistics()
307 headers = table->nslots * sizeof (hashnode); in ht_dump_statistics()