Home | History | Annotate | Download | only in libxml2

Lines Matching refs:iconv_t

1638     iconv_t icv_in, icv_out;
1684 if (icv_in == (iconv_t) -1) {
1687 if (icv_out == (iconv_t) -1) {
1690 if ((icv_in != (iconv_t) -1) && (icv_out != (iconv_t) -1)) {
1709 } else if ((icv_in != (iconv_t) -1) || icv_out != (iconv_t) -1) {
1792 xmlIconvWrapper(iconv_t cd, unsigned char *out, int *outlen,