Searched refs:iconv_out (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dencoding.in.h137 iconv_t iconv_out; member in struct:_xmlCharEncodingHandler
H A Dencoding.c1308 handler->iconv_out = NULL;
1634 enc->iconv_out = icv_out;
1973 else if (handler->iconv_out != NULL) {
1974 ret = xmlIconvWrapper(handler->iconv_out, &out->content[out->use],
2006 else if (handler->iconv_out != NULL) {
2007 ret = xmlIconvWrapper(handler->iconv_out, &out->content[out->use],
2119 if ((handler->iconv_out != NULL) || (handler->iconv_in != NULL)) {
2123 if (handler->iconv_out != NULL) {
2124 if (iconv_close(handler->iconv_out))
2126 handler->iconv_out
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dencoding.h137 iconv_t iconv_out; member in struct:_xmlCharEncodingHandler
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dencoding.in.h137 iconv_t iconv_out; member in struct:_xmlCharEncodingHandler
H A Dencoding.c1308 handler->iconv_out = NULL;
1634 enc->iconv_out = icv_out;
1973 else if (handler->iconv_out != NULL) {
1974 ret = xmlIconvWrapper(handler->iconv_out, &out->content[out->use],
2006 else if (handler->iconv_out != NULL) {
2007 ret = xmlIconvWrapper(handler->iconv_out, &out->content[out->use],
2119 if ((handler->iconv_out != NULL) || (handler->iconv_in != NULL)) {
2123 if (handler->iconv_out != NULL) {
2124 if (iconv_close(handler->iconv_out))
2126 handler->iconv_out
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dencoding.c1308 handler->iconv_out = NULL;
1634 enc->iconv_out = icv_out;
1975 else if (handler->iconv_out != NULL) {
1976 ret = xmlIconvWrapper(handler->iconv_out, &out->content[out->use],
2010 else if (handler->iconv_out != NULL) {
2011 ret = xmlIconvWrapper(handler->iconv_out, &out->content[out->use],
2123 if ((handler->iconv_out != NULL) || (handler->iconv_in != NULL)) {
2127 if (handler->iconv_out != NULL) {
2128 if (iconv_close(handler->iconv_out))
2130 handler->iconv_out
[all...]

Completed in 169 milliseconds