IDZEBRA  2.2.7
Data Fields
CFile_ph_bucket Struct Reference

CFile hash structure on disc. More...

#include <cfile.h>

Data Fields

zint no [HASH_BUCKET]
 
zint vno [HASH_BUCKET]
 
zint this_bucket
 
zint next_bucket
 

Detailed Description

CFile hash structure on disc.

Definition at line 33 of file cfile.h.

Field Documentation

◆ next_bucket

zint CFile_ph_bucket::next_bucket

next bucket number

Definition at line 37 of file cfile.h.

Referenced by cf_lookup_hash(), and new_bucket().

◆ no

zint CFile_ph_bucket::no[HASH_BUCKET]

block number in original file

Definition at line 34 of file cfile.h.

Referenced by cf_commit_hash(), cf_lookup_hash(), cf_moveto_flat(), and new_bucket().

◆ this_bucket

zint CFile_ph_bucket::this_bucket

this bucket number

Definition at line 36 of file cfile.h.

Referenced by cf_lookup_hash(), flush_bucket(), get_bucket(), and new_bucket().

◆ vno

zint CFile_ph_bucket::vno[HASH_BUCKET]

block number in shadow file

Definition at line 35 of file cfile.h.

Referenced by cf_commit_flat(), cf_commit_hash(), cf_lookup_hash(), cf_moveto_flat(), and new_bucket().


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