Home
last modified time | relevance | path

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

/PHP-7.4/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()
974 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE; in set_start_bits()
1118 case OP_CBRAPOS: in set_start_bits()
H A Dpcre2_printint.c374 case OP_CBRAPOS: in pcre2_printint()
H A Dpcre2_auto_possess.c606 case OP_CBRAPOS: in compare_opcodes()
H A Dpcre2_jit_compile.c936 case OP_CBRAPOS: in next_opcode()
1108 case OP_CBRAPOS: in check_opcode_types()
1810 case OP_CBRAPOS: in set_private_data_ptrs()
2017 case OP_CBRAPOS: in get_framesize()
2210 case OP_CBRAPOS: in init_frame()
2399 case OP_CBRAPOS: in get_recurse_data_length()
2737 case OP_CBRAPOS: in copy_recurse_data()
5475 case OP_CBRAPOS: in scan_prefix()
10733 case OP_CBRAPOS: in compile_bracketpos_matchingpath()
12020 case OP_CBRAPOS: in compile_matchingpath()
[all …]
H A Dpcre2_internal.h1543 OP_CBRAPOS, /* 137 Ditto, with unlimited, possessive repeat */ enumerator
H A Dpcre2_dfa_match.c674 *this_start_code == OP_CBRAPOS || *this_start_code == OP_SCBRAPOS) in internal_dfa_match()
2926 case OP_CBRAPOS: in internal_dfa_match()
H A Dpcre2_compile.c8288 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_anchored()
8426 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_startline()
8662 *code == OP_CBRAPOS || *code == OP_SCBRAPOS)? IMM2_SIZE:0; in find_firstassertedcu()
8675 case OP_CBRAPOS: in find_firstassertedcu()
H A Dpcre2_match.c4961 if (*Fecode == OP_CBRAPOS || *Fecode == OP_SCBRAPOS) in match()
4973 case OP_CBRAPOS: in match()
5629 case OP_CBRAPOS: in match()

Completed in 106 milliseconds