|
IDZEBRA 2.2.8
|
Data Structures | |
| struct | records_head |
Data Fields | |
| int | rw |
| int | compression_method |
| recindex_t | recindex |
| char * | data_fname [REC_BLOCK_TYPES] |
| BFile | data_BFile [REC_BLOCK_TYPES] |
| char * | tmp_buf |
| int | tmp_size |
| struct record_cache_entry * | record_cache |
| int | cache_size |
| int | cache_cur |
| int | cache_max |
| int | compression_chunk_size |
| Zebra_mutex | mutex |
| struct records_info::records_head | head |
| int records_info::cache_cur |
Definition at line 73 of file records.c.
Referenced by rec_cache_flush(), rec_cache_insert(), rec_cache_lookup(), rec_open(), and rec_write_multiple().
| int records_info::cache_max |
Definition at line 74 of file records.c.
Referenced by rec_cache_insert(), and rec_open().
| int records_info::compression_chunk_size |
Definition at line 76 of file records.c.
Referenced by rec_cache_insert(), and rec_open().
| int records_info::compression_method |
Definition at line 61 of file records.c.
Referenced by rec_flush_shared(), and rec_open().
| BFile records_info::data_BFile[REC_BLOCK_TYPES] |
Definition at line 66 of file records.c.
Referenced by rec_close(), rec_get_int(), rec_open(), rec_prstat(), rec_release_blocks(), and rec_write_tmp_buf().
| char* records_info::data_fname[REC_BLOCK_TYPES] |
Definition at line 65 of file records.c.
Referenced by rec_close(), rec_open(), rec_prstat(), and rec_write_tmp_buf().
| struct records_info::records_head records_info::head |
Referenced by rec_close(), rec_del(), rec_delete_single(), rec_get_int(), rec_get_next(), rec_new_int(), rec_open(), rec_prstat(), rec_release_blocks(), rec_tmp_expand(), and rec_write_tmp_buf().
| Zebra_mutex records_info::mutex |
Definition at line 78 of file records.c.
Referenced by rec_close(), rec_del(), rec_get(), rec_new(), rec_open(), and rec_put().
| recindex_t records_info::recindex |
Definition at line 63 of file records.c.
Referenced by rec_close(), rec_delete_single(), rec_get_int(), rec_new_int(), rec_open(), rec_release_blocks(), and rec_write_tmp_buf().
| struct record_cache_entry* records_info::record_cache |
Definition at line 71 of file records.c.
Referenced by rec_cache_flush(), rec_cache_insert(), rec_cache_lookup(), rec_close(), rec_open(), and rec_write_multiple().
| int records_info::rw |
Definition at line 60 of file records.c.
Referenced by rec_close(), and rec_open().
| char* records_info::tmp_buf |
Definition at line 68 of file records.c.
Referenced by rec_close(), rec_flush_shared(), rec_get_int(), rec_open(), rec_tmp_expand(), and rec_write_tmp_buf().
| int records_info::tmp_size |
Definition at line 69 of file records.c.
Referenced by rec_open(), and rec_tmp_expand().