Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h223 #define MBFL_SUBSTR_UNTIL_END ((size_t) -1) macro
H A Dmbfilter.c1178 if (length == MBFL_SUBSTR_UNTIL_END) { in mbfl_substr()
1232 if (length == MBFL_SUBSTR_UNTIL_END) { in mbfl_substr()
/PHP-7.3/ext/mbstring/
H A Dmbstring.c2584 ret = mbfl_substr(&haystack, &result, n, MBFL_SUBSTR_UNTIL_END); in PHP_FUNCTION()
2641 ret = mbfl_substr(&haystack, &result, n, MBFL_SUBSTR_UNTIL_END); in PHP_FUNCTION()
2697 ret = mbfl_substr(&haystack, &result, n, MBFL_SUBSTR_UNTIL_END); in PHP_FUNCTION()
2746 ret = mbfl_substr(&haystack, &result, n, MBFL_SUBSTR_UNTIL_END); in PHP_FUNCTION()
2840 real_len = MBFL_SUBSTR_UNTIL_END; in PHP_FUNCTION()

Completed in 21 milliseconds