Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c1763 case OP_BRA: in find_fixedlength()
2447 if (c == OP_BRA || c == OP_BRAPOS || in could_be_empty_branch()
5185 *previous++ = OP_BRA; in compile_branch()
5318 *code++ = OP_BRA; in compile_branch()
5744 bravalue = OP_BRA; in compile_branch()
6508 bravalue = OP_BRA; in compile_branch()
6519 bravalue = OP_BRA; in compile_branch()
7443 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
7663 case OP_BRA: in find_firstassertedchar()
8034 *code = OP_BRA; in pcre_compile2()
[all …]
H A Dpcre_study.c124 case OP_BRA: in find_minlength()
855 case OP_BRA: in set_start_bits()
H A DHACKING357 Non-capturing brackets use the opcode OP_BRA. Originally PCRE was limited to 99
405 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCPBRPOS instead
H A Dpcre_printint.src250 case OP_BRA:
H A Dpcre_internal.h2068 OP_BRA, /* 125 Start of non-capturing bracket */ enumerator
H A Dpcre_exec.c1047 case OP_BRA: in match()

Completed in 51 milliseconds