Home
last modified time | relevance | path

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

/PHP-5.5/ext/iconv/
H A Diconv.c762 iconv_t cd1, cd2; in _php_iconv_substr() local
824 cd2 = (iconv_t)NULL; in _php_iconv_substr()
841 if (cd2 == (iconv_t)NULL) { in _php_iconv_substr()
842 cd2 = iconv_open(enc, GENERIC_SUPERSET_NAME); in _php_iconv_substr()
844 if (cd2 == (iconv_t)(-1)) { in _php_iconv_substr()
845 cd2 = (iconv_t)NULL; in _php_iconv_substr()
859 if (_php_iconv_appendl(pretval, buf, sizeof(buf), cd2) != PHP_ICONV_ERR_SUCCESS) { in _php_iconv_substr()
882 if (cd2 != (iconv_t)NULL) { in _php_iconv_substr()
883 _php_iconv_appendl(pretval, NULL, 0, cd2); in _php_iconv_substr()
892 if (cd2 != (iconv_t)NULL) { in _php_iconv_substr()
[all …]

Completed in 12 milliseconds