Searched refs:iconv_in (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.h136 iconv_t iconv_in; member in struct:_xmlCharEncodingHandler
H A Dencoding.c1307 handler->iconv_in = NULL;
1633 enc->iconv_in = icv_in;
1786 else if (handler->iconv_in != NULL) {
1787 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use],
1870 else if (handler->iconv_in != NULL) {
1871 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use],
2119 if ((handler->iconv_out != NULL) || (handler->iconv_in != NULL)) {
2128 if (handler->iconv_in != NULL) {
2129 if (iconv_close(handler->iconv_in))
2131 handler->iconv_in
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dencoding.h136 iconv_t iconv_in; 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.h136 iconv_t iconv_in; member in struct:_xmlCharEncodingHandler
H A Dencoding.c1307 handler->iconv_in = NULL;
1633 enc->iconv_in = icv_in;
1786 else if (handler->iconv_in != NULL) {
1787 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use],
1870 else if (handler->iconv_in != NULL) {
1871 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use],
2119 if ((handler->iconv_out != NULL) || (handler->iconv_in != NULL)) {
2128 if (handler->iconv_in != NULL) {
2129 if (iconv_close(handler->iconv_in))
2131 handler->iconv_in
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dencoding.c1307 handler->iconv_in = NULL;
1633 enc->iconv_in = icv_in;
1788 else if (handler->iconv_in != NULL) {
1789 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use],
1872 else if (handler->iconv_in != NULL) {
1873 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use],
2123 if ((handler->iconv_out != NULL) || (handler->iconv_in != NULL)) {
2132 if (handler->iconv_in != NULL) {
2133 if (iconv_close(handler->iconv_in))
2135 handler->iconv_in
[all...]

Completed in 114 milliseconds