Searched refs:matchingpath (Results 1 – 1 of 1) sorted by relevance
257 struct sljit_label *matchingpath; member10456 PCRE2_SPTR matchingpath; in compile_bracket_matchingpath() local10480 ket = *matchingpath; in compile_bracket_matchingpath()10504 …has_alternatives = ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_… in compile_bracket_matchingpath()10525 matchingpath += IMM2_SIZE; in compile_bracket_matchingpath()10758 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()10767 matchingpath++; in compile_bracket_matchingpath()10769 else if (*matchingpath == OP_FALSE || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()10817 matchingpath = cc; in compile_bracket_matchingpath()10830 matchingpath = compile_assert_matchingpath(common, matchingpath, assert, TRUE); in compile_bracket_matchingpath()[all …]
Completed in 33 milliseconds