Lines Matching refs:iconv_in
1360 handler->iconv_in = NULL; in xmlNewCharEncodingHandler()
1702 enc->iconv_in = icv_in; in xmlFindCharEncodingHandler()
1964 else if (handler->iconv_in != NULL) { in xmlCharEncFirstLineInt()
1965 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use], in xmlCharEncFirstLineInt()
2101 else if (input->encoder->iconv_in != NULL) { in xmlCharEncFirstLineInput()
2102 ret = xmlIconvWrapper(input->encoder->iconv_in, xmlBufEnd(out), in xmlCharEncFirstLineInput()
2218 else if (input->encoder->iconv_in != NULL) { in xmlCharEncInput()
2219 ret = xmlIconvWrapper(input->encoder->iconv_in, xmlBufEnd(out), in xmlCharEncInput()
2324 else if (handler->iconv_in != NULL) { in xmlCharEncInFunc()
2325 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use], in xmlCharEncInFunc()
2874 ((handler->iconv_out != NULL) || (handler->iconv_in != NULL))) { in xmlCharEncCloseFunc()
2881 if (handler->iconv_in != NULL) { in xmlCharEncCloseFunc()
2882 if (iconv_close(handler->iconv_in)) in xmlCharEncCloseFunc()
2884 handler->iconv_in = NULL; in xmlCharEncCloseFunc()