Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregexec.c2923 int skip, tlen1; in bm_search_notrev() local
2931 tlen1 = tail - target; in bm_search_notrev()
2933 if (end + tlen1 > text_end) in bm_search_notrev()
2934 end = text_end - tlen1; in bm_search_notrev()
2940 p = se = s + tlen1; in bm_search_notrev()
2955 p = se = s + tlen1; in bm_search_notrev()

Completed in 13 milliseconds