Home
last modified time | relevance | path

Searched refs:bra (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c9581 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 …]
H A Dpcre2_compile.c7267 PCRE2_UCHAR *bra = code - linkoffset; in compile_branch() local
7268 oldlinkoffset = GET(bra, 1); in compile_branch()
7272 PUT(bra, 1, linkoffset); in compile_branch()

Completed in 50 milliseconds