Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c6453 bra = *cc; in compile_assert_matchingpath()
6717 if (bra == OP_BRA) in compile_assert_matchingpath()
6765 if (bra != OP_BRA) in compile_assert_matchingpath()
6779 if (bra != OP_BRA) in compile_assert_matchingpath()
6797 if (bra != OP_BRA) in compile_assert_matchingpath()
6971 bra = *cc; in compile_bracket_matchingpath()
7045 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7058 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7471 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
8762 bra = *cc; in compile_assert_backtrackingpath()
[all …]
H A Dpcre_compile.c6185 pcre_uchar *bra = code - offset; in compile_branch() local
6186 oldlinkoffset = GET(bra, 1); in compile_branch()
6190 PUT(bra, 1, offset); in compile_branch()

Completed in 36 milliseconds