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

Public Attributes | |
| struct fh_page_hdr * | next |
| struct fh_page_hdr * | prev |
| struct fh_entry * | fh_entries |
| FH_FILE_POS | page |
Definition at line 69 of file file_hash.h.
| struct fh_entry* fh_page_hdr::fh_entries |
Definition at line 73 of file file_hash.h.
Referenced by fh_create(), fh_destroy(), fh_get(), fh_put(), fh_read_page(), and fh_write_page().
| struct fh_page_hdr* fh_page_hdr::next |
Definition at line 71 of file file_hash.h.
Referenced by fh_create(), fh_destroy(), fh_fetch_page(), and fh_read_page().
| FH_FILE_POS fh_page_hdr::page |
Definition at line 74 of file file_hash.h.
Referenced by fh_create(), fh_fetch_page(), fh_read_page(), and fh_write_page().
| struct fh_page_hdr* fh_page_hdr::prev |
Definition at line 72 of file file_hash.h.
Referenced by fh_create(), and fh_fetch_page().