Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c671 case OP_BRA: in compare_opcodes()
694 if (*next_code != OP_BRA && *next_code != OP_CBRA && in compare_opcodes()
H A Dpcre2_compile.c6807 bravalue = OP_BRA; in compile_branch()
7413 op_previous = *previous = OP_BRA; in compile_branch()
7439 case OP_BRA: in compile_branch()
7525 *previous++ = OP_BRA; in compile_branch()
7626 *code++ = OP_BRA; in compile_branch()
7705 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()
8703 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
8841 if (op == OP_BRA || op == OP_BRAPOS || in is_startline()
9095 case OP_BRA: in find_firstassertedcu()
10590 *code = OP_BRA; in pcre2_compile()
[all …]
H A Dpcre2_study.c166 case OP_BRA: in find_minlength()
1204 case OP_BRA: in set_start_bits()
H A Dpcre2_jit_compile.c980 case OP_BRA: in next_opcode()
1567 case OP_BRA: in detect_early_fail()
1927 case OP_BRA: in set_private_data_ptrs()
5704 case OP_BRA: in scan_prefix()
10175 PCRE2_UCHAR bra = OP_BRA; in compile_assert_matchingpath()
10525 if (bra == OP_BRA) in compile_assert_matchingpath()
10579 if (bra != OP_BRA) in compile_assert_matchingpath()
10593 if (bra != OP_BRA) in compile_assert_matchingpath()
10611 if (bra != OP_BRA) in compile_assert_matchingpath()
12697 case OP_BRA: in compile_matchingpath()
[all …]
H A Dpcre2_printint.c412 case OP_BRA: in pcre2_printint()
H A Dpcre2_internal.h1590 OP_BRA, /* 135 Start of non-capturing bracket */ enumerator
H A Dpcre2_match.c5349 case OP_BRA: in match()
5922 if (*bracode != OP_BRA && *bracode != OP_COND) in match()
5964 case OP_BRA: in match()
H A Dpcre2_dfa_match.c915 case OP_BRA: in internal_dfa_match()

Completed in 93 milliseconds