IDZEBRA
2.2.7
|
Data Fields | |
BFile | bf |
int | head_dirty |
struct ISAMB_head | head |
struct ISAMB_cache_entry * | cache_entries |
BFile ISAMB_file::bf |
Definition at line 89 of file isamb.c.
Referenced by cache_block(), close_block(), flush_blocks(), isamb_close(), isamb_open2(), new_block(), and open_block().
struct ISAMB_cache_entry* ISAMB_file::cache_entries |
Definition at line 92 of file isamb.c.
Referenced by cache_block(), flush_blocks(), and isamb_open2().
struct ISAMB_head ISAMB_file::head |
Definition at line 90 of file isamb.c.
Referenced by cache_block(), close_block(), insert_int(), insert_leaf(), isamb_block_info(), isamb_close(), isamb_dump_r(), isamb_open2(), new_block(), and open_block().
int ISAMB_file::head_dirty |
Definition at line 90 of file isamb.c.
Referenced by close_block(), isamb_close(), isamb_open2(), and new_block().