IDZEBRA
2.2.7
|
Data Fields | |
ISAMB | isamb |
ISAM_P | pos |
int | level |
int | maxlevel |
zint | total_size |
zint | no_blocks |
zint | skipped_numbers |
zint | returned_numbers |
zint | skipped_nodes [ISAMB_MAX_LEVEL] |
zint | accessed_nodes [ISAMB_MAX_LEVEL] |
struct ISAMB_block ** | block |
int | scope |
zint ISAMB_PP_s::accessed_nodes[ISAMB_MAX_LEVEL] |
Definition at line 142 of file isamb.c.
Referenced by isamb_pp_close_x(), and isamb_pp_open_x().
struct ISAMB_block** ISAMB_PP_s::block |
Definition at line 143 of file isamb.c.
Referenced by isamb_pp_close_x(), isamb_pp_forward(), isamb_pp_open_x(), and isamb_pp_pos().
ISAMB ISAMB_PP_s::isamb |
Definition at line 133 of file isamb.c.
Referenced by isamb_pp_close_x(), isamb_pp_forward(), and isamb_pp_open_x().
int ISAMB_PP_s::level |
Definition at line 135 of file isamb.c.
Referenced by isamb_pp_close_x(), isamb_pp_forward(), and isamb_pp_open_x().
int ISAMB_PP_s::maxlevel |
Definition at line 136 of file isamb.c.
Referenced by isamb_pp_close_x(), and isamb_pp_open_x().
zint ISAMB_PP_s::no_blocks |
Definition at line 138 of file isamb.c.
Referenced by isamb_pp_close_x(), isamb_pp_forward(), and isamb_pp_open_x().
ISAM_P ISAMB_PP_s::pos |
Definition at line 134 of file isamb.c.
Referenced by isamb_pp_open_x().
zint ISAMB_PP_s::returned_numbers |
Definition at line 140 of file isamb.c.
Referenced by isamb_pp_close_x(), isamb_pp_forward(), isamb_pp_open_x(), and isamb_pp_pos().
int ISAMB_PP_s::scope |
Definition at line 144 of file isamb.c.
Referenced by isamb_pp_forward(), and isamb_pp_open_x().
zint ISAMB_PP_s::skipped_nodes[ISAMB_MAX_LEVEL] |
Definition at line 141 of file isamb.c.
Referenced by isamb_pp_close_x(), and isamb_pp_open_x().
zint ISAMB_PP_s::skipped_numbers |
Definition at line 139 of file isamb.c.
Referenced by isamb_pp_close_x(), and isamb_pp_open_x().
zint ISAMB_PP_s::total_size |
Definition at line 137 of file isamb.c.
Referenced by isamb_pp_close_x(), isamb_pp_forward(), and isamb_pp_open_x().