Searched refs:iconv_out (Results 1 – 3 of 3) sorted by relevance
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()[all …]
147 iconv_t iconv_out; member
114 handler->iconv_out = NULL;450 iconv_t iconv_out;