Searched refs:iconv_out (Results 1 – 3 of 3) sorted by relevance
1356 handler->iconv_out = NULL; in xmlNewCharEncodingHandler()1690 enc->iconv_out = icv_out; in xmlFindCharEncodingHandler()2150 else if (handler->iconv_out != NULL) { in xmlCharEncOutFunc()2151 ret = xmlIconvWrapper(handler->iconv_out, &out->content[out->use], in xmlCharEncOutFunc()2194 else if (handler->iconv_out != NULL) { in xmlCharEncOutFunc()2195 ret = xmlIconvWrapper(handler->iconv_out, &out->content[out->use], in xmlCharEncOutFunc()2327 if ((handler->iconv_out != NULL) || (handler->iconv_in != NULL)) { in xmlCharEncCloseFunc()2331 if (handler->iconv_out != NULL) { in xmlCharEncCloseFunc()2332 if (iconv_close(handler->iconv_out)) in xmlCharEncCloseFunc()2334 handler->iconv_out = NULL; in xmlCharEncCloseFunc()[all …]
162 iconv_t iconv_out; member
114 handler->iconv_out = NULL;450 iconv_t iconv_out;