Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c647 case OP_BRA: in compare_opcodes()
670 if (*next_code != OP_BRA && *next_code != OP_CBRA && in compare_opcodes()
H A Dpcre2_compile.c6431 bravalue = OP_BRA; in compile_branch()
7033 op_previous = *previous = OP_BRA; in compile_branch()
7059 case OP_BRA: in compile_branch()
7145 *previous++ = OP_BRA; in compile_branch()
7250 *code++ = OP_BRA; in compile_branch()
7329 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()
8279 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
8417 if (op == OP_BRA || op == OP_BRAPOS || in is_startline()
8671 case OP_BRA: in find_firstassertedcu()
10101 *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.c933 case OP_BRA: in next_opcode()
1477 case OP_BRA: in detect_early_fail()
1828 case OP_BRA: in set_private_data_ptrs()
5472 case OP_BRA: in scan_prefix()
9559 PCRE2_UCHAR bra = OP_BRA; in compile_assert_matchingpath()
9868 if (bra == OP_BRA) in compile_assert_matchingpath()
9921 if (bra != OP_BRA) in compile_assert_matchingpath()
9935 if (bra != OP_BRA) in compile_assert_matchingpath()
9953 if (bra != OP_BRA) in compile_assert_matchingpath()
12000 case OP_BRA: in compile_matchingpath()
[all …]
H A Dpcre2_printint.c382 case OP_BRA: in pcre2_printint()
H A Dpcre2_internal.h1540 OP_BRA, /* 134 Start of non-capturing bracket */ enumerator
H A Dpcre2_match.c5047 case OP_BRA: in match()
5535 if (*bracode != OP_BRA && *bracode != OP_COND) in match()
5569 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 121 milliseconds