Searched defs:_xmlCharEncodingHandler (Results 1 – 2 of 2) sorted by relevance
146 struct _xmlCharEncodingHandler { struct147 char *name;148 xmlCharEncodingInputFunc input;149 xmlCharEncodingOutputFunc output;151 iconv_t iconv_in;152 iconv_t iconv_out;155 uconv_t *uconv_in;156 uconv_t *uconv_out;
175 struct _xmlCharEncodingHandler { struct176 char *name;177 xmlCharEncodingInputFunc input;178 xmlCharEncodingOutputFunc output;180 iconv_t iconv_in;181 iconv_t iconv_out;184 uconv_t *uconv_in;185 uconv_t *uconv_out;