Data Fields | |
| int | my_errno |
| int | init_flag |
| size_t | no_read_x |
| unsigned long | unget_x |
| struct yaz_iconv_encoder_s | encoder |
| struct yaz_iconv_decoder_s | decoder |
Definition at line 33 of file siconv.c.
Definition at line 34 of file siconv.c.
Referenced by yaz_iconv(), yaz_iconv_error(), yaz_iconv_open(), and yaz_iconv_set_errno().
| size_t yaz_iconv_struct::no_read_x |
| unsigned long yaz_iconv_struct::unget_x |
struct yaz_iconv_encoder_s yaz_iconv_struct::encoder [read] |
Definition at line 47 of file siconv.c.
Referenced by yaz_iconv(), yaz_iconv_close(), yaz_iconv_isbuiltin(), and yaz_iconv_open().
struct yaz_iconv_decoder_s yaz_iconv_struct::decoder [read] |
Definition at line 48 of file siconv.c.
Referenced by yaz_iconv(), yaz_iconv_close(), yaz_iconv_isbuiltin(), and yaz_iconv_open().
1.5.6