IDZEBRA
2.2.7
|
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 |
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().
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().
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().
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().
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().
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().
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().
char records_info::records_head::magic[8] |
Definition at line 81 of file records.c.
Referenced by rec_open().
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().
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().
char records_info::records_head::version[4] |
Definition at line 82 of file records.c.
Referenced by rec_open().