Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c440 BOOL in_positive_assertion; member
9873 BOOL save_in_positive_assertion = common->in_positive_assertion; in compile_assert_matchingpath()
9973 common->in_positive_assertion = (opcode == OP_ASSERT || opcode == OP_ASSERTBACK); in compile_assert_matchingpath()
9996 common->in_positive_assertion = save_in_positive_assertion; in compile_assert_matchingpath()
10075 common->in_positive_assertion = save_in_positive_assertion; in compile_assert_matchingpath()
10275 common->in_positive_assertion = save_in_positive_assertion; in compile_assert_matchingpath()
13216 else if (!common->local_quit_available && common->in_positive_assertion) in compile_control_verb_backtrackingpath()

Completed in 32 milliseconds