Home
last modified time | relevance | path

Searched refs:OP_CBRAPOS (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c97 c == OP_CBRAPOS || c == OP_SCBRAPOS) in PRIV()
H A Dpcre2_study.c126 if (*code == OP_CBRA || *code == OP_CBRAPOS) cc += IMM2_SIZE; in find_minlength()
201 case OP_CBRAPOS: in find_minlength()
977 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE; in set_start_bits()
1210 case OP_CBRAPOS: in set_start_bits()
H A Dpcre2_printint.c404 case OP_CBRAPOS: in pcre2_printint()
H A Dpcre2_auto_possess.c627 case OP_CBRAPOS: in compare_opcodes()
H A Dpcre2_jit_compile.c983 case OP_CBRAPOS: in next_opcode()
1157 case OP_CBRAPOS: in check_opcode_types()
1908 case OP_CBRAPOS: in set_private_data_ptrs()
2116 case OP_CBRAPOS: in get_framesize()
2312 case OP_CBRAPOS: in init_frame()
2534 case OP_CBRAPOS: in get_recurse_data_length()
2895 case OP_CBRAPOS: in copy_recurse_data()
5707 case OP_CBRAPOS: in scan_prefix()
11429 case OP_CBRAPOS: in compile_bracketpos_matchingpath()
12717 case OP_CBRAPOS: in compile_matchingpath()
[all …]
H A Dpcre2_dfa_match.c676 *this_start_code == OP_CBRAPOS || *this_start_code == OP_SCBRAPOS) in internal_dfa_match()
3035 case OP_CBRAPOS: in internal_dfa_match()
H A Dpcre2_internal.h1593 OP_CBRAPOS, /* 138 Ditto, with unlimited, possessive repeat */ enumerator
H A Dpcre2_compile.c8712 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_anchored()
8850 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_startline()
9086 *code == OP_CBRAPOS || *code == OP_SCBRAPOS)? IMM2_SIZE:0; in find_firstassertedcu()
9099 case OP_CBRAPOS: in find_firstassertedcu()
H A Dpcre2_match.c5263 if (*Fecode == OP_CBRAPOS || *Fecode == OP_SCBRAPOS) in match()
5275 case OP_CBRAPOS: in match()
6057 case OP_CBRAPOS: in match()

Completed in 98 milliseconds