IDZEBRA  2.2.7
Data Fields
ISAMB_head Struct Reference

Data Fields

zint first_block
 
zint last_block
 
zint free_list
 
zint no_items
 
int block_size
 
int block_max
 
int block_offset
 

Detailed Description

Definition at line 40 of file isamb.c.

Field Documentation

◆ block_max

int ISAMB_head::block_max

Definition at line 46 of file isamb.c.

Referenced by insert_int(), insert_leaf(), isamb_close(), isamb_dump_r(), and isamb_open2().

◆ block_offset

int ISAMB_head::block_offset

Definition at line 47 of file isamb.c.

Referenced by close_block(), isamb_open2(), new_block(), and open_block().

◆ block_size

int ISAMB_head::block_size

◆ first_block

zint ISAMB_head::first_block

Definition at line 41 of file isamb.c.

Referenced by isamb_close(), and isamb_open2().

◆ free_list

zint ISAMB_head::free_list

Definition at line 43 of file isamb.c.

Referenced by close_block(), isamb_close(), isamb_open2(), and new_block().

◆ last_block

zint ISAMB_head::last_block

Definition at line 42 of file isamb.c.

Referenced by isamb_close(), isamb_open2(), and new_block().

◆ no_items

zint ISAMB_head::no_items

Definition at line 44 of file isamb.c.


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