Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_study.c134 case OP_BRAPOS: in find_minlength()
966 case OP_BRAPOS: in set_start_bits()
H A 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()
8612 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
8731 if (op == OP_BRA || op == OP_BRAPOS || in is_startline()
8835 case OP_BRAPOS: in find_firstassertedchar()
H A 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()
H A Dpcre_internal.h2085 OP_BRAPOS, /* 132 Ditto, with unlimited, possessive repeat */ enumerator
H A DHACKING451 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCPBRPOS instead
H A Dpcre_exec.c1220 case OP_BRAPOS: in match()

Completed in 75 milliseconds