Home
last modified time | relevance | path

Searched refs:OP_CBRA (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_auto_possess.c604 case OP_CBRA: in compare_opcodes()
648 case OP_CBRA: in compare_opcodes()
670 if (*next_code != OP_BRA && *next_code != OP_CBRA && in compare_opcodes()
H A Dpcre2_study.c126 if (*code == OP_CBRA || *code == OP_CBRAPOS) cc += IMM2_SIZE; in find_minlength()
199 case OP_CBRA: in find_minlength()
973 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
1114 case OP_CBRA: in set_start_bits()
H A Dpcre2_printint.c373 case OP_CBRA: in pcre2_printint()
H A Dpcre2_jit_compile.c935 case OP_CBRA: in next_opcode()
1478 case OP_CBRA: in detect_early_fail()
1483 if (*cc == OP_CBRA) in detect_early_fail()
1832 case OP_CBRA: in set_private_data_ptrs()
2016 case OP_CBRA: in get_framesize()
2209 case OP_CBRA: in init_frame()
2389 case OP_CBRA: in get_recurse_data_length()
2715 case OP_CBRA: in copy_recurse_data()
5474 case OP_CBRA: in scan_prefix()
12001 case OP_CBRA: in compile_matchingpath()
[all …]
H A Dpcre2_compile.c7060 case OP_CBRA: in compile_branch()
7718 bravalue = OP_CBRA; in compile_branch()
8036 if (*code == OP_CBRA) in compile_regex()
8288 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_anchored()
8426 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_startline()
8661 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedcu()
8673 case OP_CBRA: in find_firstassertedcu()
H A Dpcre2_internal.h1542 OP_CBRA, /* 136 Start of capturing bracket */ enumerator
H A Dpcre2_dfa_match.c673 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA || in internal_dfa_match()
924 case OP_CBRA: in internal_dfa_match()
H A Dpcre2_match.c5079 case OP_CBRA: in match()
5628 case OP_CBRA: in match()

Completed in 2285 milliseconds