Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c9658 bra = *cc; in compile_assert_matchingpath()
9945 if (bra == OP_BRA) in compile_assert_matchingpath()
9998 if (bra != OP_BRA) in compile_assert_matchingpath()
10012 if (bra != OP_BRA) in compile_assert_matchingpath()
10030 if (bra != OP_BRA) in compile_assert_matchingpath()
10241 bra = *cc; in compile_bracket_matchingpath()
10310 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
10323 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
10760 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
12369 bra = *cc; in compile_assert_backtrackingpath()
[all …]
H A Dpcre2_compile.c7289 PCRE2_UCHAR *bra = code - linkoffset; in compile_branch() local
7290 oldlinkoffset = GET(bra, 1); in compile_branch()
7294 PUT(bra, 1, linkoffset); in compile_branch()

Completed in 57 milliseconds