Home
last modified time | relevance | path

Searched refs:ht_strcache (Results 1 – 2 of 2) sorted by relevance

/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dhash.c68 ht->ht_strcache = 0; in hash_init()
87 ht->ht_strcache = strcache; in hash_init_strcached()
106 if (ht->ht_strcache) in hash_load()
135 assert (ht->ht_strcache == 0); in hash_find_slot()
176 unsigned int hash_1 = strcache2_calc_ptr_hash (ht->ht_strcache, str1); in hash_find_slot_strcached()
180 assert (ht->ht_strcache != 0); in hash_find_slot_strcached()
206 hash_2 = strcache2_get_hash (ht->ht_strcache, str1) | 1; in hash_find_slot_strcached()
287 if (ht->ht_strcache) in hash_insert_at()
459 if (ht->ht_strcache) in hash_rehash()
H A Dhash.h55 struct strcache2 *ht_strcache; /* the string cache pointer. */ member