IDZEBRA  2.2.7
Data Fields
ISAMB_cache_entry Struct Reference

Data Fields

ISAM_P pos
 
unsigned char * buf
 
int dirty
 
int hits
 
struct ISAMB_cache_entrynext
 

Detailed Description

Definition at line 80 of file isamb.c.

Field Documentation

◆ buf

unsigned char* ISAMB_cache_entry::buf

Definition at line 82 of file isamb.c.

Referenced by cache_block(), and flush_blocks().

◆ dirty

int ISAMB_cache_entry::dirty

Definition at line 83 of file isamb.c.

Referenced by cache_block(), and flush_blocks().

◆ hits

int ISAMB_cache_entry::hits

Definition at line 84 of file isamb.c.

◆ next

struct ISAMB_cache_entry* ISAMB_cache_entry::next

Definition at line 85 of file isamb.c.

Referenced by cache_block(), and flush_blocks().

◆ pos

ISAM_P ISAMB_cache_entry::pos

Definition at line 81 of file isamb.c.

Referenced by cache_block(), flush_blocks(), and isamb_close().


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