CUBRID Engine
latest
|
Public Attributes | |
HASH_TAB | ifs |
int | size |
int | numsyms |
HT_HASH_FN | hash |
HT_CMP_FN | cmp |
BUCKET * | table [1] |
Definition at line 43 of file esql_hash.c.
HT_CMP_FN hash_tab_impl::cmp |
Definition at line 49 of file esql_hash.c.
Referenced by es_ht_find_symbol(), es_ht_make_table(), es_ht_next_symbol(), and es_ht_print_table().
HT_HASH_FN hash_tab_impl::hash |
Definition at line 48 of file esql_hash.c.
Referenced by es_ht_add_symbol(), es_ht_find_symbol(), and es_ht_make_table().
HASH_TAB hash_tab_impl::ifs |
Definition at line 45 of file esql_hash.c.
Referenced by es_ht_make_table().
int hash_tab_impl::numsyms |
Definition at line 47 of file esql_hash.c.
Referenced by es_ht_add_symbol(), es_ht_get_symbol_count(), es_ht_make_table(), es_ht_print_table(), and es_ht_remove_symbol().
int hash_tab_impl::size |
Definition at line 46 of file esql_hash.c.
Referenced by es_ht_add_symbol(), es_ht_find_symbol(), es_ht_free_table(), es_ht_make_table(), and es_ht_print_table().
BUCKET* hash_tab_impl::table[1] |
Definition at line 50 of file esql_hash.c.
Referenced by es_ht_add_symbol(), es_ht_find_symbol(), es_ht_free_table(), and es_ht_print_table().