IDZEBRA
2.2.7
|
Data Fields | |
ISAM_P | pos |
int | cat |
int | size |
int | leaf |
int | dirty |
int | deleted |
int | offset |
zint | no_items |
char * | bytes |
char * | cbuf |
unsigned char * | buf |
void * | decodeClientData |
int | log_rw |
unsigned char* ISAMB_block::buf |
Definition at line 127 of file isamb.c.
Referenced by close_block(), isamb_dump_r(), isamb_pp_forward(), isamb_pp_read(), new_block(), and open_block().
char* ISAMB_block::bytes |
Definition at line 125 of file isamb.c.
Referenced by check_block(), insert_int(), insert_leaf(), isamb_dump_r(), isamb_merge(), isamb_pp_forward(), isamb_pp_open_x(), isamb_unlink(), new_block(), and open_block().
int ISAMB_block::cat |
Definition at line 118 of file isamb.c.
Referenced by check_block(), close_block(), flush_blocks(), insert_int(), insert_leaf(), isamb_block_info(), isamb_dump_r(), isamb_merge(), new_block(), new_int(), new_leaf(), and open_block().
char* ISAMB_block::cbuf |
Definition at line 126 of file isamb.c.
Referenced by open_block().
void* ISAMB_block::decodeClientData |
Definition at line 128 of file isamb.c.
Referenced by close_block(), isamb_dump_r(), isamb_pp_forward(), new_block(), and open_block().
int ISAMB_block::deleted |
Definition at line 122 of file isamb.c.
Referenced by close_block(), insert_leaf(), isamb_unlink(), new_block(), and open_block().
int ISAMB_block::dirty |
Definition at line 121 of file isamb.c.
Referenced by close_block(), insert_int(), insert_leaf(), new_block(), and open_block().
int ISAMB_block::leaf |
Definition at line 120 of file isamb.c.
Referenced by check_block(), close_block(), insert_sub(), isamb_dump_r(), isamb_pp_forward(), isamb_pp_open_x(), isamb_unlink(), new_block(), and open_block().
zint ISAMB_block::no_items |
Definition at line 124 of file isamb.c.
Referenced by close_block(), insert_int(), insert_leaf(), isamb_dump_r(), isamb_merge(), isamb_pp_pos(), new_block(), and open_block().
int ISAMB_block::offset |
Definition at line 123 of file isamb.c.
Referenced by close_block(), isamb_dump_r(), isamb_pp_forward(), isamb_pp_open_x(), isamb_unlink(), new_block(), and open_block().
ISAM_P ISAMB_block::pos |
Definition at line 117 of file isamb.c.
Referenced by check_block(), close_block(), decode_ptr(), encode_ptr(), insert_int(), isamb_dump(), isamb_dump_r(), isamb_merge(), isamb_open2(), isamb_pp_forward(), isamb_pp_open(), isamb_pp_open_x(), isamb_unlink(), new_block(), and open_block().
int ISAMB_block::size |
Definition at line 119 of file isamb.c.
Referenced by check_block(), close_block(), insert_int(), insert_leaf(), isamb_dump_r(), isamb_merge(), isamb_pp_close_x(), isamb_pp_forward(), isamb_pp_open_x(), isamb_unlink(), new_block(), and open_block().