|
YAZ 5.35.1
|
The internal structure for yaz_record_conv_t. More...
Data Fields | |
| NMEM | nmem |
| memory for configuration | |
| struct yaz_record_conv_rule * | rules |
| conversion rules (allocated using NMEM) | |
| struct yaz_record_conv_rule ** | rules_p |
| pointer to last conversion rule pointer in chain | |
| WRBUF | wr_error |
| string buffer for error messages | |
| char * | path |
| path for opening files | |
The internal structure for yaz_record_conv_t.
Definition at line 45 of file record_conv.c.
| NMEM yaz_record_conv_struct::nmem |
memory for configuration
Definition at line 47 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().
| char* yaz_record_conv_struct::path |
path for opening files
Definition at line 59 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().
| struct yaz_record_conv_rule* yaz_record_conv_struct::rules |
conversion rules (allocated using NMEM)
Definition at line 50 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().
| struct yaz_record_conv_rule** yaz_record_conv_struct::rules_p |
pointer to last conversion rule pointer in chain
Definition at line 53 of file record_conv.c.
Referenced by yaz_record_conv_configure_t(), and yaz_record_conv_reset().
| WRBUF yaz_record_conv_struct::wr_error |
string buffer for error messages
Definition at line 56 of file record_conv.c.
Referenced by yaz_record_conv_configure_t(), yaz_record_conv_create(), yaz_record_conv_destroy(), yaz_record_conv_get_error(), yaz_record_conv_opac_record(), yaz_record_conv_record_rule(), and yaz_record_conv_reset().