Lines Matching refs:LINK_SIZE
842 cc += 1 + LINK_SIZE; in bracketend()
1053 return cc + GET(cc, 1 + 2*LINK_SIZE); in next_opcode()
1110 cc += 1 + LINK_SIZE; in check_opcode_types()
1115 common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] = 0; in check_opcode_types()
1116 cc += 1 + LINK_SIZE + IMM2_SIZE; in check_opcode_types()
1123 if (cc[1 + LINK_SIZE] == OP_CALLOUT || cc[1 + LINK_SIZE] == OP_CALLOUT_STR) in check_opcode_types()
1125 cc += 1 + LINK_SIZE; in check_opcode_types()
1153 cc += 1 + LINK_SIZE; in check_opcode_types()
1163 cc += (*cc == OP_CALLOUT) ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2*LINK_SIZE); in check_opcode_types()
1170 cc += 1 + LINK_SIZE; in check_opcode_types()
1256 SLJIT_ASSERT(*cc != OP_CBRA || common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] != 0); in detect_early_fail()
1266 cc += 1 + LINK_SIZE + ((*cc == OP_CBRA) ? IMM2_SIZE : 0); in detect_early_fail()
1493 end = bracketend(cc) - (1 + LINK_SIZE); in detect_early_fail()
1494 …if (*end != OP_KET || (*cc == OP_CBRA && common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0)) in detect_early_fail()
1504 cc = end + (1 + LINK_SIZE); in detect_early_fail()
1513 cc += 1 + LINK_SIZE; in detect_early_fail()
1624 if (end[-(1 + LINK_SIZE)] != OP_KET || PRIVATE_DATA(begin) != 0) in detect_repeat()
1629 if (PRIVATE_DATA(end - LINK_SIZE) != 0) in detect_repeat()
1655 if (next[0] != type || next[1] != OP_BRA || next[2 + LINK_SIZE] != *begin) in detect_repeat()
1657 next_end = bracketend(next + 2 + LINK_SIZE); in detect_repeat()
1658 …if (next_end - next != (length + 2 + LINK_SIZE) || memcmp(begin, next + 2 + LINK_SIZE, IN_UCHARS(l… in detect_repeat()
1669 for (i = 0; i < max; i++, next_end += 1 + LINK_SIZE) in detect_repeat()
1675 common->private_data_ptrs[max_end - common->start - LINK_SIZE] = next_end - max_end; in detect_repeat()
1676 …common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPT… in detect_repeat()
1678 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 2] = max + 2; in detect_repeat()
1682 max_end -= (1 + LINK_SIZE) + GET(max_end, -LINK_SIZE); in detect_repeat()
1690 common->private_data_ptrs[end - common->start - LINK_SIZE] = max_end - end; in detect_repeat()
1691 common->private_data_ptrs[end - common->start - LINK_SIZE + 1] = OP_EXACT; in detect_repeat()
1692 common->private_data_ptrs[end - common->start - LINK_SIZE + 2] = min; in detect_repeat()
1790 cc += 1 + LINK_SIZE; in set_private_data_ptrs()
1807 bracketlen = 1 + LINK_SIZE; in set_private_data_ptrs()
1814 bracketlen = 1 + LINK_SIZE + IMM2_SIZE; in set_private_data_ptrs()
1826 bracketlen = 1 + LINK_SIZE; in set_private_data_ptrs()
1830 bracketlen = 1 + LINK_SIZE; in set_private_data_ptrs()
1835 bracketlen = 1 + LINK_SIZE + IMM2_SIZE; in set_private_data_ptrs()
1927 if (end[-1 - LINK_SIZE] == OP_KET) in set_private_data_ptrs()
1956 ccend = bracketend(cc) - (1 + LINK_SIZE); in get_framesize()
2014 cc += 1 + LINK_SIZE; in get_framesize()
2028 cc += 1 + LINK_SIZE + IMM2_SIZE; in get_framesize()
2139 ccend = bracketend(cc) - (1 + LINK_SIZE); in init_frame()
2207 cc += 1 + LINK_SIZE; in init_frame()
2223 offset = (GET2(cc, 1 + LINK_SIZE)) << 1; in init_frame()
2233 cc += 1 + LINK_SIZE + IMM2_SIZE; in init_frame()
2385 cc += 1 + LINK_SIZE; in get_recurse_data_length()
2397 cc += 1 + LINK_SIZE; in get_recurse_data_length()
2415 cc += 1 + LINK_SIZE; in get_recurse_data_length()
2420 offset = GET2(cc, 1 + LINK_SIZE); in get_recurse_data_length()
2430 cc += 1 + LINK_SIZE + IMM2_SIZE; in get_recurse_data_length()
2435 offset = GET2(cc, 1 + LINK_SIZE); in get_recurse_data_length()
2447 cc += 1 + LINK_SIZE + IMM2_SIZE; in get_recurse_data_length()
2455 cc += 1 + LINK_SIZE; in get_recurse_data_length()
2734 cc += 1 + LINK_SIZE; in copy_recurse_data()
2746 cc += 1 + LINK_SIZE; in copy_recurse_data()
2764 cc += 1 + LINK_SIZE; in copy_recurse_data()
2769 offset = GET2(cc, 1 + LINK_SIZE); in copy_recurse_data()
2791 cc += 1 + LINK_SIZE + IMM2_SIZE; in copy_recurse_data()
2796 offset = GET2(cc, 1 + LINK_SIZE); in copy_recurse_data()
2821 cc += 1 + LINK_SIZE + IMM2_SIZE; in copy_recurse_data()
2833 cc += 1 + LINK_SIZE; in copy_recurse_data()
3060 current_offset = common->then_offsets + (cc + 1 + LINK_SIZE - common->start); in set_then_offsets()
5542 cc += 1 + LINK_SIZE; in scan_prefix()
5557 max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, max_chars, rec_count); in scan_prefix()
5565 cc += 1 + LINK_SIZE; in scan_prefix()
8488 return cc + LINK_SIZE; in compile_simple_assertion_matchingpath()
8513 return cc + LINK_SIZE; in compile_simple_assertion_matchingpath()
9125 compile_xclass_matchingpath(common, cc + LINK_SIZE, backtracks); in compile_char1_matchingpath()
9649 …compile_matchingpath(common, next_opcode(common, start_cc), bracketend(start_cc) - (1 + LINK_SIZE)… in compile_recurse_matchingpath()
9651 return cc + 1 + LINK_SIZE; in compile_recurse_matchingpath()
9689 return cc + 1 + LINK_SIZE; in compile_recurse_matchingpath()
9755 ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2 * LINK_SIZE); in compile_callout_matchingpath()
9770 value1 = (*cc == OP_CALLOUT) ? cc[1 + 2 * LINK_SIZE] : 0; in compile_callout_matchingpath()
9782 …e, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(next_item_length), SLJIT_IMM, GET(cc, 1 + LINK_SIZE)); in compile_callout_matchingpath()
9792 value1 = (sljit_sw) (cc + (1 + 4*LINK_SIZE) + 1); in compile_callout_matchingpath()
9793 value2 = (callout_length - (1 + 4*LINK_SIZE + 2)); in compile_callout_matchingpath()
9794 value3 = (sljit_sw) (GET(cc, 1 + 3*LINK_SIZE)); in compile_callout_matchingpath()
9833 cc += GET(cc, 1 + 2*LINK_SIZE); in assert_needs_str_ptr_saving()
9914 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath()
9987 compile_matchingpath(common, ccbegin + 1 + LINK_SIZE, cc, &altbacktrack); in compile_assert_matchingpath()
10280 return cc + 1 + LINK_SIZE; in compile_assert_matchingpath()
10479 matchingpath = bracketend(cc) - 1 - LINK_SIZE; in compile_bracket_matchingpath()
10494 matchingpath = ccbegin + 1 + LINK_SIZE; in compile_bracket_matchingpath()
10513 offset = GET2(ccbegin, 1 + LINK_SIZE); in compile_bracket_matchingpath()
10781 … stacksize = stacksize == (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
10794 i = (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
10813 matchingpath = cc + 1 + LINK_SIZE; in compile_bracket_matchingpath()
10994 cc += 1 + LINK_SIZE; in compile_bracket_matchingpath()
11038 ccbegin = cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
11043 offset = GET2(cc, 1 + LINK_SIZE); in compile_bracketpos_matchingpath()
11049 ccbegin = cc + 1 + LINK_SIZE + IMM2_SIZE; in compile_bracketpos_matchingpath()
11269 ccbegin = cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
11286 return cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
12289 if (*(cc - 1 - LINK_SIZE) != OP_KETRMIN) in compile_matchingpath()
12689 ccbegin = bracketend(cc) - 1 - LINK_SIZE; in compile_bracket_backtrackingpath()
12706 …has_alternatives = (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK… in compile_bracket_backtrackingpath()
12708 offset = (GET2(ccbegin, 1 + LINK_SIZE)) << 1; in compile_bracket_backtrackingpath()
12856 if (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK_NOT) in compile_bracket_backtrackingpath()
12860 …if (assert->framesize >= 0 && (ccbegin[1 + LINK_SIZE] == OP_ASSERT || ccbegin[1 + LINK_SIZE] == OP… in compile_bracket_backtrackingpath()
12892 ccprev = cc + 1 + LINK_SIZE; in compile_bracket_backtrackingpath()
13011 …if ((ccbegin[1 + LINK_SIZE] == OP_ASSERT_NOT || ccbegin[1 + LINK_SIZE] == OP_ASSERTBACK_NOT) && as… in compile_bracket_backtrackingpath()
13136 offset = (GET2(current->cc, 1 + LINK_SIZE)) << 1; in compile_bracketpos_backtrackingpath()
13480 PCRE2_SPTR ccbegin = cc + 1 + LINK_SIZE + (*cc == OP_BRA ? 0 : IMM2_SIZE); in compile_recurse()
13481 PCRE2_SPTR ccend = bracketend(cc) - (1 + LINK_SIZE); in compile_recurse()
13620 altbacktrack.cc = cc + 1 + LINK_SIZE; in compile_recurse()
13822 SLJIT_ASSERT(*common->start == OP_BRA && ccend[-(1 + LINK_SIZE)] == OP_KET); in jit_compile()