IDZEBRA  2.2.7
Data Fields
index_block Struct Reference

Data Fields

NMEM nmem
 
int no_entries
 
size_t current_entry
 
size_t current_max
 
struct index_termterms
 
struct index_term ** ar
 
int round
 

Detailed Description

Definition at line 37 of file benchindex1.c.

Field Documentation

◆ ar

struct index_term** index_block::ar

Definition at line 43 of file benchindex1.c.

Referenced by code_read(), and index_block_flush().

◆ current_entry

size_t index_block::current_entry

Definition at line 40 of file benchindex1.c.

Referenced by code_read(), and index_block_flush().

◆ current_max

size_t index_block::current_max

Definition at line 41 of file benchindex1.c.

Referenced by index_block_check_flush(), and index_block_new().

◆ nmem

NMEM index_block::nmem

◆ no_entries

int index_block::no_entries

Definition at line 39 of file benchindex1.c.

Referenced by code_read(), index_block_add(), index_block_flush(), and index_block_new().

◆ round

int index_block::round

Definition at line 44 of file benchindex1.c.

Referenced by index_block_flush(), and index_block_new().

◆ terms

struct index_term* index_block::terms

Definition at line 42 of file benchindex1.c.

Referenced by index_block_add(), index_block_flush(), and index_block_new().


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