Searched refs:iconv_in (Results 1 – 3 of 3) sorted by relevance
1356 handler->iconv_in = NULL; in xmlNewCharEncodingHandler()1696 enc->iconv_in = icv_in; in xmlFindCharEncodingHandler()1961 else if (handler->iconv_in != NULL) { in xmlCharEncFirstLineInt()1962 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use], in xmlCharEncFirstLineInt()2075 else if (handler->iconv_in != NULL) { in xmlCharEncInFunc()2076 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use], in xmlCharEncInFunc()2367 if ((handler->iconv_out != NULL) || (handler->iconv_in != NULL)) { in xmlCharEncCloseFunc()2374 if (handler->iconv_in != NULL) { in xmlCharEncCloseFunc()2375 if (iconv_close(handler->iconv_in)) in xmlCharEncCloseFunc()2377 handler->iconv_in = NULL; in xmlCharEncCloseFunc()
146 iconv_t iconv_in; member
113 handler->iconv_in = NULL;449 iconv_t iconv_in;