Searched refs:OP_BRA (Results 1 – 6 of 6) sorted by relevance
1763 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 …]
124 case OP_BRA: in find_minlength()855 case OP_BRA: in set_start_bits()
357 Non-capturing brackets use the opcode OP_BRA. Originally PCRE was limited to 99405 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCPBRPOS instead
250 case OP_BRA:
2068 OP_BRA, /* 125 Start of non-capturing bracket */ enumerator
1047 case OP_BRA: in match()
Completed in 65 milliseconds