Home
last modified time | relevance | path

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

/php-src/ext/iconv/
H A Diconv.c630 iconv_t cd1, cd2; in _php_iconv_substr() local
684 cd2 = (iconv_t)NULL; in _php_iconv_substr()
700 if (cd2 == (iconv_t)NULL) { in _php_iconv_substr()
701 cd2 = iconv_open(enc, GENERIC_SUPERSET_NAME); in _php_iconv_substr()
703 if (cd2 == (iconv_t)(-1)) { in _php_iconv_substr()
704 cd2 = (iconv_t)NULL; in _php_iconv_substr()
714 if (_php_iconv_appendl(pretval, buf, sizeof(buf), cd2) != PHP_ICONV_ERR_SUCCESS) { in _php_iconv_substr()
735 if (cd2 != (iconv_t)NULL) { in _php_iconv_substr()
736 _php_iconv_appendl(pretval, NULL, 0, cd2); in _php_iconv_substr()
745 if (cd2 != (iconv_t)NULL) { in _php_iconv_substr()
[all …]

Completed in 9 milliseconds