#include <uthash.h>
Data Fields | |
UT_hash_bucket * | buckets |
unsigned | num_buckets |
unsigned | log2_num_buckets |
unsigned | num_items |
struct UT_hash_handle * | tail |
ptrdiff_t | hho |
unsigned | ideal_chain_maxlen |
unsigned | nonideal_items |
unsigned | ineff_expands |
unsigned | noexpand |
unsigned | hash_scratch |
unsigned | bkt |
unsigned | bkt_i |
unsigned | keylen |
unsigned | i |
unsigned | j |
unsigned | k |
char * | key |
struct UT_hash_handle * | thh |
struct UT_hash_handle * | hh_nxt |
struct UT_hash_handle * | hh_del |
UT_hash_bucket * | new_buckets |
UT_hash_bucket * | newbkt |
int | looping |
int | nmerges |
int | insize |
int | psize |
int | qsize |
struct UT_hash_handle * | p |
struct UT_hash_handle * | q |
struct UT_hash_handle * | e |
struct UT_hash_handle * | list |
struct UT_hash_handle * | tale |
Definition at line 555 of file uthash.h.
unsigned UT_hash_table::num_buckets |
unsigned UT_hash_table::log2_num_buckets |
unsigned UT_hash_table::num_items |
struct UT_hash_handle* UT_hash_table::tail [read] |
ptrdiff_t UT_hash_table::hho |
unsigned UT_hash_table::ideal_chain_maxlen |
unsigned UT_hash_table::nonideal_items |
unsigned UT_hash_table::ineff_expands |
unsigned UT_hash_table::noexpand |
unsigned UT_hash_table::hash_scratch |
unsigned UT_hash_table::bkt |
unsigned UT_hash_table::bkt_i |
unsigned UT_hash_table::keylen |
unsigned UT_hash_table::i |
unsigned UT_hash_table::j |
unsigned UT_hash_table::k |
char* UT_hash_table::key |
struct UT_hash_handle* UT_hash_table::thh [read] |
struct UT_hash_handle * UT_hash_table::hh_nxt [read] |
struct UT_hash_handle * UT_hash_table::hh_del [read] |
struct UT_hash_handle* UT_hash_table::p [read] |
struct UT_hash_handle * UT_hash_table::q [read] |
struct UT_hash_handle * UT_hash_table::e [read] |
struct UT_hash_handle * UT_hash_table::list [read] |
struct UT_hash_handle * UT_hash_table::tale [read] |