Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/oniguruma/
H A Dregexec.c2876 int skip, tlen1; in bm_search_notrev() local
2884 tlen1 = tail - target; in bm_search_notrev()
2886 if (end + tlen1 > text_end) in bm_search_notrev()
2887 end = text_end - tlen1; in bm_search_notrev()
2893 p = se = s + tlen1; in bm_search_notrev()
2908 p = se = s + tlen1; in bm_search_notrev()

Completed in 14 milliseconds