Home
last modified time | relevance | path

Searched refs:cd2 (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/iconv/
H A Diconv.c629 iconv_t cd1, cd2; in _php_iconv_substr() local
683 cd2 = (iconv_t)NULL; in _php_iconv_substr()
699 if (cd2 == (iconv_t)NULL) { in _php_iconv_substr()
700 cd2 = iconv_open(enc, GENERIC_SUPERSET_NAME); in _php_iconv_substr()
702 if (cd2 == (iconv_t)(-1)) { in _php_iconv_substr()
703 cd2 = (iconv_t)NULL; in _php_iconv_substr()
713 if (_php_iconv_appendl(pretval, buf, sizeof(buf), cd2) != PHP_ICONV_ERR_SUCCESS) { in _php_iconv_substr()
734 if (cd2 != (iconv_t)NULL) { in _php_iconv_substr()
735 _php_iconv_appendl(pretval, NULL, 0, cd2); in _php_iconv_substr()
744 if (cd2 != (iconv_t)NULL) { in _php_iconv_substr()
[all …]

Completed in 11 milliseconds