Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c1742 case OP_BRA: in find_fixedlength()
2487 if (c == OP_BRA || c == OP_BRAPOS || in could_be_empty_branch()
3185 case OP_BRA: in compare_opcodes()
6016 *previous++ = OP_BRA; in compile_branch()
6148 *code++ = OP_BRA; in compile_branch()
6648 bravalue = OP_BRA; in compile_branch()
7517 bravalue = OP_BRA; in compile_branch()
7528 bravalue = OP_BRA; in compile_branch()
8703 case OP_BRA: in find_firstassertedchar()
9192 *code = OP_BRA; in pcre_compile2()
[all …]
H A Dpcre_study.c126 case OP_BRA: in find_minlength()
956 case OP_BRA: in set_start_bits()
H A Dpcre_jit_compile.c648 case OP_BRA: in next_opcode()
1130 case OP_BRA: in set_private_data_ptrs()
3310 case OP_BRA: in scan_prefix()
6431 pcre_uchar bra = OP_BRA; in compile_assert_matchingpath()
6717 if (bra == OP_BRA) in compile_assert_matchingpath()
6765 if (bra != OP_BRA) in compile_assert_matchingpath()
6779 if (bra != OP_BRA) in compile_assert_matchingpath()
6797 if (bra != OP_BRA) in compile_assert_matchingpath()
6957 pcre_uchar bra = OP_BRA; in compile_bracket_matchingpath()
8450 case OP_BRA: in compile_matchingpath()
[all …]
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.h2076 OP_BRA, /* 131 Start of non-capturing bracket */ enumerator
H A Dpcre_exec.c1057 case OP_BRA: in match()

Completed in 84 milliseconds