Lines Matching refs:LINK_SIZE
626 cc += 1 + LINK_SIZE; in bracketend()
834 return cc + GET(cc, 1 + 2*LINK_SIZE); in next_opcode()
880 common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] = 0; in check_opcode_types()
881 cc += 1 + LINK_SIZE + IMM2_SIZE; in check_opcode_types()
888 if (cc[1 + LINK_SIZE] == OP_CALLOUT || cc[1 + LINK_SIZE] == OP_CALLOUT_STR) in check_opcode_types()
890 cc += 1 + LINK_SIZE; in check_opcode_types()
918 cc += 1 + LINK_SIZE; in check_opcode_types()
928 cc += (*cc == OP_CALLOUT) ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2*LINK_SIZE); in check_opcode_types()
935 cc += 1 + LINK_SIZE; in check_opcode_types()
1083 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in detect_fast_forward_skip()
1087 cc += 1 + LINK_SIZE; in detect_fast_forward_skip()
1106 if (*cc == OP_CBRA && common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in detect_fast_fail()
1109 next_alt = bracketend(cc) - (1 + LINK_SIZE); in detect_fast_fail()
1117 cc += 1 + LINK_SIZE + ((*cc == OP_CBRA) ? IMM2_SIZE : 0); in detect_fast_fail()
1206 if (end[-(1 + LINK_SIZE)] != OP_KET) in detect_repeat()
1210 if (common->private_data_ptrs[end - common->start - LINK_SIZE] != 0) in detect_repeat()
1236 if (next[0] != type || next[1] != OP_BRA || next[2 + LINK_SIZE] != *begin) in detect_repeat()
1238 next_end = bracketend(next + 2 + LINK_SIZE); in detect_repeat()
1239 …if (next_end - next != (length + 2 + LINK_SIZE) || memcmp(begin, next + 2 + LINK_SIZE, IN_UCHARS(l… in detect_repeat()
1250 for (i = 0; i < max; i++, next_end += 1 + LINK_SIZE) in detect_repeat()
1256 common->private_data_ptrs[max_end - common->start - LINK_SIZE] = next_end - max_end; in detect_repeat()
1257 …common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPT… in detect_repeat()
1259 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 2] = max + 2; in detect_repeat()
1263 max_end -= (1 + LINK_SIZE) + GET(max_end, -LINK_SIZE); in detect_repeat()
1271 common->private_data_ptrs[end - common->start - LINK_SIZE] = max_end - end; in detect_repeat()
1272 common->private_data_ptrs[end - common->start - LINK_SIZE + 1] = OP_EXACT; in detect_repeat()
1273 common->private_data_ptrs[end - common->start - LINK_SIZE + 2] = min; in detect_repeat()
1370 cc += 1 + LINK_SIZE; in set_private_data_ptrs()
1384 bracketlen = 1 + LINK_SIZE; in set_private_data_ptrs()
1391 bracketlen = 1 + LINK_SIZE + IMM2_SIZE; in set_private_data_ptrs()
1402 bracketlen = 1 + LINK_SIZE; in set_private_data_ptrs()
1406 bracketlen = 1 + LINK_SIZE; in set_private_data_ptrs()
1411 bracketlen = 1 + LINK_SIZE + IMM2_SIZE; in set_private_data_ptrs()
1503 if (end[-1 - LINK_SIZE] == OP_KET) in set_private_data_ptrs()
1532 ccend = bracketend(cc) - (1 + LINK_SIZE); in get_framesize()
1590 cc += 1 + LINK_SIZE; in get_framesize()
1604 cc += 1 + LINK_SIZE + IMM2_SIZE; in get_framesize()
1715 ccend = bracketend(cc) - (1 + LINK_SIZE); in init_frame()
1783 cc += 1 + LINK_SIZE; in init_frame()
1799 offset = (GET2(cc, 1 + LINK_SIZE)) << 1; in init_frame()
1809 cc += 1 + LINK_SIZE + IMM2_SIZE; in init_frame()
1936 cc += 1 + LINK_SIZE; in get_recurse_data_length()
1946 cc += 1 + LINK_SIZE; in get_recurse_data_length()
1960 cc += 1 + LINK_SIZE; in get_recurse_data_length()
1968 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in get_recurse_data_length()
1970 cc += 1 + LINK_SIZE + IMM2_SIZE; in get_recurse_data_length()
1978 cc += 1 + LINK_SIZE + IMM2_SIZE; in get_recurse_data_length()
1986 cc += 1 + LINK_SIZE; in get_recurse_data_length()
2258 cc += 1 + LINK_SIZE; in copy_recurse_data()
2269 cc += 1 + LINK_SIZE; in copy_recurse_data()
2283 cc += 1 + LINK_SIZE; in copy_recurse_data()
2288 offset = (GET2(cc, 1 + LINK_SIZE)) << 1; in copy_recurse_data()
2300 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in copy_recurse_data()
2303 private_srcw[0] = OVECTOR_PRIV(GET2(cc, 1 + LINK_SIZE)); in copy_recurse_data()
2305 cc += 1 + LINK_SIZE + IMM2_SIZE; in copy_recurse_data()
2310 offset = (GET2(cc, 1 + LINK_SIZE)) << 1; in copy_recurse_data()
2324 private_srcw[1] = OVECTOR_PRIV(GET2(cc, 1 + LINK_SIZE)); in copy_recurse_data()
2325 cc += 1 + LINK_SIZE + IMM2_SIZE; in copy_recurse_data()
2336 cc += 1 + LINK_SIZE; in copy_recurse_data()
2561 current_offset = common->then_offsets + (cc + 1 + LINK_SIZE - common->start); in set_then_offsets()
3972 cc += 1 + LINK_SIZE; in scan_prefix()
3987 max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, max_chars, rec_count); in scan_prefix()
3995 cc += 1 + LINK_SIZE; in scan_prefix()
7193 return cc + LINK_SIZE; in compile_simple_assertion_matchingpath()
7214 return cc + LINK_SIZE; in compile_simple_assertion_matchingpath()
7702 compile_xclass_matchingpath(common, cc + LINK_SIZE, backtracks); in compile_char1_matchingpath()
8159 …compile_matchingpath(common, next_opcode(common, start_cc), bracketend(start_cc) - (1 + LINK_SIZE)… in compile_recurse_matchingpath()
8161 return cc + 1 + LINK_SIZE; in compile_recurse_matchingpath()
8199 return cc + 1 + LINK_SIZE; in compile_recurse_matchingpath()
8265 ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2 * LINK_SIZE); in compile_callout_matchingpath()
8280 value1 = (*cc == OP_CALLOUT) ? cc[1 + 2 * LINK_SIZE] : 0; in compile_callout_matchingpath()
8292 …e, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(next_item_length), SLJIT_IMM, GET(cc, 1 + LINK_SIZE)); in compile_callout_matchingpath()
8302 value1 = (sljit_sw) (cc + (1 + 4*LINK_SIZE) + 1); in compile_callout_matchingpath()
8303 value2 = (callout_length - (1 + 4*LINK_SIZE + 2)); in compile_callout_matchingpath()
8304 value3 = (sljit_sw) (GET(cc, 1 + 3*LINK_SIZE)); in compile_callout_matchingpath()
8343 cc += GET(cc, 1 + 2*LINK_SIZE); in assert_needs_str_ptr_saving()
8424 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath()
8497 compile_matchingpath(common, ccbegin + 1 + LINK_SIZE, cc, &altbacktrack); in compile_assert_matchingpath()
8789 return cc + 1 + LINK_SIZE; in compile_assert_matchingpath()
8952 matchingpath = bracketend(cc) - 1 - LINK_SIZE; in compile_bracket_matchingpath()
8967 matchingpath = ccbegin + 1 + LINK_SIZE; in compile_bracket_matchingpath()
8986 offset = GET2(ccbegin, 1 + LINK_SIZE); in compile_bracket_matchingpath()
9257 … stacksize = stacksize == (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
9270 i = (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
9289 matchingpath = cc + 1 + LINK_SIZE; in compile_bracket_matchingpath()
9452 cc += 1 + LINK_SIZE; in compile_bracket_matchingpath()
9496 ccbegin = cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
9501 offset = GET2(cc, 1 + LINK_SIZE); in compile_bracketpos_matchingpath()
9507 ccbegin = cc + 1 + LINK_SIZE + IMM2_SIZE; in compile_bracketpos_matchingpath()
9727 ccbegin = cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
9744 return cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
10621 if (*(cc - 1 - LINK_SIZE) != OP_KETRMIN) in compile_matchingpath()
11018 ccbegin = bracketend(cc) - 1 - LINK_SIZE; in compile_bracket_backtrackingpath()
11035 …has_alternatives = (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK… in compile_bracket_backtrackingpath()
11037 offset = (GET2(ccbegin, 1 + LINK_SIZE)) << 1; in compile_bracket_backtrackingpath()
11190 if (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK_NOT) in compile_bracket_backtrackingpath()
11194 …if (assert->framesize >= 0 && (ccbegin[1 + LINK_SIZE] == OP_ASSERT || ccbegin[1 + LINK_SIZE] == OP… in compile_bracket_backtrackingpath()
11226 ccprev = cc + 1 + LINK_SIZE; in compile_bracket_backtrackingpath()
11337 …if ((ccbegin[1 + LINK_SIZE] == OP_ASSERT_NOT || ccbegin[1 + LINK_SIZE] == OP_ASSERTBACK_NOT) && as… in compile_bracket_backtrackingpath()
11462 offset = (GET2(current->cc, 1 + LINK_SIZE)) << 1; in compile_bracketpos_backtrackingpath()
11803 PCRE2_SPTR ccbegin = cc + 1 + LINK_SIZE + (*cc == OP_BRA ? 0 : IMM2_SIZE); in compile_recurse()
11804 PCRE2_SPTR ccend = bracketend(cc) - (1 + LINK_SIZE); in compile_recurse()
11951 altbacktrack.cc = cc + 1 + LINK_SIZE; in compile_recurse()
12134 SLJIT_ASSERT(*common->start == OP_BRA && ccend[-(1 + LINK_SIZE)] == OP_KET); in jit_compile()