Lines Matching refs:iconv_out
1357 handler->iconv_out = NULL; in xmlNewCharEncodingHandler()
1697 enc->iconv_out = icv_out; in xmlFindCharEncodingHandler()
2189 else if (handler->iconv_out != NULL) { in xmlCharEncOutFunc()
2190 ret = xmlIconvWrapper(handler->iconv_out, &out->content[out->use], in xmlCharEncOutFunc()
2233 else if (handler->iconv_out != NULL) { in xmlCharEncOutFunc()
2234 ret = xmlIconvWrapper(handler->iconv_out, &out->content[out->use], in xmlCharEncOutFunc()
2367 if ((handler->iconv_out != NULL) || (handler->iconv_in != NULL)) { in xmlCharEncCloseFunc()
2369 if (handler->iconv_out != NULL) { in xmlCharEncCloseFunc()
2370 if (iconv_close(handler->iconv_out)) in xmlCharEncCloseFunc()
2372 handler->iconv_out = NULL; in xmlCharEncCloseFunc()
2460 } else if (handler->iconv_out != NULL) { in xmlByteConsumed()
2464 ret = xmlIconvWrapper(handler->iconv_out, &convbuf[0], in xmlByteConsumed()