YAZ  5.34.0
Data Fields
yaz_record_conv_struct Struct Reference

The internal structure for yaz_record_conv_t. More...

Data Fields

NMEM nmem
 memory for configuration More...
 
struct yaz_record_conv_rulerules
 conversion rules (allocated using NMEM) More...
 
struct yaz_record_conv_rule ** rules_p
 pointer to last conversion rule pointer in chain More...
 
WRBUF wr_error
 string buffer for error messages More...
 
char * path
 path for opening files
More...
 

Detailed Description

The internal structure for yaz_record_conv_t.

Definition at line 44 of file record_conv.c.

Field Documentation

◆ nmem

NMEM yaz_record_conv_struct::nmem

memory for configuration

Definition at line 46 of file record_conv.c.

Referenced by yaz_record_conv_configure_t(), yaz_record_conv_create(), yaz_record_conv_destroy(), and yaz_record_conv_reset().

◆ path

char* yaz_record_conv_struct::path

path for opening files

Definition at line 58 of file record_conv.c.

Referenced by yaz_record_conv_configure_t(), yaz_record_conv_create(), yaz_record_conv_destroy(), and yaz_record_conv_set_path().

◆ rules

struct yaz_record_conv_rule* yaz_record_conv_struct::rules

conversion rules (allocated using NMEM)

Definition at line 49 of file record_conv.c.

Referenced by yaz_record_conv_create(), yaz_record_conv_opac_record(), yaz_record_conv_record(), yaz_record_conv_reset(), and yaz_record_get_output_charset().

◆ rules_p

struct yaz_record_conv_rule** yaz_record_conv_struct::rules_p

pointer to last conversion rule pointer in chain

Definition at line 52 of file record_conv.c.

Referenced by yaz_record_conv_configure_t(), and yaz_record_conv_reset().

◆ wr_error

WRBUF yaz_record_conv_struct::wr_error

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