IDZEBRA
2.2.7
|
#include <dict-p.h>
Data Fields | |
int | rw |
Dict_BFile | dbf |
const char **(* | grep_cmap )(void *vp, const char **from, int len) |
void * | grep_cmap_data |
zint | no_split |
zint | no_insert |
zint | no_lookup |
struct Dict_head | head |
Dict_BFile Dict_struct::dbf |
Definition at line 74 of file dict-p.h.
Referenced by clean_page(), dict_clean(), dict_close(), dict_copy_compact(), dict_del_string(), dict_del_subtree(), dict_ins(), dict_look(), dict_open(), dict_scan_r(), grep(), lookup_ec(), new_page(), scan_direction(), and split_page().
const char**(* Dict_struct::grep_cmap) (void *vp, const char **from, int len) |
Definition at line 75 of file dict-p.h.
Referenced by dict_grep_cmap(), dict_lookup_grep(), and dict_open().
void* Dict_struct::grep_cmap_data |
Definition at line 76 of file dict-p.h.
Referenced by dict_grep_cmap(), and dict_lookup_grep().
struct Dict_head Dict_struct::head |
Definition at line 82 of file dict-p.h.
Referenced by clean_page(), dict_clean(), dict_close(), dict_copy_compact(), dict_del_string(), dict_del_subtree(), dict_delete(), dict_delete_subtree(), dict_insert(), dict_lookup(), dict_lookup_ec(), dict_lookup_grep(), dict_open(), dict_scan(), and new_page().
zint Dict_struct::no_insert |
number of insert operations, since dict_open
Definition at line 80 of file dict-p.h.
Referenced by dict_get_no_insert(), dict_insert(), and dict_open().
zint Dict_struct::no_lookup |
number of lookup operations, since dict_open
Definition at line 82 of file dict-p.h.
Referenced by dict_get_no_lookup(), dict_lookup(), and dict_open().
zint Dict_struct::no_split |
number of split page operations, since dict_open
Definition at line 78 of file dict-p.h.
Referenced by dict_get_no_split(), dict_open(), and split_page().
int Dict_struct::rw |
Definition at line 73 of file dict-p.h.
Referenced by dict_clean(), dict_close(), dict_insert(), and dict_open().