• Home
  • Raw
  • Download

Lines Matching refs:matchingpath

256   struct sljit_label *matchingpath;  member
291 struct sljit_label *matchingpath; member
297 struct sljit_label *matchingpath; member
311 struct sljit_label *matchingpath; member
331 struct sljit_label *matchingpath; member
8070 BACKTRACK_AS(ref_iterator_backtrack)->matchingpath = LABEL(); in compile_ref_iterator_matchingpath()
8116 BACKTRACK_AS(ref_iterator_backtrack)->matchingpath = LABEL(); in compile_ref_iterator_matchingpath()
8130 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, min, BACKTRACK_AS(ref_iterator_backtrack)->matchingpath); in compile_ref_iterator_matchingpath()
8198 BACKTRACK_AS(recurse_backtrack)->matchingpath = LABEL(); in compile_recurse_matchingpath()
8712 backtrack->matchingpath = LABEL(); in compile_assert_matchingpath()
8713 SET_LABEL(jump, backtrack->matchingpath); in compile_assert_matchingpath()
8717 JUMPTO(SLJIT_JUMP, backtrack->matchingpath); in compile_assert_matchingpath()
8763 backtrack->matchingpath = LABEL(); in compile_assert_matchingpath()
8766 JUMPTO(SLJIT_JUMP, backtrack->matchingpath); in compile_assert_matchingpath()
8929 PCRE2_SPTR matchingpath; in compile_bracket_matchingpath() local
8952 matchingpath = bracketend(cc) - 1 - LINK_SIZE; in compile_bracket_matchingpath()
8953 ket = *matchingpath; in compile_bracket_matchingpath()
8954 if (ket == OP_KET && PRIVATE_DATA(matchingpath) != 0) in compile_bracket_matchingpath()
8956 repeat_ptr = PRIVATE_DATA(matchingpath); in compile_bracket_matchingpath()
8957 repeat_length = PRIVATE_DATA(matchingpath + 1); in compile_bracket_matchingpath()
8958 repeat_type = PRIVATE_DATA(matchingpath + 2); in compile_bracket_matchingpath()
8959 repeat_count = PRIVATE_DATA(matchingpath + 3); in compile_bracket_matchingpath()
8967 matchingpath = ccbegin + 1 + LINK_SIZE; in compile_bracket_matchingpath()
8977 …has_alternatives = ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_… in compile_bracket_matchingpath()
8998 matchingpath += IMM2_SIZE; in compile_bracket_matchingpath()
9206 if (*matchingpath == OP_CREF) in compile_bracket_matchingpath()
9210 …CMP(SLJIT_EQUAL, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(matchingpath, 1) << 1), SLJIT_MEM1(SLJIT_SP), … in compile_bracket_matchingpath()
9211 matchingpath += 1 + IMM2_SIZE; in compile_bracket_matchingpath()
9213 else if (*matchingpath == OP_DNCREF) in compile_bracket_matchingpath()
9217 i = GET2(matchingpath, 1 + IMM2_SIZE); in compile_bracket_matchingpath()
9218 slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size; in compile_bracket_matchingpath()
9232 matchingpath += 1 + 2 * IMM2_SIZE; in compile_bracket_matchingpath()
9234 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
9240 if (*matchingpath == OP_TRUE) in compile_bracket_matchingpath()
9243 matchingpath++; in compile_bracket_matchingpath()
9245 else if (*matchingpath == OP_FALSE || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
9247 else if (*matchingpath == OP_RREF) in compile_bracket_matchingpath()
9249 stacksize = GET2(matchingpath, 1); in compile_bracket_matchingpath()
9260 matchingpath += 1 + IMM2_SIZE; in compile_bracket_matchingpath()
9268 stacksize = GET2(matchingpath, 1 + IMM2_SIZE); in compile_bracket_matchingpath()
9269 slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size; in compile_bracket_matchingpath()
9281 matchingpath += 1 + 2 * IMM2_SIZE; in compile_bracket_matchingpath()
9289 matchingpath = cc + 1 + LINK_SIZE; in compile_bracket_matchingpath()
9293 matchingpath = cc; in compile_bracket_matchingpath()
9298 …SLJIT_ASSERT(has_alternatives && *matchingpath >= OP_ASSERT && *matchingpath <= OP_ASSERTBACK_NOT); in compile_bracket_matchingpath()
9304 assert->common.cc = matchingpath; in compile_bracket_matchingpath()
9306 matchingpath = compile_assert_matchingpath(common, matchingpath, assert, TRUE); in compile_bracket_matchingpath()
9310 compile_matchingpath(common, matchingpath, cc, backtrack); in compile_bracket_matchingpath()
9427 JUMPTO(SLJIT_JUMP, ((braminzero_backtrack *)parent)->matchingpath); in compile_bracket_matchingpath()
10178 BACKTRACK_AS(char_iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
10185 BACKTRACK_AS(char_iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
10196 BACKTRACK_AS(char_iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
10207 BACKTRACK_AS(char_iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
10632 BACKTRACK_AS(braminzero_backtrack)->matchingpath = LABEL(); in compile_matchingpath()
10773 …MPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
10789 …ENT_AS(char_iterator_backtrack)->u.charpos.chr, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
10799 JUMPTO(SLJIT_JUMP, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
10811 JUMPTO(SLJIT_JUMP, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
10826 JUMPTO(SLJIT_JUMP, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
10836 …MPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
10841 JUMPTO(SLJIT_JUMP, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
10852 JUMPTO(SLJIT_JUMP, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
10888 …CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(ref_iterator_backtrack)->matchingpath); in compile_ref_iterator_backtrackingpath()
10893 CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(ref_iterator_backtrack)->matchingpath); in compile_ref_iterator_backtrackingpath()
10910 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0, CURRENT_AS(recurse_backtrack)->matchingpath); in compile_recurse_backtrackingpath()
10945 CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(assert_backtrack)->matchingpath); in compile_assert_backtrackingpath()
10956 CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(assert_backtrack)->matchingpath); in compile_assert_backtrackingpath()
10982 JUMPTO(SLJIT_JUMP, CURRENT_AS(assert_backtrack)->matchingpath); in compile_assert_backtrackingpath()
11509 backtrack.matchingpath = CURRENT_AS(braminzero_backtrack)->matchingpath; in compile_braminzero_backtrackingpath()