IDZEBRA  2.2.7
Data Fields
zebra_key_block Struct Reference

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
 

Detailed Description

Definition at line 38 of file key_block.c.

Field Documentation

◆ alt_buf

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().

◆ key_buf

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().

◆ key_buf_used

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().

◆ key_file_no

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().

◆ key_tmp_dir

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().

◆ ptr_i

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().

◆ ptr_top

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().

◆ use_threads

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().


The documentation for this struct was generated from the following file: