IDZEBRA
2.2.7
|
Data Fields | |
char ** | key_buf |
size_t | ptr_top |
size_t | ptr_i |
size_t | key_buf_used |
int | key_file_no |
char * | key_tmp_dir |
int | use_threads |
char ** | alt_buf |
Definition at line 38 of file key_block.c.
char** zebra_key_block::alt_buf |
Definition at line 46 of file key_block.c.
Referenced by key_block_create(), key_block_destroy(), and key_block_flush().
char** zebra_key_block::key_buf |
Definition at line 39 of file key_block.c.
Referenced by key_block_create(), key_block_destroy(), key_block_flush(), and key_block_write().
size_t zebra_key_block::key_buf_used |
Definition at line 42 of file key_block.c.
Referenced by key_block_create(), key_block_flush(), and key_block_write().
int zebra_key_block::key_file_no |
Definition at line 43 of file key_block.c.
Referenced by key_block_create(), key_block_flush_int(), and key_block_get_no_files().
char* zebra_key_block::key_tmp_dir |
Definition at line 44 of file key_block.c.
Referenced by key_block_create(), key_block_destroy(), and key_block_flush_int().
size_t zebra_key_block::ptr_i |
Definition at line 41 of file key_block.c.
Referenced by key_block_create(), key_block_flush(), and key_block_write().
size_t zebra_key_block::ptr_top |
Definition at line 40 of file key_block.c.
Referenced by key_block_create(), key_block_flush(), and key_block_write().
int zebra_key_block::use_threads |
Definition at line 45 of file key_block.c.
Referenced by key_block_create(), key_block_destroy(), and key_block_flush().