IDZEBRA  2.2.7
Data Fields
ISAMB_PP_s Struct Reference

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
 

Detailed Description

Definition at line 132 of file isamb.c.

Field Documentation

◆ accessed_nodes

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().

◆ block

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 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().

◆ level

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().

◆ maxlevel

int ISAMB_PP_s::maxlevel

Definition at line 136 of file isamb.c.

Referenced by isamb_pp_close_x(), and isamb_pp_open_x().

◆ no_blocks

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().

◆ pos

ISAM_P ISAMB_PP_s::pos

Definition at line 134 of file isamb.c.

Referenced by isamb_pp_open_x().

◆ returned_numbers

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().

◆ scope

int ISAMB_PP_s::scope

Definition at line 144 of file isamb.c.

Referenced by isamb_pp_forward(), and isamb_pp_open_x().

◆ skipped_nodes

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().

◆ skipped_numbers

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().

◆ total_size

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().


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