IDZEBRA  2.2.7
Data Fields
ISAMS_M_s Struct Reference

#include <isams.h>

Data Fields

int(* compare_item )(const void *a, const void *b)
 
void(* log_item )(int logmask, const void *p, const char *txt)
 
ISAM_CODEC codec
 
int debug
 
int block_size
 

Detailed Description

Definition at line 33 of file isams.h.

Field Documentation

◆ block_size

int ISAMS_M_s::block_size

Definition at line 40 of file isams.h.

Referenced by isams_getmethod(), and isams_open().

◆ codec

ISAM_CODEC ISAMS_M_s::codec

◆ compare_item

int(* ISAMS_M_s::compare_item) (const void *a, const void *b)

Definition at line 34 of file isams.h.

Referenced by isams_getmethod(), and key_isams_m().

◆ debug

int ISAMS_M_s::debug

Definition at line 39 of file isams.h.

Referenced by isams_getmethod(), isams_open(), and key_isams_m().

◆ log_item

void(* ISAMS_M_s::log_item) (int logmask, const void *p, const char *txt)

Definition at line 35 of file isams.h.

Referenced by isams_getmethod(), and key_isams_m().


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