IDZEBRA  2.2.7
Data Fields
Dict_file_struct Struct Reference

#include <dict-p.h>

Data Fields

int cache
 
BFile bf
 
struct Dict_file_blockall_blocks
 
struct Dict_file_blockfree_list
 
struct Dict_file_block ** hash_array
 
struct Dict_file_blocklru_back
 
struct Dict_file_blocklru_front
 
int hash_size
 
void * all_data
 
int block_size
 
int hits
 
int misses
 
int compact_flag
 

Detailed Description

Definition at line 53 of file dict-p.h.

Field Documentation

◆ all_blocks

struct Dict_file_block* Dict_file_struct::all_blocks

Definition at line 58 of file dict-p.h.

Referenced by common_init(), and dict_bf_close().

◆ all_data

void* Dict_file_struct::all_data

Definition at line 64 of file dict-p.h.

Referenced by common_init(), and dict_bf_close().

◆ bf

BFile Dict_file_struct::bf

Definition at line 56 of file dict-p.h.

Referenced by dict_bf_close(), dict_bf_flush_blocks(), dict_bf_open(), and dict_bf_readp().

◆ block_size

int Dict_file_struct::block_size

Definition at line 66 of file dict-p.h.

Referenced by common_init(), dict_bf_flush_blocks(), dict_bf_newp(), and dict_bf_readp().

◆ cache

int Dict_file_struct::cache

Definition at line 55 of file dict-p.h.

Referenced by common_init().

◆ compact_flag

int Dict_file_struct::compact_flag

Definition at line 69 of file dict-p.h.

Referenced by common_init(), dict_bf_compact(), dict_bf_flush_blocks(), and dict_bf_readp().

◆ free_list

struct Dict_file_block* Dict_file_struct::free_list

Definition at line 59 of file dict-p.h.

Referenced by alloc_block(), common_init(), and release_block().

◆ hash_array

struct Dict_file_block** Dict_file_struct::hash_array

Definition at line 60 of file dict-p.h.

Referenced by alloc_block(), common_init(), dict_bf_close(), and find_block().

◆ hash_size

int Dict_file_struct::hash_size

Definition at line 63 of file dict-p.h.

Referenced by alloc_block(), common_init(), and find_block().

◆ hits

int Dict_file_struct::hits

Definition at line 67 of file dict-p.h.

Referenced by common_init(), and dict_bf_readp().

◆ lru_back

struct Dict_file_block* Dict_file_struct::lru_back

◆ lru_front

struct Dict_file_block * Dict_file_struct::lru_front

Definition at line 62 of file dict-p.h.

Referenced by alloc_block(), common_init(), move_to_front(), and release_block().

◆ misses

int Dict_file_struct::misses

Definition at line 68 of file dict-p.h.

Referenced by common_init(), and dict_bf_readp().


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