Home
last modified time | relevance | path

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

/PHP-7.4/ext/iconv/
H A Diconv.c802 iconv_t cd1, cd2; in _php_iconv_substr() local
865 cd2 = (iconv_t)NULL; in _php_iconv_substr()
881 if (cd2 == (iconv_t)NULL) { in _php_iconv_substr()
882 cd2 = iconv_open(enc, GENERIC_SUPERSET_NAME); in _php_iconv_substr()
884 if (cd2 == (iconv_t)(-1)) { in _php_iconv_substr()
885 cd2 = (iconv_t)NULL; in _php_iconv_substr()
899 if (_php_iconv_appendl(pretval, buf, sizeof(buf), cd2) != PHP_ICONV_ERR_SUCCESS) { in _php_iconv_substr()
922 if (cd2 != (iconv_t)NULL) { in _php_iconv_substr()
923 _php_iconv_appendl(pretval, NULL, 0, cd2); in _php_iconv_substr()
932 if (cd2 != (iconv_t)NULL) { in _php_iconv_substr()
[all …]

Completed in 18 milliseconds