Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c437 BOOL in_positive_assertion; member
9642 BOOL save_in_positive_assertion = common->in_positive_assertion; in compile_assert_matchingpath()
9742 common->in_positive_assertion = (opcode == OP_ASSERT || opcode == OP_ASSERTBACK); in compile_assert_matchingpath()
9765 common->in_positive_assertion = save_in_positive_assertion; in compile_assert_matchingpath()
9844 common->in_positive_assertion = save_in_positive_assertion; in compile_assert_matchingpath()
10044 common->in_positive_assertion = save_in_positive_assertion; in compile_assert_matchingpath()
12985 else if (!common->local_quit_available && common->in_positive_assertion) in compile_control_verb_backtrackingpath()