Searched refs:hi_next (Results 1 – 7 of 7) sorted by relevance
266 item->hi_next = handle->ht_table[h_index].he_head; in ht_add_item()334 cur->hi_next; in ht_remove_item()336 prev->hi_next = cur->hi_next; in ht_remove_item()356 cur = cur->hi_next; in ht_remove_item()394 cur = cur->hi_next; in ht_find_item()459 cur->hi_next; in ht_clean_table()461 prev->hi_next = cur->hi_next; in ht_clean_table()478 cur = prev->hi_next; in ht_clean_table()483 cur = cur->hi_next; in ht_clean_table()532 item = item->hi_next; in ht_bucket_search()[all …]
255 SM_HEAP_ITEM_T *hi_next; member492 for (hi = SmHeapTable[i]; hi != NULL; hi = hi->hi_next)509 hi->hi_next = SmHeapTable[i];543 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)564 *hp = hi->hi_next;568 hi->hi_next = *hp;613 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)633 *hp = hi->hi_next;637 hi->hi_next = *hp;676 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)[all …]
327 sthash; sthash = sthash->hi_next) { in st_destroy()398 sthash = sthash->hi_next) { in st_setstring()470 sthash; sthash = sthash->hi_next) { in st_hash_insert()543 sthash->hi_next = hashbcks[hashval]; in st_hash_insert()
352 sthash = sthash->hi_next; in dump_stringtab()
94 Str_hash *hi_next; /* next entry in hash bucket */ member
82 struct ht_item *hi_next; member
144 strhash = strhash->hi_next; in Dbg_sec_strtab()