Home
last modified time | relevance | path

Searched refs:iconv_out (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dencoding.h152 iconv_t iconv_out; member
/external/libxml2/
Dencoding.c1380 handler->iconv_out = NULL; in xmlNewCharEncodingHandler()
1731 enc->iconv_out = icv_out; in xmlFindCharEncodingHandler()
2014 else if (handler->iconv_out != NULL) { in xmlEncOutputChunk()
2015 ret = xmlIconvWrapper(handler->iconv_out, out, outlen, in, inlen); in xmlEncOutputChunk()
2801 ((handler->iconv_out != NULL) || (handler->iconv_in != NULL))) { in xmlCharEncCloseFunc()
2803 if (handler->iconv_out != NULL) { in xmlCharEncCloseFunc()
2804 if (iconv_close(handler->iconv_out)) in xmlCharEncCloseFunc()
2806 handler->iconv_out = NULL; in xmlCharEncCloseFunc()
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle160 d iconv_out * iconv_t