IDZEBRA
2.2.7
|
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 |
char* trunc_info::buf |
Definition at line 39 of file trunc.c.
Referenced by heap_close(), and heap_init().
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().
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().
int trunc_info::heapnum |
Definition at line 34 of file trunc.c.
Referenced by heap_delete(), heap_init(), heap_insert(), and rset_trunc_r().
int* trunc_info::indx |
Definition at line 32 of file trunc.c.
Referenced by heap_close(), heap_init(), heap_insert(), and rset_trunc_r().
int trunc_info::keysize |
Definition at line 36 of file trunc.c.
Referenced by heap_init(), and heap_insert().
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().
char* trunc_info::swapbuf |
Definition at line 37 of file trunc.c.
Referenced by heap_close(), and heap_init().
char* trunc_info::tmpbuf |
Definition at line 38 of file trunc.c.
Referenced by heap_close(), heap_init(), and rset_trunc_r().