Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c257 struct sljit_label *matchingpath; member
10148 PCRE2_SPTR matchingpath; in compile_bracket_matchingpath() local
10172 ket = *matchingpath; in compile_bracket_matchingpath()
10196 …has_alternatives = ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_… in compile_bracket_matchingpath()
10217 matchingpath += IMM2_SIZE; in compile_bracket_matchingpath()
10450 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
10459 matchingpath++; in compile_bracket_matchingpath()
10461 else if (*matchingpath == OP_FALSE || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
10509 matchingpath = cc; in compile_bracket_matchingpath()
10522 matchingpath = compile_assert_matchingpath(common, matchingpath, assert, TRUE); in compile_bracket_matchingpath()
[all …]

Completed in 34 milliseconds