Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c665 case OP_BRA: in compare_opcodes()
688 if (*next_code != OP_BRA && *next_code != OP_CBRA && in compare_opcodes()
H A Dpcre2_compile.c6543 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 …]
H A Dpcre2_study.c166 case OP_BRA: in find_minlength()
1112 case OP_BRA: in set_start_bits()
H A Dpcre2_jit_compile.c938 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 …]
H A Dpcre2_printint.c413 case OP_BRA: in pcre2_printint()
H A Dpcre2_internal.h1564 OP_BRA, /* 134 Start of non-capturing bracket */ enumerator
H A Dpcre2_match.c5256 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()
H A Dpcre2_dfa_match.c913 case OP_BRA: in internal_dfa_match()

Completed in 102 milliseconds