Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c92 if (*code == OP_CBRA || *code == OP_SCBRA || in find_minlength()
123 case OP_CBRA: in find_minlength()
793 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
922 case OP_CBRA: in set_start_bits()
Dpcre_compile.c1739 case OP_CBRA: in find_fixedlength()
1744 d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd); in find_fixedlength()
2074 else if (c == OP_CBRA || c == OP_SCBRA || in PRIV()
2454 c == OP_CBRA || c == OP_CBRAPOS || in could_be_empty_branch()
3149 case OP_CBRA: in compare_opcodes()
3167 if (*next_code != OP_BRA && *next_code != OP_CBRA in compare_opcodes()
6425 bravalue = OP_CBRA; in compile_branch()
8094 if (*code == OP_CBRA) in compile_regex()
8404 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_anchored()
8522 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_startline()
[all …]
Dpcre_printint.c391 case OP_CBRA: in pcre_printint()
Dpcre_jit_compile.c654 case OP_CBRA: in next_opcode()
806 case OP_CBRA: in check_opcode_types()
812 cc += 1 + LINK_SIZE + (*cc == OP_CBRA || *cc == OP_SCBRA ? IMM2_SIZE : 0); in check_opcode_types()
1090 if (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND) in set_private_data_ptrs()
1148 case OP_CBRA: in set_private_data_ptrs()
1319 case OP_CBRA: in get_framesize()
1501 case OP_CBRA: in init_frame()
1568 case OP_CBRA: in get_private_data_copy_length()
1747 case OP_CBRA: in copy_private_data()
3285 case OP_CBRA: in scan_prefix()
[all …]
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_internal.h2074 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()
1941 if (*prev == OP_CBRA || *prev == OP_SCBRA || in match()