Searched refs:ht_total_items (Results 1 – 2 of 2) sorted by relevance
111 ht->ht_total_items = 0; in ht_create_table()162 return (handle->ht_total_items); in ht_get_total_items()270 handle->ht_total_items++; in ht_add_item()350 handle->ht_total_items--; in ht_remove_item()503 handle->ht_total_items--; in ht_mark_delete()517 handle->ht_total_items++; in ht_clear_delete()553 if (handle == 0 || iterator == 0 || handle->ht_total_items == 0) in ht_findfirst()
117 size_t ht_total_items; /* show total number of available items */ member