Searched defs:_xmlCharEncodingHandler (Results 1 – 2 of 2) sorted by relevance
141 struct _xmlCharEncodingHandler { struct142 char *name;143 xmlCharEncodingInputFunc input;144 xmlCharEncodingOutputFunc output;146 iconv_t iconv_in;147 iconv_t iconv_out;150 uconv_t *uconv_in;151 uconv_t *uconv_out;
156 struct _xmlCharEncodingHandler { struct157 char *name;158 xmlCharEncodingInputFunc input;159 xmlCharEncodingOutputFunc output;161 iconv_t iconv_in;162 iconv_t iconv_out;165 uconv_t *uconv_in;166 uconv_t *uconv_out;