Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c97 if (*code == OP_CBRA || *code == OP_SCBRA || in find_minlength()
128 case OP_CBRA: in find_minlength()
835 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
964 case OP_CBRA: in set_start_bits()
Dpcre_compile.c1760 case OP_CBRA: in find_fixedlength()
1765 d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd, in find_fixedlength()
2104 else if (c == OP_CBRA || c == OP_SCBRA || in PRIV()
2507 c == OP_CBRA || c == OP_CBRAPOS || in could_be_empty_branch()
3205 case OP_CBRA: in compare_opcodes()
3224 if (*next_code != OP_BRA && *next_code != OP_CBRA in compare_opcodes()
6681 bravalue = OP_CBRA; in compile_branch()
8305 if (*code == OP_CBRA) in compile_regex()
8615 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_anchored()
8734 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_startline()
[all …]
Dpcre_printint.c391 case OP_CBRA: in pcre_printint()
Dpcre_dfa_exec.c457 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA || in internal_dfa_exec()
556 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA || in internal_dfa_exec()
835 case OP_CBRA: in internal_dfa_exec()
Dpcre_jit_compile.c650 case OP_CBRA: in next_opcode()
1077 …if (repeat_check && (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc… in set_private_data_ptrs()
1138 case OP_CBRA: in set_private_data_ptrs()
1321 case OP_CBRA: in get_framesize()
1510 case OP_CBRA: in init_frame()
1582 case OP_CBRA: in get_private_data_copy_length()
1763 case OP_CBRA: in copy_private_data()
3341 case OP_CBRA: in scan_prefix()
3352 if (*cc == OP_CBRA || *cc == OP_CBRAPOS) in scan_prefix()
7051 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
[all …]
Dpcre_internal.h2082 OP_CBRA, /* 133 Start of capturing bracket */ enumerator
DHACKING406 this way, using the single opcode OP_CBRA.
Dpcre_exec.c956 case OP_CBRA: in match()
1948 if (*prev == OP_CBRA || *prev == OP_SCBRA || in match()