Home
last modified time | relevance | path

Searched refs:OP_BRAPOS (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist/
Dpcre_study.c134 case OP_BRAPOS: in find_minlength()
966 case OP_BRAPOS: in set_start_bits()
Dpcre_printint.c401 case OP_BRAPOS: in pcre_printint()
Dpcre_compile.c1969 case OP_BRAPOS: in find_fixedlength()
2506 if (c == OP_BRA || c == OP_BRAPOS || in could_be_empty_branch()
6322 *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS; in compile_branch()
8607 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
8726 if (op == OP_BRA || op == OP_BRAPOS || in is_startline()
8830 case OP_BRAPOS: in find_firstassertedchar()
Dpcre_jit_compile.c649 case OP_BRAPOS: in next_opcode()
1107 case OP_BRAPOS: in set_private_data_ptrs()
1573 case OP_BRAPOS: in get_private_data_copy_length()
1753 case OP_BRAPOS: in copy_private_data()
3340 case OP_BRAPOS: in scan_prefix()
7552 case OP_BRAPOS: in compile_bracketpos_matchingpath()
8510 case OP_BRAPOS: in compile_matchingpath()
9602 case OP_BRAPOS: in compile_backtrackingpath()
Dpcre_internal.h2081 OP_BRAPOS, /* 132 Ditto, with unlimited, possessive repeat */ enumerator
DHACKING451 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCPBRPOS instead
Dpcre_dfa_exec.c2870 case OP_BRAPOS: in internal_dfa_exec()
Dpcre_exec.c1220 case OP_BRAPOS: in match()