Lines Matching refs:matchingpath

257   struct sljit_label *matchingpath;  member
294 struct sljit_label *matchingpath; member
300 struct sljit_label *matchingpath; member
314 struct sljit_label *matchingpath; member
334 struct sljit_label *matchingpath; member
9560 BACKTRACK_AS(ref_iterator_backtrack)->matchingpath = LABEL(); in compile_ref_iterator_matchingpath()
9606 BACKTRACK_AS(ref_iterator_backtrack)->matchingpath = LABEL(); in compile_ref_iterator_matchingpath()
9620 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, min, BACKTRACK_AS(ref_iterator_backtrack)->matchingpath); in compile_ref_iterator_matchingpath()
9688 BACKTRACK_AS(recurse_backtrack)->matchingpath = LABEL(); in compile_recurse_matchingpath()
10203 backtrack->matchingpath = LABEL(); in compile_assert_matchingpath()
10204 SET_LABEL(jump, backtrack->matchingpath); in compile_assert_matchingpath()
10208 JUMPTO(SLJIT_JUMP, backtrack->matchingpath); in compile_assert_matchingpath()
10254 backtrack->matchingpath = LABEL(); in compile_assert_matchingpath()
10257 JUMPTO(SLJIT_JUMP, backtrack->matchingpath); in compile_assert_matchingpath()
10456 PCRE2_SPTR matchingpath; in compile_bracket_matchingpath() local
10479 matchingpath = bracketend(cc) - 1 - LINK_SIZE; in compile_bracket_matchingpath()
10480 ket = *matchingpath; in compile_bracket_matchingpath()
10481 if (ket == OP_KET && PRIVATE_DATA(matchingpath) != 0) in compile_bracket_matchingpath()
10483 repeat_ptr = PRIVATE_DATA(matchingpath); in compile_bracket_matchingpath()
10484 repeat_length = PRIVATE_DATA(matchingpath + 1); in compile_bracket_matchingpath()
10485 repeat_type = PRIVATE_DATA(matchingpath + 2); in compile_bracket_matchingpath()
10486 repeat_count = PRIVATE_DATA(matchingpath + 3); in compile_bracket_matchingpath()
10494 matchingpath = ccbegin + 1 + LINK_SIZE; 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()
10730 if (*matchingpath == OP_CREF) in compile_bracket_matchingpath()
10734 …CMP(SLJIT_EQUAL, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(matchingpath, 1) << 1), SLJIT_MEM1(SLJIT_SP), … in compile_bracket_matchingpath()
10735 matchingpath += 1 + IMM2_SIZE; in compile_bracket_matchingpath()
10737 else if (*matchingpath == OP_DNCREF) in compile_bracket_matchingpath()
10741 i = GET2(matchingpath, 1 + IMM2_SIZE); in compile_bracket_matchingpath()
10742 slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size; in compile_bracket_matchingpath()
10756 matchingpath += 1 + 2 * IMM2_SIZE; in compile_bracket_matchingpath()
10758 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
10764 if (*matchingpath == OP_TRUE) in compile_bracket_matchingpath()
10767 matchingpath++; in compile_bracket_matchingpath()
10769 else if (*matchingpath == OP_FALSE || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
10771 else if (*matchingpath == OP_RREF) in compile_bracket_matchingpath()
10773 stacksize = GET2(matchingpath, 1); in compile_bracket_matchingpath()
10784 matchingpath += 1 + IMM2_SIZE; in compile_bracket_matchingpath()
10792 stacksize = GET2(matchingpath, 1 + IMM2_SIZE); in compile_bracket_matchingpath()
10793 slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size; in compile_bracket_matchingpath()
10805 matchingpath += 1 + 2 * IMM2_SIZE; in compile_bracket_matchingpath()
10813 matchingpath = cc + 1 + LINK_SIZE; in compile_bracket_matchingpath()
10817 matchingpath = cc; in compile_bracket_matchingpath()
10822 …SLJIT_ASSERT(has_alternatives && *matchingpath >= OP_ASSERT && *matchingpath <= OP_ASSERTBACK_NOT); in compile_bracket_matchingpath()
10828 assert->common.cc = matchingpath; in compile_bracket_matchingpath()
10830 matchingpath = compile_assert_matchingpath(common, matchingpath, assert, TRUE); in compile_bracket_matchingpath()
10834 compile_matchingpath(common, matchingpath, cc, backtrack); in compile_bracket_matchingpath()
10972 JUMPTO(SLJIT_JUMP, ((braminzero_backtrack *)parent)->matchingpath); in compile_bracket_matchingpath()
11569 BACKTRACK_AS(char_iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
11591 BACKTRACK_AS(char_iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
11622 BACKTRACK_AS(char_iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
11788 BACKTRACK_AS(char_iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
11795 BACKTRACK_AS(char_iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
11806 BACKTRACK_AS(char_iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
11817 BACKTRACK_AS(char_iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
12300 BACKTRACK_AS(braminzero_backtrack)->matchingpath = LABEL(); in compile_matchingpath()
12445 …MPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
12461 …ENT_AS(char_iterator_backtrack)->u.charpos.chr, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
12471 JUMPTO(SLJIT_JUMP, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
12483 JUMPTO(SLJIT_JUMP, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
12498 JUMPTO(SLJIT_JUMP, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
12508 …MPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
12513 JUMPTO(SLJIT_JUMP, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
12524 JUMPTO(SLJIT_JUMP, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
12560 …CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(ref_iterator_backtrack)->matchingpath); in compile_ref_iterator_backtrackingpath()
12565 CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(ref_iterator_backtrack)->matchingpath); in compile_ref_iterator_backtrackingpath()
12582 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0, CURRENT_AS(recurse_backtrack)->matchingpath); in compile_recurse_backtrackingpath()
12617 CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(assert_backtrack)->matchingpath); in compile_assert_backtrackingpath()
12628 CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(assert_backtrack)->matchingpath); in compile_assert_backtrackingpath()
12654 JUMPTO(SLJIT_JUMP, CURRENT_AS(assert_backtrack)->matchingpath); in compile_assert_backtrackingpath()
13183 backtrack.matchingpath = CURRENT_AS(braminzero_backtrack)->matchingpath; in compile_braminzero_backtrackingpath()