Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c6490 bra = *cc; in compile_assert_matchingpath()
6754 if (bra == OP_BRA) in compile_assert_matchingpath()
6802 if (bra != OP_BRA) in compile_assert_matchingpath()
6816 if (bra != OP_BRA) in compile_assert_matchingpath()
6834 if (bra != OP_BRA) in compile_assert_matchingpath()
7008 bra = *cc; in compile_bracket_matchingpath()
7082 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7095 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7508 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
8803 bra = *cc; in compile_assert_backtrackingpath()
[all …]
H A Dpcre_compile.c6227 pcre_uchar *bra = code - offset; in compile_branch() local
6228 oldlinkoffset = GET(bra, 1); in compile_branch()
6232 PUT(bra, 1, offset); in compile_branch()

Completed in 51 milliseconds