Home
last modified time | relevance | path

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

/php-src/ext/iconv/
H A Diconv.c756 const char *ndl, size_t ndl_nbytes, in _php_iconv_strpos() argument
783 err = php_iconv_string(ndl, ndl_nbytes, &ndl_buf, GENERIC_SUPERSET_NAME, enc); in _php_iconv_strpos()
1869 zend_string *ndl; in PHP_FUNCTION() local
1877 &haystk, &ndl, in PHP_FUNCTION()
1903 if (ZSTR_LEN(ndl) < 1) { in PHP_FUNCTION()
1909 &retval, ZSTR_VAL(haystk), ZSTR_LEN(haystk), ZSTR_VAL(ndl), ZSTR_LEN(ndl), in PHP_FUNCTION()
1927 zend_string *ndl; in PHP_FUNCTION() local
1934 &haystk, &ndl, in PHP_FUNCTION()
1939 if (ZSTR_LEN(ndl) < 1) { in PHP_FUNCTION()
1951 &retval, ZSTR_VAL(haystk), ZSTR_LEN(haystk), ZSTR_VAL(ndl), ZSTR_LEN(ndl), in PHP_FUNCTION()

Completed in 9 milliseconds