Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c135 case OP_SBRAPOS: in find_minlength()
967 case OP_SBRAPOS: in set_start_bits()
Dpcre_printint.c403 case OP_SBRAPOS: in pcre_printint()
Dpcre_compile.c2026 case OP_SBRAPOS: in find_fixedlength()
2496 if (c == OP_SBRA || c == OP_SBRAPOS || in could_be_empty_branch()
6322 *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS; in compile_branch()
8608 op == OP_SBRA || op == OP_SBRAPOS) in is_anchored()
8727 op == OP_SBRA || op == OP_SBRAPOS) in is_startline()
Dpcre_jit_compile.c654 case OP_SBRAPOS: in next_opcode()
1109 case OP_SBRAPOS: in set_private_data_ptrs()
1575 case OP_SBRAPOS: in get_private_data_copy_length()
1755 case OP_SBRAPOS: in copy_private_data()
7553 case OP_SBRAPOS: in compile_bracketpos_matchingpath()
7700 if (opcode == OP_SBRAPOS) in compile_bracketpos_matchingpath()
7709 if (opcode == OP_SBRAPOS || opcode == OP_SCBRAPOS) in compile_bracketpos_matchingpath()
7731 if (opcode == OP_SBRAPOS) in compile_bracketpos_matchingpath()
7740 if (opcode == OP_SBRAPOS || opcode == OP_SCBRAPOS) in compile_bracketpos_matchingpath()
8512 case OP_SBRAPOS: in compile_matchingpath()
[all …]
Dpcre_internal.h2090 OP_SBRAPOS, /* 137 Ditto, with unlimited, possessive repeat */ enumerator
Dpcre_dfa_exec.c2871 case OP_SBRAPOS: in internal_dfa_exec()
Dpcre_exec.c1221 case OP_SBRAPOS: in match()