Home
last modified time | relevance | path

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

/PHP-8.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h220 #define MBFL_SUBSTR_UNTIL_END ((size_t) -1) macro
H A Dmbfilter.c913 if (length == MBFL_SUBSTR_UNTIL_END) { in mbfl_substr()
963 if (length == MBFL_SUBSTR_UNTIL_END) { in mbfl_substr()
/PHP-8.1/ext/mbstring/
H A Dmbstring.c2040 ret = mbfl_substr(&haystack, &result, n, MBFL_SUBSTR_UNTIL_END); in php_mb_strstr_variants()
2170 real_len = MBFL_SUBSTR_UNTIL_END; in PHP_FUNCTION()

Completed in 34 milliseconds