Searched refs:ht_total_items (Results 1 – 2 of 2) sorted by relevance
109 ht->ht_total_items = 0; in ht_create_table()160 return (handle->ht_total_items); in ht_get_total_items()268 handle->ht_total_items++; in ht_add_item()348 handle->ht_total_items--; in ht_remove_item()501 handle->ht_total_items--; in ht_mark_delete()515 handle->ht_total_items++; in ht_clear_delete()551 if (handle == 0 || iterator == 0 || handle->ht_total_items == 0) in ht_findfirst()
115 size_t ht_total_items; /* show total number of available items */ member