Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c7286 bra = *cc; in compile_assert_matchingpath()
7572 if (bra == OP_BRA) in compile_assert_matchingpath()
7622 if (bra != OP_BRA) in compile_assert_matchingpath()
7636 if (bra != OP_BRA) in compile_assert_matchingpath()
7654 if (bra != OP_BRA) in compile_assert_matchingpath()
7830 bra = *cc; in compile_bracket_matchingpath()
7904 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7917 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
8330 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
9812 bra = *cc; in compile_assert_backtrackingpath()
[all …]
H A Dpcre_compile.c6309 pcre_uchar *bra = code - offset; in compile_branch() local
6310 oldlinkoffset = GET(bra, 1); in compile_branch()
6314 PUT(bra, 1, offset); in compile_branch()

Completed in 43 milliseconds