Home
last modified time | relevance | path

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

/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dhash.c69 ht->ht_off_string = 0; in hash_init()
88 ht->ht_off_string = off_string; in hash_init_strcached()
174 const char *str1 = *(const char **)((const char *)key + ht->ht_off_string); in hash_find_slot_strcached()
194 str2 = *(const char **)((const char *)(*slot) + ht->ht_off_string); in hash_find_slot_strcached()
222 str2 = *(const char **)((const char *)(*slot) + ht->ht_off_string); in hash_find_slot_strcached()
H A Dhash.h56 unsigned int ht_off_string; /* offsetof (struct key, string) */ member