IDZEBRA  2.2.7
Data Fields
Dict_head Struct Reference

#include <dict-p.h>

Data Fields

char magic_str [8]
 
int page_size
 
int compact_flag
 
Dict_ptr root
 
Dict_ptr last
 
Dict_ptr freelist
 

Detailed Description

Definition at line 36 of file dict-p.h.

Field Documentation

◆ compact_flag

int Dict_head::compact_flag

Definition at line 39 of file dict-p.h.

Referenced by dict_clean(), and dict_open().

◆ freelist

Dict_ptr Dict_head::freelist

Definition at line 40 of file dict-p.h.

Referenced by dict_clean(), dict_del_string(), dict_del_subtree(), and new_page().

◆ last

Dict_ptr Dict_head::last

Definition at line 40 of file dict-p.h.

Referenced by dict_clean(), dict_copy_compact(), and new_page().

◆ magic_str

char Dict_head::magic_str[8]

Definition at line 37 of file dict-p.h.

Referenced by dict_clean(), and dict_open().

◆ page_size

int Dict_head::page_size

Definition at line 38 of file dict-p.h.

Referenced by clean_page(), dict_clean(), dict_copy_compact(), dict_open(), and new_page().

◆ root

Dict_ptr Dict_head::root

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