Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c1759 case OP_BRA: in find_fixedlength()
2504 if (c == OP_BRA || c == OP_BRAPOS || in could_be_empty_branch()
3202 case OP_BRA: in compare_opcodes()
6056 *previous++ = OP_BRA; in compile_branch()
6188 *code++ = OP_BRA; in compile_branch()
6703 bravalue = OP_BRA; in compile_branch()
7647 bravalue = OP_BRA; in compile_branch()
7658 bravalue = OP_BRA; in compile_branch()
8841 case OP_BRA: in find_firstassertedchar()
9331 *code = OP_BRA; in pcre_compile2()
[all …]
H A Dpcre_study.c128 case OP_BRA: in find_minlength()
960 case OP_BRA: in set_start_bits()
H A Dpcre_jit_compile.c648 case OP_BRA: in next_opcode()
1134 case OP_BRA: in set_private_data_ptrs()
3339 case OP_BRA: in scan_prefix()
6468 pcre_uchar bra = OP_BRA; in compile_assert_matchingpath()
6754 if (bra == OP_BRA) in compile_assert_matchingpath()
6802 if (bra != OP_BRA) in compile_assert_matchingpath()
6816 if (bra != OP_BRA) in compile_assert_matchingpath()
6834 if (bra != OP_BRA) in compile_assert_matchingpath()
6994 pcre_uchar bra = OP_BRA; in compile_bracket_matchingpath()
8491 case OP_BRA: in compile_matchingpath()
[all …]
H A Dpcre_printint.c398 case OP_BRA: in pcre_printint()
H A DHACKING402 Non-capturing brackets use the opcode OP_BRA. Originally PCRE was limited to 99
451 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCPBRPOS instead
H A Dpcre_internal.h2080 OP_BRA, /* 131 Start of non-capturing bracket */ enumerator
H A Dpcre_exec.c1055 case OP_BRA: in match()

Completed in 77 milliseconds