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.c1370 handler->iconv_out = NULL; in xmlNewCharEncodingHandler()
1712 enc->iconv_out = icv_out; in xmlFindCharEncodingHandler()
1954 else if (handler->iconv_out != NULL) { in xmlEncOutputChunk()
1955 ret = xmlIconvWrapper(handler->iconv_out, out, outlen, in, inlen); in xmlEncOutputChunk()
2741 ((handler->iconv_out != NULL) || (handler->iconv_in != NULL))) { in xmlCharEncCloseFunc()
2743 if (handler->iconv_out != NULL) { in xmlCharEncCloseFunc()
2744 if (iconv_close(handler->iconv_out)) in xmlCharEncCloseFunc()
2746 handler->iconv_out = NULL; in xmlCharEncCloseFunc()
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle160 d iconv_out * iconv_t