Searched refs:OP_BRA (Results 1 – 8 of 8) sorted by relevance
665 case OP_BRA: in compare_opcodes()688 if (*next_code != OP_BRA && *next_code != OP_CBRA && in compare_opcodes()
6543 bravalue = OP_BRA; in compile_branch()7150 op_previous = *previous = OP_BRA; in compile_branch()7176 case OP_BRA: in compile_branch()7262 *previous++ = OP_BRA; in compile_branch()7367 *code++ = OP_BRA; in compile_branch()7446 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()8406 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()8544 if (op == OP_BRA || op == OP_BRAPOS || in is_startline()8798 case OP_BRA: in find_firstassertedcu()10228 *code = OP_BRA; in pcre2_compile()[all …]
166 case OP_BRA: in find_minlength()1112 case OP_BRA: in set_start_bits()
938 case OP_BRA: in next_opcode()1484 case OP_BRA: in detect_early_fail()1829 case OP_BRA: in set_private_data_ptrs()5550 case OP_BRA: in scan_prefix()9867 PCRE2_UCHAR bra = OP_BRA; in compile_assert_matchingpath()10176 if (bra == OP_BRA) in compile_assert_matchingpath()10229 if (bra != OP_BRA) in compile_assert_matchingpath()10243 if (bra != OP_BRA) in compile_assert_matchingpath()10261 if (bra != OP_BRA) in compile_assert_matchingpath()12308 case OP_BRA: in compile_matchingpath()[all …]
413 case OP_BRA: in pcre2_printint()
1564 OP_BRA, /* 134 Start of non-capturing bracket */ enumerator
5256 case OP_BRA: in match()5744 if (*bracode != OP_BRA && *bracode != OP_COND) in match()5778 case OP_BRA: /* No need to do anything for these */ in match()
913 case OP_BRA: in internal_dfa_match()
Completed in 106 milliseconds