Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c9889 bra = *cc; in compile_assert_matchingpath()
10176 if (bra == OP_BRA) in compile_assert_matchingpath()
10229 if (bra != OP_BRA) in compile_assert_matchingpath()
10243 if (bra != OP_BRA) in compile_assert_matchingpath()
10261 if (bra != OP_BRA) in compile_assert_matchingpath()
10472 bra = *cc; in compile_bracket_matchingpath()
10541 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
10554 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
10991 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
12600 bra = *cc; in compile_assert_backtrackingpath()
[all …]
H A Dpcre2_compile.c7384 PCRE2_UCHAR *bra = code - linkoffset; in compile_branch() local
7385 oldlinkoffset = GET(bra, 1); in compile_branch()
7389 PUT(bra, 1, linkoffset); in compile_branch()

Completed in 60 milliseconds