Home
last modified time | relevance | path

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

/PHP-7.2/ext/iconv/
H A Diconv.c820 iconv_t cd1, cd2; in _php_iconv_substr() local
882 cd2 = (iconv_t)NULL; in _php_iconv_substr()
899 if (cd2 == (iconv_t)NULL) { in _php_iconv_substr()
900 cd2 = iconv_open(enc, GENERIC_SUPERSET_NAME); in _php_iconv_substr()
902 if (cd2 == (iconv_t)(-1)) { in _php_iconv_substr()
903 cd2 = (iconv_t)NULL; in _php_iconv_substr()
917 if (_php_iconv_appendl(pretval, buf, sizeof(buf), cd2) != PHP_ICONV_ERR_SUCCESS) { in _php_iconv_substr()
940 if (cd2 != (iconv_t)NULL) { in _php_iconv_substr()
941 _php_iconv_appendl(pretval, NULL, 0, cd2); in _php_iconv_substr()
950 if (cd2 != (iconv_t)NULL) { in _php_iconv_substr()
[all …]

Completed in 20 milliseconds