IDZEBRA  2.2.7
Data Fields
Dict_struct Struct Reference

#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
 

Detailed Description

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

Field Documentation

◆ dbf

Dict_BFile Dict_struct::dbf

◆ grep_cmap

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

◆ grep_cmap_data

void* Dict_struct::grep_cmap_data

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

Referenced by dict_grep_cmap(), and dict_lookup_grep().

◆ head

struct Dict_head Dict_struct::head

◆ no_insert

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

◆ no_lookup

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

◆ no_split

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

◆ rw

int Dict_struct::rw

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

Referenced by dict_clean(), dict_close(), dict_insert(), and dict_open().


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