IDZEBRA  2.2.7
Data Fields
trunc_info Struct Reference

Data Fields

int * ptr
 
int * indx
 
char ** heap
 
int heapnum
 
int(* cmp )(const void *p1, const void *p2)
 
int keysize
 
char * swapbuf
 
char * tmpbuf
 
char * buf
 

Detailed Description

Definition at line 30 of file trunc.c.

Field Documentation

◆ buf

char* trunc_info::buf

Definition at line 39 of file trunc.c.

Referenced by heap_close(), and heap_init().

◆ cmp

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

Definition at line 35 of file trunc.c.

Referenced by heap_delete(), heap_init(), heap_insert(), and rset_trunc_r().

◆ heap

char** trunc_info::heap

Definition at line 33 of file trunc.c.

Referenced by heap_close(), heap_delete(), heap_init(), heap_insert(), and rset_trunc_r().

◆ heapnum

int trunc_info::heapnum

Definition at line 34 of file trunc.c.

Referenced by heap_delete(), heap_init(), heap_insert(), and rset_trunc_r().

◆ indx

int* trunc_info::indx

Definition at line 32 of file trunc.c.

Referenced by heap_close(), heap_init(), heap_insert(), and rset_trunc_r().

◆ keysize

int trunc_info::keysize

Definition at line 36 of file trunc.c.

Referenced by heap_init(), and heap_insert().

◆ ptr

int* trunc_info::ptr

Definition at line 31 of file trunc.c.

Referenced by heap_close(), heap_delete(), heap_init(), heap_insert(), heap_swap(), and rset_trunc_r().

◆ swapbuf

char* trunc_info::swapbuf

Definition at line 37 of file trunc.c.

Referenced by heap_close(), and heap_init().

◆ tmpbuf

char* trunc_info::tmpbuf

Definition at line 38 of file trunc.c.

Referenced by heap_close(), heap_init(), and rset_trunc_r().


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