Searched refs:iconv_out (Results 1 – 3 of 3) sorted by relevance
152 iconv_t iconv_out; member
1380 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()
160 d iconv_out * iconv_t