Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c10140 bra = *cc; in compile_assert_matchingpath()
10468 if (bra == OP_BRA) in compile_assert_matchingpath()
10522 if (bra != OP_BRA) in compile_assert_matchingpath()
10536 if (bra != OP_BRA) in compile_assert_matchingpath()
10554 if (bra != OP_BRA) in compile_assert_matchingpath()
10766 bra = *cc; in compile_bracket_matchingpath()
10835 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
10848 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
11317 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
12927 bra = *cc; in compile_assert_backtrackingpath()
[all …]
H A Dpcre2_compile.c7641 PCRE2_UCHAR *bra = code - linkoffset; in compile_branch() local
7642 oldlinkoffset = GET(bra, 1); in compile_branch()
7646 PUT(bra, 1, linkoffset); in compile_branch()

Completed in 53 milliseconds