Home
last modified time | relevance | path

Searched refs:OP_SBRAPOS (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_study.c167 case OP_SBRAPOS: in find_minlength()
1024 case OP_SBRAPOS: in set_start_bits()
Dpcre2_printint.c385 case OP_SBRAPOS: in pcre2_printint()
Dpcre2_compile.c1229 case OP_SBRAPOS: in find_fixedlength()
1492 if (c == OP_SBRA || c == OP_SBRAPOS || in could_be_empty_branch()
5717 *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS; in compile_branch()
7952 op == OP_SBRA || op == OP_SBRAPOS) in is_anchored()
8076 op == OP_SBRA || op == OP_SBRAPOS) in is_startline()
Dpcre2_jit_compile.c685 case OP_SBRAPOS: in next_opcode()
1339 case OP_SBRAPOS: in set_private_data_ptrs()
1808 case OP_SBRAPOS: in get_private_data_copy_length()
1988 case OP_SBRAPOS: in copy_private_data()
8405 case OP_SBRAPOS: in compile_bracketpos_matchingpath()
8552 if (opcode == OP_SBRAPOS) in compile_bracketpos_matchingpath()
8561 if (opcode == OP_SBRAPOS || opcode == OP_SCBRAPOS) in compile_bracketpos_matchingpath()
8583 if (opcode == OP_SBRAPOS) in compile_bracketpos_matchingpath()
8592 if (opcode == OP_SBRAPOS || opcode == OP_SCBRAPOS) in compile_bracketpos_matchingpath()
9565 case OP_SBRAPOS: in compile_matchingpath()
[all …]
Dpcre2_internal.h1550 OP_SBRAPOS, /* 138 Ditto, with unlimited, possessive repeat */ enumerator
Dpcre2_dfa_match.c2801 case OP_SBRAPOS: in internal_dfa_match()
Dpcre2_match.c1240 case OP_SBRAPOS: in match()