IDZEBRA
2.2.7
|
#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 |
int Dict_head::compact_flag |
Definition at line 39 of file dict-p.h.
Referenced by dict_clean(), and dict_open().
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().
Dict_ptr Dict_head::last |
Definition at line 40 of file dict-p.h.
Referenced by dict_clean(), dict_copy_compact(), and new_page().
char Dict_head::magic_str[8] |
Definition at line 37 of file dict-p.h.
Referenced by dict_clean(), and dict_open().
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().
Dict_ptr Dict_head::root |
Definition at line 40 of file dict-p.h.
Referenced by dict_clean(), dict_copy_compact(), dict_del_string(), dict_delete(), dict_delete_subtree(), dict_insert(), dict_lookup(), dict_lookup_ec(), dict_lookup_grep(), and dict_scan().