Home
last modified time | relevance | path

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

/PHP-7.4/ext/iconv/
H A Diconv.c204 …pos(size_t *pretval, const char *haystk, size_t haystk_nbytes, const char *ndl, size_t ndl_nbytes,…
943 const char *ndl, size_t ndl_nbytes, in _php_iconv_strpos() argument
970 err = php_iconv_string(ndl, ndl_nbytes, &ndl_buf, GENERIC_SUPERSET_NAME, enc); in _php_iconv_strpos()
2140 zend_string *ndl; in PHP_FUNCTION() local
2148 &haystk, &ndl, in PHP_FUNCTION()
2172 if (ZSTR_LEN(ndl) < 1) { in PHP_FUNCTION()
2176 err = _php_iconv_strpos(&retval, ZSTR_VAL(haystk), ZSTR_LEN(haystk), ZSTR_VAL(ndl), ZSTR_LEN(ndl), in PHP_FUNCTION()
2195 zend_string *ndl; in PHP_FUNCTION() local
2202 &haystk, &ndl, in PHP_FUNCTION()
2207 if (ZSTR_LEN(ndl) < 1) { in PHP_FUNCTION()
[all …]

Completed in 10 milliseconds