|
IDZEBRA
2.0.54
|
Data Fields | |
| MFile | mf |
| Zebra_lock_rdwr | rdwr_lock |
| struct CFile_struct * | cf |
| char * | alloc_buf |
| int | block_size |
| int | alloc_buf_size |
| zint | last_block |
| zint | free_list |
| zint | root_block |
| char * | magic |
| int | header_dirty |
| char* BFile_struct::alloc_buf |
Definition at line 46 of file bfile.c.
Referenced by bf_alloc(), bf_close2(), bf_free(), bf_open(), bf_xclose(), and bf_xopen().
| int BFile_struct::alloc_buf_size |
Definition at line 48 of file bfile.c.
Referenced by bf_xopen().
| int BFile_struct::block_size |
Definition at line 47 of file bfile.c.
Referenced by bf_open(), bf_xclose(), and bf_xopen().
| struct CFile_struct* BFile_struct::cf |
Definition at line 45 of file bfile.c.
Referenced by bf_close2(), bf_open(), bf_read2(), and bf_write2().
| zint BFile_struct::free_list |
Definition at line 50 of file bfile.c.
Referenced by bf_alloc(), bf_free(), bf_xclose(), and bf_xopen().
| int BFile_struct::header_dirty |
Definition at line 53 of file bfile.c.
Referenced by bf_alloc(), bf_free(), bf_open(), bf_xclose(), and bf_xopen().
| zint BFile_struct::last_block |
Definition at line 49 of file bfile.c.
Referenced by bf_alloc(), bf_xclose(), and bf_xopen().
| char* BFile_struct::magic |
Definition at line 52 of file bfile.c.
Referenced by bf_close2(), bf_open(), bf_xclose(), and bf_xopen().
| MFile BFile_struct::mf |
Definition at line 43 of file bfile.c.
Referenced by bf_close2(), bf_open(), bf_read2(), and bf_write2().
| Zebra_lock_rdwr BFile_struct::rdwr_lock |
Definition at line 44 of file bfile.c.
Referenced by bf_close2(), bf_open(), bf_read2(), and bf_write2().
| zint BFile_struct::root_block |
Definition at line 51 of file bfile.c.
Referenced by bf_xopen().
1.8.1.2