Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c2881 int skip, tlen1; in bm_search_notrev() local
2889 tlen1 = tail - target; in bm_search_notrev()
2891 if (end + tlen1 > text_end) in bm_search_notrev()
2892 end = text_end - tlen1; in bm_search_notrev()
2898 p = se = s + tlen1; in bm_search_notrev()
2913 p = se = s + tlen1; in bm_search_notrev()

Completed in 12 milliseconds