IDZEBRA  2.2.7
Data Fields
heap_info Struct Reference

Data Fields

struct {
   struct key_file **   file
 
   char **   buf
 
info
 
int heapnum
 
int * ptr
 
int(* cmp )(const void *p1, const void *p2)
 
struct zebra_registerreg
 
ZebraHandle zh
 
zint no_diffs
 
zint no_updates
 
zint no_deletions
 
zint no_insertions
 
zint no_iterations
 

Detailed Description

Definition at line 219 of file kinput.c.

Field Documentation

◆ buf

char** heap_info::buf

◆ cmp

int(* heap_info::cmp) (const void *p1, const void *p2)

Definition at line 226 of file kinput.c.

Referenced by key_heap_delete(), key_heap_init_file(), and key_heap_insert().

◆ file

struct key_file** heap_info::file

◆ heapnum

int heap_info::heapnum

Definition at line 224 of file kinput.c.

Referenced by heap_read_one(), key_heap_delete(), key_heap_insert(), and key_heap_malloc().

◆ 

struct { ... } heap_info::info

◆ no_deletions

zint heap_info::no_deletions

Definition at line 231 of file kinput.c.

Referenced by heap_inpb(), heap_inpc(), key_heap_malloc(), and zebra_index_merge().

◆ no_diffs

zint heap_info::no_diffs

Definition at line 229 of file kinput.c.

Referenced by heap_inpb(), heap_inpc(), heap_inps(), key_heap_malloc(), and zebra_index_merge().

◆ no_insertions

zint heap_info::no_insertions

Definition at line 232 of file kinput.c.

Referenced by heap_inpb(), heap_inpc(), heap_inps(), key_heap_malloc(), and zebra_index_merge().

◆ no_iterations

zint heap_info::no_iterations

Definition at line 233 of file kinput.c.

Referenced by heap_read_one(), key_heap_malloc(), and zebra_index_merge().

◆ no_updates

zint heap_info::no_updates

Definition at line 230 of file kinput.c.

Referenced by heap_inpb(), heap_inpc(), key_heap_malloc(), and zebra_index_merge().

◆ ptr

int* heap_info::ptr

◆ reg

struct zebra_register* heap_info::reg

Definition at line 227 of file kinput.c.

Referenced by heap_inpb(), heap_inpc(), heap_inps(), and zebra_index_merge().

◆ zh

ZebraHandle heap_info::zh

Definition at line 228 of file kinput.c.

Referenced by heap_cread_item(), heap_inpb(), and key_heap_init_file().


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