Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c10749 PCRE2_SPTR matchingpath; in compile_bracket_matchingpath() local
10774 ket = *matchingpath; in compile_bracket_matchingpath()
10798 …has_alternatives = ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_… in compile_bracket_matchingpath()
10819 matchingpath += IMM2_SIZE; in compile_bracket_matchingpath()
11019 matchingpath = compile_reverse_matchingpath(common, matchingpath, backtrack); in compile_bracket_matchingpath()
11030 matchingpath = compile_reverse_matchingpath(common, matchingpath, backtrack); in compile_bracket_matchingpath()
11070 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
11079 matchingpath++; in compile_bracket_matchingpath()
11081 else if (*matchingpath == OP_FALSE || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
11142 matchingpath = compile_assert_matchingpath(common, matchingpath, assert, TRUE); in compile_bracket_matchingpath()
[all …]

Completed in 33 milliseconds