CUBRID Engine
latest
|
Public Attributes | |
struct { | |
int next | |
QFILE_LIST_CACHE_ENTRY entry | |
} | s |
char | dummy [FIXED_SIZE_OF_POOLED_LIST_CACHE_ENTRY] |
Definition at line 131 of file list_file.c.
char qfile_pooled_list_cache_entry::dummy[FIXED_SIZE_OF_POOLED_LIST_CACHE_ENTRY] |
Definition at line 138 of file list_file.c.
QFILE_LIST_CACHE_ENTRY qfile_pooled_list_cache_entry::entry |
Definition at line 136 of file list_file.c.
Referenced by qfile_allocate_list_cache_entry(), and qfile_free_list_cache_entry().
int qfile_pooled_list_cache_entry::next |
Definition at line 135 of file list_file.c.
Referenced by qfile_allocate_list_cache_entry(), qfile_free_list_cache_entry(), and qfile_initialize_list_cache().
struct { ... } qfile_pooled_list_cache_entry::s |
Referenced by qfile_allocate_list_cache_entry(), qfile_free_list_cache_entry(), and qfile_initialize_list_cache().