Searched refs:he_head (Results 1 – 2 of 2) sorted by relevance
266 item->hi_next = handle->ht_table[h_index].he_head; in ht_add_item()267 handle->ht_table[h_index].he_head = item; in ht_add_item()325 cur = handle->ht_table[h_index].he_head; in ht_remove_item()333 handle->ht_table[h_index].he_head = in ht_remove_item()387 cur = handle->ht_table[h_index].he_head; in ht_find_item()449 cur = handle->ht_table[i].he_head; in ht_clean_table()458 handle->ht_table[i].he_head = in ht_clean_table()476 cur = handle->ht_table[i].he_head; in ht_clean_table()561 item = ht_bucket_search(handle->ht_table[h_index].he_head); in ht_findfirst()627 item = ht_bucket_search(handle->ht_table[index].he_head); in ht_findnext()
95 HT_ITEM *he_head; member