Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2338 int expect_cond_assert = 0; in parse_regex() local
2450 if (expect_cond_assert > 0) /* A literal is not allowed if we are */ in parse_regex()
2639 if (expect_cond_assert > 0) in parse_regex()
2646 ok = expect_cond_assert == 2; in parse_regex()
2672 prev_expect_cond_assert = expect_cond_assert; in parse_regex()
2673 expect_cond_assert = 0; in parse_regex()
3810 expect_cond_assert = prev_expect_cond_assert - 1; in parse_regex()
3947 expect_cond_assert = 2; in parse_regex()

Completed in 32 milliseconds