Searched refs:bra (Results 1 – 2 of 2) sorted by relevance
6453 bra = *cc; 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()6971 bra = *cc; in compile_bracket_matchingpath()7045 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()7058 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()7471 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()8762 bra = *cc; in compile_assert_backtrackingpath()[all …]
6185 pcre_uchar *bra = code - offset; in compile_branch() local6186 oldlinkoffset = GET(bra, 1); in compile_branch()6190 PUT(bra, 1, offset); in compile_branch()
Completed in 36 milliseconds