Searched refs:bra (Results 1 – 2 of 2) sorted by relevance
6490 bra = *cc; in compile_assert_matchingpath()6754 if (bra == OP_BRA) in compile_assert_matchingpath()6802 if (bra != OP_BRA) in compile_assert_matchingpath()6816 if (bra != OP_BRA) in compile_assert_matchingpath()6834 if (bra != OP_BRA) in compile_assert_matchingpath()7008 bra = *cc; in compile_bracket_matchingpath()7082 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()7095 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()7508 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()8803 bra = *cc; in compile_assert_backtrackingpath()[all …]
6225 pcre_uchar *bra = code - offset; in compile_branch() local6226 oldlinkoffset = GET(bra, 1); in compile_branch()6230 PUT(bra, 1, offset); in compile_branch()
Completed in 46 milliseconds