Home | History | Annotate | Download | only in libxml2

Lines Matching refs:iconv_in

1356     handler->iconv_in = NULL;
1696 enc->iconv_in = icv_in;
1961 else if (handler->iconv_in != NULL) {
1962 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use],
2075 else if (handler->iconv_in != NULL) {
2076 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use],
2367 if ((handler->iconv_out != NULL) || (handler->iconv_in != NULL)) {
2374 if (handler->iconv_in != NULL) {
2375 if (iconv_close(handler->iconv_in))
2377 handler->iconv_in = NULL;