Searched defs:_xmlCharEncodingHandler (Results 1 – 2 of 2) sorted by relevance
140 struct _xmlCharEncodingHandler { struct141 char *name;142 xmlCharEncodingInputFunc input;143 xmlCharEncodingOutputFunc output;145 iconv_t iconv_in;146 iconv_t iconv_out;149 struct _uconv_t *uconv_in;150 struct _uconv_t *uconv_out;
140 struct _xmlCharEncodingHandler { struct141 char *name;142 xmlCharEncodingInputFunc input XML_DEPRECATED_MEMBER;143 xmlCharEncodingOutputFunc output XML_DEPRECATED_MEMBER;145 iconv_t iconv_in XML_DEPRECATED_MEMBER;146 iconv_t iconv_out XML_DEPRECATED_MEMBER;149 struct _uconv_t *uconv_in XML_DEPRECATED_MEMBER;150 struct _uconv_t *uconv_out XML_DEPRECATED_MEMBER;