CUBRID Engine  latest
fh_page_hdr Struct Reference

#include <file_hash.h>

Collaboration diagram for fh_page_hdr:
Collaboration graph

Public Attributes

struct fh_page_hdrnext
 
struct fh_page_hdrprev
 
struct fh_entryfh_entries
 
FH_FILE_POS page
 

Detailed Description

Definition at line 69 of file file_hash.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: