Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_find_bracket.c96 else if (c == OP_CBRA || c == OP_SCBRA || in PRIV()
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()
Dpcre2_printint.c375 case OP_SCBRA: in pcre2_printint()
Dpcre2_auto_possess.c605 case OP_SCBRA: in compare_opcodes()
Dpcre2_internal.h1551 OP_SCBRA, /* 141 Start of capturing bracket, check empty */ enumerator
Dpcre2_jit_compile.c940 case OP_SCBRA: in next_opcode()
1830 case OP_SCBRA: in set_private_data_ptrs()
2015 case OP_SCBRA: in get_framesize()
2208 case OP_SCBRA: in init_frame()
2387 case OP_SCBRA: in get_recurse_data_length()
2713 case OP_SCBRA: in copy_recurse_data()
10279 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
10460 else if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
12081 case OP_SCBRA: in compile_matchingpath()
12476 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_backtrackingpath()
[all …]
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()
Dpcre2_compile.c8290 op == OP_SCBRA || op == OP_SCBRAPOS) in is_anchored()
8428 op == OP_SCBRA || op == OP_SCBRAPOS) in is_startline()
8662 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedcu()
8675 case OP_SCBRA: in find_firstassertedcu()
Dpcre2_match.c5080 case OP_SCBRA: in match()
5630 case OP_SCBRA: in match()
/external/pcre/dist2/
DHACKING693 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher
704 of OP_SCBRA. The end of such a group is marked by OP_KETRPOS. If the minimum