IDZEBRA  2.2.7
Data Fields
records_info::records_head Struct Reference

Data Fields

char magic [8]
 
char version [4]
 
zint block_size [REC_BLOCK_TYPES]
 
zint block_free [REC_BLOCK_TYPES]
 
zint block_last [REC_BLOCK_TYPES]
 
zint block_used [REC_BLOCK_TYPES]
 
zint block_move [REC_BLOCK_TYPES]
 
zint total_bytes
 
zint index_last
 
zint index_free
 
zint no_records
 

Detailed Description

Definition at line 80 of file records.c.

Field Documentation

◆ block_free

zint records_info::records_head::block_free[REC_BLOCK_TYPES]

Definition at line 84 of file records.c.

Referenced by rec_open(), rec_prstat(), rec_release_blocks(), and rec_write_tmp_buf().

◆ block_last

zint records_info::records_head::block_last[REC_BLOCK_TYPES]

Definition at line 85 of file records.c.

Referenced by rec_open(), rec_prstat(), and rec_write_tmp_buf().

◆ block_move

zint records_info::records_head::block_move[REC_BLOCK_TYPES]

Definition at line 87 of file records.c.

Referenced by rec_open(), and rec_write_tmp_buf().

◆ block_size

zint records_info::records_head::block_size[REC_BLOCK_TYPES]

Definition at line 83 of file records.c.

Referenced by rec_get_int(), rec_open(), rec_prstat(), rec_tmp_expand(), and rec_write_tmp_buf().

◆ block_used

zint records_info::records_head::block_used[REC_BLOCK_TYPES]

Definition at line 86 of file records.c.

Referenced by rec_open(), rec_prstat(), rec_release_blocks(), and rec_write_tmp_buf().

◆ index_free

zint records_info::records_head::index_free

Definition at line 91 of file records.c.

Referenced by rec_delete_single(), rec_new_int(), and rec_open().

◆ index_last

zint records_info::records_head::index_last

Definition at line 90 of file records.c.

Referenced by rec_get_next(), rec_new_int(), and rec_open().

◆ magic

char records_info::records_head::magic[8]

Definition at line 81 of file records.c.

Referenced by rec_open().

◆ no_records

zint records_info::records_head::no_records

Definition at line 92 of file records.c.

Referenced by rec_del(), rec_new_int(), rec_open(), and rec_prstat().

◆ total_bytes

zint records_info::records_head::total_bytes

Definition at line 89 of file records.c.

Referenced by rec_open(), rec_prstat(), rec_release_blocks(), and rec_write_tmp_buf().

◆ version

char records_info::records_head::version[4]

Definition at line 82 of file records.c.

Referenced by rec_open().


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