Home
last modified time | relevance | path

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

/PHP-7.4/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.c375 case OP_SCBRA: in pcre2_printint()
H A Dpcre2_auto_possess.c605 case OP_SCBRA: in compare_opcodes()
H A Dpcre2_internal.h1551 OP_SCBRA, /* 141 Start of capturing bracket, check empty */ enumerator
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.c940 case OP_SCBRA: in next_opcode()
1833 case OP_SCBRA: in set_private_data_ptrs()
2018 case OP_SCBRA: in get_framesize()
2211 case OP_SCBRA: in init_frame()
2390 case OP_SCBRA: in get_recurse_data_length()
2716 case OP_SCBRA: in copy_recurse_data()
10202 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
10383 else if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
12004 case OP_SCBRA: in compile_matchingpath()
12399 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_backtrackingpath()
[all …]
H A Dpcre2_compile.c8289 op == OP_SCBRA || op == OP_SCBRAPOS) in is_anchored()
8427 op == OP_SCBRA || op == OP_SCBRAPOS) in is_startline()
8661 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedcu()
8674 case OP_SCBRA: in find_firstassertedcu()
H A Dpcre2_match.c5080 case OP_SCBRA: in match()
5630 case OP_SCBRA: in match()

Completed in 126 milliseconds