Home
last modified time | relevance | path

Searched refs:OP_CBRA (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_auto_possess.c625 case OP_CBRA: in compare_opcodes()
672 case OP_CBRA: in compare_opcodes()
694 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()
976 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
1206 case OP_CBRA: in set_start_bits()
H A Dpcre2_printint.c403 case OP_CBRA: in pcre2_printint()
H A Dpcre2_jit_compile.c982 case OP_CBRA: in next_opcode()
1568 case OP_CBRA: in detect_early_fail()
1931 case OP_CBRA: in set_private_data_ptrs()
2115 case OP_CBRA: in get_framesize()
2311 case OP_CBRA: in init_frame()
2519 case OP_CBRA: in get_recurse_data_length()
2868 case OP_CBRA: in copy_recurse_data()
5706 case OP_CBRA: in scan_prefix()
5717 if (*cc == OP_CBRA || *cc == OP_CBRAPOS) in scan_prefix()
12698 case OP_CBRA: in compile_matchingpath()
[all …]
H A Dpcre2_compile.c7440 case OP_CBRA: in compile_branch()
8094 bravalue = OP_CBRA; in compile_branch()
8447 if (*code == OP_CBRA) in compile_regex()
8712 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_anchored()
8850 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_startline()
9085 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedcu()
9097 case OP_CBRA: in find_firstassertedcu()
H A Dpcre2_dfa_match.c675 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA || in internal_dfa_match()
926 case OP_CBRA: in internal_dfa_match()
H A Dpcre2_internal.h1592 OP_CBRA, /* 137 Start of capturing bracket */ enumerator
H A Dpcre2_match.c5381 case OP_CBRA: in match()
6056 case OP_CBRA: in match()

Completed in 92 milliseconds