#include <h_table.h>

Data Fields | |
| unsigned long | acc_entries |
| unsigned long | cur_entries |
| struct cell * | first_cell |
| struct cell * | last_cell |
| ser_lock_t | mutex |
| unsigned int | next_label |
Definition at line 272 of file h_table.h.
| unsigned long acc_entries |
Definition at line 280 of file h_table.h.
Referenced by insert_into_hash_table_unsafe(), and mi_tm_hash().
| unsigned long cur_entries |
Definition at line 281 of file h_table.h.
Referenced by insert_into_hash_table_unsafe(), mi_tm_hash(), remove_from_hash_table_unsafe(), and transaction_count().
struct cell* first_cell [read] |
Definition at line 274 of file h_table.h.
Referenced by free_hash_table(), insert_into_hash_table_unsafe(), remove_from_hash_table_unsafe(), and t_lookup_callid().
Definition at line 275 of file h_table.h.
Referenced by insert_into_hash_table_unsafe(), and remove_from_hash_table_unsafe().
Definition at line 279 of file h_table.h.
Referenced by init_entry_lock(), lock_hash(), and unlock_hash().
| unsigned int next_label |
Definition at line 277 of file h_table.h.
Referenced by init_hash_table(), and insert_into_hash_table_unsafe().
1.5.6