Searched refs:iconv_out (Results 1 – 3 of 3) sorted by relevance
152 iconv_t iconv_out; member
1370 handler->iconv_out = NULL; in xmlNewCharEncodingHandler()1712 enc->iconv_out = icv_out; in xmlFindCharEncodingHandler()1954 else if (handler->iconv_out != NULL) { in xmlEncOutputChunk()1955 ret = xmlIconvWrapper(handler->iconv_out, out, outlen, in, inlen); in xmlEncOutputChunk()2741 ((handler->iconv_out != NULL) || (handler->iconv_in != NULL))) { in xmlCharEncCloseFunc()2743 if (handler->iconv_out != NULL) { in xmlCharEncCloseFunc()2744 if (iconv_close(handler->iconv_out)) in xmlCharEncCloseFunc()2746 handler->iconv_out = NULL; in xmlCharEncCloseFunc()
160 d iconv_out * iconv_t