Searched refs:OP_ASSERT (Results 1 – 8 of 8) sorted by relevance
247 case OP_ASSERT: in find_minlength()1119 case OP_ASSERT: in set_start_bits()1131 case OP_ASSERT: in set_start_bits()
421 case OP_ASSERT: in pcre2_printint()
646 case OP_ASSERT: in compare_opcodes()
6753 bravalue = OP_ASSERT; in compile_branch()6858 if (bravalue >= OP_ASSERT && bravalue <= OP_ASSERTBACK_NA) in compile_branch()7008 else if ((bravalue == OP_ASSERT || bravalue == OP_ASSERT_NA) && in compile_branch()7431 case OP_ASSERT: in compile_branch()8722 else if (op == OP_ASSERT || op == OP_ASSERT_NA) in is_anchored()8860 else if (op == OP_ASSERT || op == OP_ASSERT_NA) in is_startline()9101 case OP_ASSERT: in find_firstassertedcu()9106 ((op == OP_ASSERT || op == OP_ASSERT_NA)?1:0)); in find_firstassertedcu()
972 case OP_ASSERT: in next_opcode()1879 case OP_ASSERT: in set_private_data_ptrs()2501 case OP_ASSERT: in get_recurse_data_length()2850 case OP_ASSERT: in copy_recurse_data()3144 if (*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NA) in set_then_offsets()5647 case OP_ASSERT: in scan_prefix()10207 SLJIT_ASSERT(opcode >= OP_ASSERT && opcode <= OP_ASSERTBACK_NOT); in compile_assert_matchingpath()10466 if (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) in compile_assert_matchingpath()12667 case OP_ASSERT: in compile_matchingpath()13025 if (*cc == OP_ASSERT || *cc == OP_ASSERTBACK) in compile_assert_backtrackingpath()[all …]
2790 case OP_ASSERT: in internal_dfa_match()2829 if ((rc >= 0) == (codevalue == OP_ASSERT || codevalue == OP_ASSERTBACK)) in internal_dfa_match()2929 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK)) in internal_dfa_match()
1576 OP_ASSERT, /* 127 Positive lookahead */ enumerator
5511 case OP_ASSERT: in match()5702 Lpositive = (*Fecode == OP_ASSERT || *Fecode == OP_ASSERTBACK); in match()6013 case OP_ASSERT: in match()
Completed in 108 milliseconds