Lines Matching refs:OP_BRA
1761 case OP_BRA: in find_fixedlength()
2506 if (c == OP_BRA || c == OP_BRAPOS || in could_be_empty_branch()
3204 case OP_BRA: in compare_opcodes()
3224 if (*next_code != OP_BRA && *next_code != OP_CBRA in compare_opcodes()
6058 *previous++ = OP_BRA; in compile_branch()
6190 *code++ = OP_BRA; in compile_branch()
6269 possessive_quantifier) *bracode = OP_BRA; in compile_branch()
6291 *bracode += OP_SBRA - OP_BRA; in compile_branch()
6705 bravalue = OP_BRA; in compile_branch()
7635 bravalue = OP_BRA; in compile_branch()
7646 bravalue = OP_BRA; in compile_branch()
8607 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
8726 if (op == OP_BRA || op == OP_BRAPOS || in is_startline()
8829 case OP_BRA: in find_firstassertedchar()
9319 *code = OP_BRA; in pcre_compile2()
9420 *code = OP_BRA; in pcre_compile2()