Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_mbregex.c1004 OnigUChar *string_lim; in _php_mb_regex_ereg_replace_exec() local
1064 string_lim = (OnigUChar*)(string + string_len); in _php_mb_regex_ereg_replace_exec()
1067 …hp_mb_onig_search(re, (OnigUChar *)string, (OnigUChar *)string_lim, pos, (OnigUChar *)string_lim, … in _php_mb_regex_ereg_replace_exec()
1123 if (pos < string_lim) { in _php_mb_regex_ereg_replace_exec()
1130 if (string_lim - pos > 0) { in _php_mb_regex_ereg_replace_exec()
1131 smart_str_appendl(&out_buf, (char *)pos, string_lim - pos); in _php_mb_regex_ereg_replace_exec()

Completed in 10 milliseconds