|
CUBRID Engine
latest
|
#include <memory_hash.h>

Public Attributes | |
| HENTRY_HLS_PTR | tail |
| HENTRY_HLS_PTR | next |
| void * | data |
Definition at line 138 of file memory_hash.h.
| void* hentry_hls::data |
Definition at line 142 of file memory_hash.h.
Referenced by mht_clear_hls(), mht_dump_hls(), mht_get_hls(), mht_put_hls_internal(), and scan_hash_probe_next().
| HENTRY_HLS_PTR hentry_hls::next |
Definition at line 141 of file memory_hash.h.
Referenced by mht_clear_hls(), mht_dump_hls(), mht_put_hls_internal(), and scan_hash_probe_next().
| HENTRY_HLS_PTR hentry_hls::tail |
Definition at line 140 of file memory_hash.h.
Referenced by mht_put_hls_internal().