CUBRID Engine
latest
|
Public Attributes | |
int | bucket_sz |
ht_hashf | hashf |
ht_keyf | keyf |
ht_comparef | comparef |
ht_bucket | buckets [1] |
Definition at line 49 of file api_util.c.
int hash_table_s::bucket_sz |
Definition at line 51 of file api_util.c.
Referenced by hash_delete(), hash_destroy(), hash_insert(), hash_lookup(), and hash_new().
ht_bucket hash_table_s::buckets[1] |
Definition at line 55 of file api_util.c.
Referenced by hash_delete(), hash_destroy(), hash_insert(), hash_lookup(), and hash_new().
ht_comparef hash_table_s::comparef |
Definition at line 54 of file api_util.c.
Referenced by hash_delete(), hash_lookup(), and hash_new().
ht_hashf hash_table_s::hashf |
Definition at line 52 of file api_util.c.
Referenced by hash_delete(), hash_insert(), hash_lookup(), and hash_new().
ht_keyf hash_table_s::keyf |
Definition at line 53 of file api_util.c.
Referenced by hash_delete(), hash_insert(), hash_lookup(), and hash_new().