Home
last modified time | relevance | path

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

/php-src/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()
976 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
1207 case OP_SCBRA: in set_start_bits()
H A Dpcre2_printint.c405 case OP_SCBRA: in pcre2_printint()
H A Dpcre2_auto_possess.c626 case OP_SCBRA: in compare_opcodes()
H A Dpcre2_dfa_match.c675 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA || in internal_dfa_match()
927 case OP_SCBRA: in internal_dfa_match()
H A Dpcre2_jit_compile.c987 case OP_SCBRA: in next_opcode()
1932 case OP_SCBRA: in set_private_data_ptrs()
2117 case OP_SCBRA: in get_framesize()
2313 case OP_SCBRA: in init_frame()
2520 case OP_SCBRA: in get_recurse_data_length()
2869 case OP_SCBRA: in copy_recurse_data()
10804 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
10985 else if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
12639 case OP_SCBRA: in compile_matchingpath()
13035 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_backtrackingpath()
[all …]
H A Dpcre2_internal.h1601 OP_SCBRA, /* 142 Start of capturing bracket, check empty */ enumerator
H A Dpcre2_compile.c8711 op == OP_SCBRA || op == OP_SCBRAPOS) in is_anchored()
8849 op == OP_SCBRA || op == OP_SCBRAPOS) in is_startline()
9083 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedcu()
9096 case OP_SCBRA: in find_firstassertedcu()
H A Dpcre2_match.c5382 case OP_SCBRA: in match()
6058 case OP_SCBRA: in match()

Completed in 155 milliseconds