Lines Matching refs:LINK_SIZE

868 cc += 1 + LINK_SIZE;  in bracketend()
892 if (cc[1 + LINK_SIZE] == OP_VREVERSE) in find_vreverse()
1097 return cc + GET(cc, 1 + 2*LINK_SIZE); in next_opcode()
1154 cc += 1 + LINK_SIZE; in check_opcode_types()
1159 common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] = 0; in check_opcode_types()
1160 cc += 1 + LINK_SIZE + IMM2_SIZE; in check_opcode_types()
1167 if (cc[1 + LINK_SIZE] == OP_CALLOUT || cc[1 + LINK_SIZE] == OP_CALLOUT_STR) in check_opcode_types()
1169 cc += 1 + LINK_SIZE; in check_opcode_types()
1197 cc += 1 + LINK_SIZE; in check_opcode_types()
1207 cc += (*cc == OP_CALLOUT) ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2*LINK_SIZE); in check_opcode_types()
1214 cc += 1 + LINK_SIZE; in check_opcode_types()
1303 SLJIT_ASSERT(*cc != OP_CBRA || common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] != 0); in detect_early_fail()
1313 cc += 1 + LINK_SIZE + ((*cc == OP_CBRA) ? IMM2_SIZE : 0); in detect_early_fail()
1580 …if (end[-1 - LINK_SIZE] != OP_KET || (*cc == OP_CBRA && common->optimized_cbracket[GET2(cc, 1 + LI… in detect_early_fail()
1602 cc += 1 + LINK_SIZE; in detect_early_fail()
1710 if (end[-(1 + LINK_SIZE)] != OP_KET || PRIVATE_DATA(begin) != 0) in detect_repeat()
1715 if (PRIVATE_DATA(end - LINK_SIZE) != 0) in detect_repeat()
1741 if (next[0] != type || next[1] != OP_BRA || next[2 + LINK_SIZE] != *begin) in detect_repeat()
1743 next_end = bracketend(next + 2 + LINK_SIZE); in detect_repeat()
1744 …if (next_end - next != (length + 2 + LINK_SIZE) || memcmp(begin, next + 2 + LINK_SIZE, IN_UCHARS(l… in detect_repeat()
1755 for (i = 0; i < max; i++, next_end += 1 + LINK_SIZE) in detect_repeat()
1761 common->private_data_ptrs[max_end - common->start - LINK_SIZE] = next_end - max_end; in detect_repeat()
1762 …common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPT… in detect_repeat()
1764 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 2] = max + 2; in detect_repeat()
1768 max_end -= (1 + LINK_SIZE) + GET(max_end, -LINK_SIZE); in detect_repeat()
1776 common->private_data_ptrs[end - common->start - LINK_SIZE] = max_end - end; in detect_repeat()
1777 common->private_data_ptrs[end - common->start - LINK_SIZE + 1] = OP_EXACT; in detect_repeat()
1778 common->private_data_ptrs[end - common->start - LINK_SIZE + 2] = min; in detect_repeat()
1876 cc += 1 + LINK_SIZE; in set_private_data_ptrs()
1892 bracketlen = 1 + LINK_SIZE; in set_private_data_ptrs()
1905 bracketlen = 1 + LINK_SIZE; in set_private_data_ptrs()
1912 bracketlen = 1 + LINK_SIZE + IMM2_SIZE; in set_private_data_ptrs()
1924 bracketlen = 1 + LINK_SIZE; in set_private_data_ptrs()
1928 bracketlen = 1 + LINK_SIZE; in set_private_data_ptrs()
1933 bracketlen = 1 + LINK_SIZE + IMM2_SIZE; in set_private_data_ptrs()
2025 if (end[-1 - LINK_SIZE] == OP_KET) in set_private_data_ptrs()
2054 ccend = bracketend(cc) - (1 + LINK_SIZE); in get_framesize()
2112 cc += 1 + LINK_SIZE; in get_framesize()
2126 cc += 1 + LINK_SIZE + IMM2_SIZE; in get_framesize()
2240 ccend = bracketend(cc) - (1 + LINK_SIZE); in init_frame()
2308 cc += 1 + LINK_SIZE; in init_frame()
2324 offset = (GET2(cc, 1 + LINK_SIZE)) << 1; in init_frame()
2334 cc += 1 + LINK_SIZE + IMM2_SIZE; in init_frame()
2486 cc += 1 + LINK_SIZE; in get_recurse_data_length()
2498 cc += 1 + LINK_SIZE; in get_recurse_data_length()
2516 cc += 1 + LINK_SIZE; in get_recurse_data_length()
2521 offset = GET2(cc, 1 + LINK_SIZE); in get_recurse_data_length()
2531 cc += 1 + LINK_SIZE + IMM2_SIZE; in get_recurse_data_length()
2536 offset = GET2(cc, 1 + LINK_SIZE); in get_recurse_data_length()
2548 cc += 1 + LINK_SIZE + IMM2_SIZE; in get_recurse_data_length()
2556 cc += 1 + LINK_SIZE; in get_recurse_data_length()
2835 cc += 1 + LINK_SIZE; in copy_recurse_data()
2847 cc += 1 + LINK_SIZE; in copy_recurse_data()
2865 cc += 1 + LINK_SIZE; in copy_recurse_data()
2870 offset = GET2(cc, 1 + LINK_SIZE); in copy_recurse_data()
2892 cc += 1 + LINK_SIZE + IMM2_SIZE; in copy_recurse_data()
2897 offset = GET2(cc, 1 + LINK_SIZE); in copy_recurse_data()
2922 cc += 1 + LINK_SIZE + IMM2_SIZE; in copy_recurse_data()
2934 cc += 1 + LINK_SIZE; in copy_recurse_data()
3170 cc += 1 + LINK_SIZE; in set_then_offsets()
5696 cc += 1 + LINK_SIZE; in scan_prefix()
5711 max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, max_chars, rec_count); in scan_prefix()
5719 cc += 1 + LINK_SIZE; in scan_prefix()
9326 compile_xclass_matchingpath(common, cc + LINK_SIZE, backtracks); in compile_char1_matchingpath()
9853 …compile_matchingpath(common, next_opcode(common, start_cc), bracketend(start_cc) - (1 + LINK_SIZE)… in compile_recurse_matchingpath()
9855 return cc + 1 + LINK_SIZE; in compile_recurse_matchingpath()
9893 return cc + 1 + LINK_SIZE; in compile_recurse_matchingpath()
9959 ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2 * LINK_SIZE); in compile_callout_matchingpath()
9974 value1 = (*cc == OP_CALLOUT) ? cc[1 + 2 * LINK_SIZE] : 0; in compile_callout_matchingpath()
9986 …e, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(next_item_length), SLJIT_IMM, GET(cc, 1 + LINK_SIZE)); in compile_callout_matchingpath()
9996 value1 = (sljit_sw) (cc + (1 + 4*LINK_SIZE) + 1); in compile_callout_matchingpath()
9997 value2 = (callout_length - (1 + 4*LINK_SIZE + 2)); in compile_callout_matchingpath()
9998 value3 = (sljit_sw) (GET(cc, 1 + 3*LINK_SIZE)); in compile_callout_matchingpath()
10137 cc += GET(cc, 1 + 2*LINK_SIZE); in assert_needs_str_ptr_saving()
10226 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath()
10308 ccbegin += 1 + LINK_SIZE; in compile_assert_matchingpath()
10630 return cc + 1 + LINK_SIZE; in compile_assert_matchingpath()
10830 matchingpath = bracketend(cc) - 1 - LINK_SIZE; in compile_bracket_matchingpath()
10845 matchingpath = ccbegin + 1 + LINK_SIZE; in compile_bracket_matchingpath()
10864 offset = GET2(ccbegin, 1 + LINK_SIZE); in compile_bracket_matchingpath()
11150 … stacksize = stacksize == (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
11163 i = (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
11182 matchingpath = cc + 1 + LINK_SIZE; in compile_bracket_matchingpath()
11377 cc += 1 + LINK_SIZE; in compile_bracket_matchingpath()
11426 ccbegin = cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
11431 offset = GET2(cc, 1 + LINK_SIZE); in compile_bracketpos_matchingpath()
11437 ccbegin = cc + 1 + LINK_SIZE + IMM2_SIZE; in compile_bracketpos_matchingpath()
11657 ccbegin = cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
11674 return cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
12678 if (*(cc - 1 - LINK_SIZE) != OP_KETRMIN) in compile_matchingpath()
13079 ccbegin = bracketend(cc) - 1 - LINK_SIZE; in compile_bracket_backtrackingpath()
13096 …has_alternatives = (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK… in compile_bracket_backtrackingpath()
13098 offset = (GET2(ccbegin, 1 + LINK_SIZE)) << 1; in compile_bracket_backtrackingpath()
13246 if (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK_NOT) in compile_bracket_backtrackingpath()
13250 …if (assert->framesize >= 0 && (ccbegin[1 + LINK_SIZE] == OP_ASSERT || ccbegin[1 + LINK_SIZE] == OP… in compile_bracket_backtrackingpath()
13282 ccprev = cc + 1 + LINK_SIZE; in compile_bracket_backtrackingpath()
13427 …if ((ccbegin[1 + LINK_SIZE] == OP_ASSERT_NOT || ccbegin[1 + LINK_SIZE] == OP_ASSERTBACK_NOT) && as… in compile_bracket_backtrackingpath()
13568 offset = (GET2(cc, 1 + LINK_SIZE)) << 1; in compile_bracketpos_backtrackingpath()
13933 PCRE2_SPTR ccbegin = cc + 1 + LINK_SIZE + (*cc == OP_BRA ? 0 : IMM2_SIZE); in compile_recurse()
13934 PCRE2_SPTR ccend = bracketend(cc) - (1 + LINK_SIZE); in compile_recurse()
14073 altbacktrack.cc = cc + 1 + LINK_SIZE; in compile_recurse()
14275 SLJIT_ASSERT(*common->start == OP_BRA && ccend[-(1 + LINK_SIZE)] == OP_KET); in jit_compile()