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 | |
Definition at line 37 of file record_conv.c.
memory for configuration
Definition at line 39 of file record_conv.c.
Referenced by yaz_record_conv_create(), and yaz_record_conv_destroy().
struct yaz_record_conv_rule* yaz_record_conv_struct::rules [read] |
conversion rules (allocated using NMEM)
Definition at line 42 of file record_conv.c.
Referenced by yaz_record_conv_create(), yaz_record_conv_opac_record(), and yaz_record_conv_record().
struct yaz_record_conv_rule** yaz_record_conv_struct::rules_p [read] |
string buffer for error messages
Definition at line 48 of file record_conv.c.
Referenced by yaz_record_conv_configure(), yaz_record_conv_create(), yaz_record_conv_destroy(), yaz_record_conv_get_error(), and yaz_record_conv_opac_record().
path for opening files
Definition at line 51 of file record_conv.c.
Referenced by yaz_record_conv_create(), yaz_record_conv_destroy(), and yaz_record_conv_set_path().
1.5.6