Searched refs:bra (Results 1 – 2 of 2) sorted by relevance
9581 bra = *cc; in compile_assert_matchingpath()9868 if (bra == OP_BRA) in compile_assert_matchingpath()9921 if (bra != OP_BRA) in compile_assert_matchingpath()9935 if (bra != OP_BRA) in compile_assert_matchingpath()9953 if (bra != OP_BRA) in compile_assert_matchingpath()10164 bra = *cc; in compile_bracket_matchingpath()10233 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()10246 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()10683 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()12292 bra = *cc; in compile_assert_backtrackingpath()[all …]
7267 PCRE2_UCHAR *bra = code - linkoffset; in compile_branch() local7268 oldlinkoffset = GET(bra, 1); in compile_branch()7272 PUT(bra, 1, linkoffset); in compile_branch()
Completed in 63 milliseconds