Home
last modified time | relevance | path

Searched refs:OP_SCBRA (Results 1 – 9 of 9) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c96 else if (c == OP_CBRA || c == OP_SCBRA || in PRIV()
H A Dpcre2_study.c200 case OP_SCBRA: in find_minlength()
973 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
1115 case OP_SCBRA: in set_start_bits()
H A Dpcre2_printint.c406 case OP_SCBRA: in pcre2_printint()
H A Dpcre2_auto_possess.c623 case OP_SCBRA: in compare_opcodes()
H A Dpcre2_dfa_match.c673 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA || in internal_dfa_match()
925 case OP_SCBRA: in internal_dfa_match()
H A Dpcre2_jit_compile.c945 case OP_SCBRA: in next_opcode()
1834 case OP_SCBRA: in set_private_data_ptrs()
2019 case OP_SCBRA: in get_framesize()
2212 case OP_SCBRA: in init_frame()
2419 case OP_SCBRA: in get_recurse_data_length()
2768 case OP_SCBRA: in copy_recurse_data()
10510 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
10691 else if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
12312 case OP_SCBRA: in compile_matchingpath()
12707 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_backtrackingpath()
[all …]
H A Dpcre2_internal.h1575 OP_SCBRA, /* 141 Start of capturing bracket, check empty */ enumerator
H A Dpcre2_compile.c8416 op == OP_SCBRA || op == OP_SCBRAPOS) in is_anchored()
8554 op == OP_SCBRA || op == OP_SCBRAPOS) in is_startline()
8788 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedcu()
8801 case OP_SCBRA: in find_firstassertedcu()
H A Dpcre2_match.c5289 case OP_SCBRA: in match()
5839 case OP_SCBRA: in match()

Completed in 102 milliseconds