Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1300 int count, prev_count; in detect_early_fail() local
1569 prev_count = count; in detect_early_fail()
1583 prev_count = detect_early_fail(common, cc, private_data_start, depth + 1, prev_count); in detect_early_fail()
1585 if (prev_count > count) in detect_early_fail()
1586 count = prev_count; in detect_early_fail()

Completed in 44 milliseconds