Home
last modified time | relevance | path

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

/PHP-5.5/ext/iconv/
H A Diconv.c2068 int ndl_len; in PHP_FUNCTION() local
2076 &haystk, &haystk_len, &ndl, &ndl_len, in PHP_FUNCTION()
2091 if (ndl_len < 1) { in PHP_FUNCTION()
2095 err = _php_iconv_strpos(&retval, haystk, haystk_len, ndl, ndl_len, in PHP_FUNCTION()
2116 int ndl_len; in PHP_FUNCTION() local
2123 &haystk, &haystk_len, &ndl, &ndl_len, in PHP_FUNCTION()
2128 if (ndl_len < 1) { in PHP_FUNCTION()
2137 err = _php_iconv_strpos(&retval, haystk, haystk_len, ndl, ndl_len, in PHP_FUNCTION()

Completed in 13 milliseconds