Lines Matching refs:IMM2_SIZE

1102     cc += 1 + IMM2_SIZE;  in check_opcode_types()
1116 cc += 1 + LINK_SIZE + IMM2_SIZE; in check_opcode_types()
1130 cc += 1 + IMM2_SIZE; in check_opcode_types()
1136 count = GET2(cc, 1 + IMM2_SIZE); in check_opcode_types()
1143 cc += 1 + 2 * IMM2_SIZE; in check_opcode_types()
1266 cc += 1 + LINK_SIZE + ((*cc == OP_CBRA) ? IMM2_SIZE : 0); in detect_early_fail()
1355 cc += IMM2_SIZE; in detect_early_fail()
1418 cc += IMM2_SIZE; in detect_early_fail()
1467 cc += 2 * IMM2_SIZE; in detect_early_fail()
1600 max = GET2(cc, 1 + IMM2_SIZE); in get_class_iterator_size()
1814 bracketlen = 1 + LINK_SIZE + IMM2_SIZE; in set_private_data_ptrs()
1835 bracketlen = 1 + LINK_SIZE + IMM2_SIZE; in set_private_data_ptrs()
1856 size = -(2 + IMM2_SIZE); in set_private_data_ptrs()
1872 size = 1 + IMM2_SIZE; in set_private_data_ptrs()
1873 if (cc[1 + IMM2_SIZE] != OP_ANYNL && cc[1 + IMM2_SIZE] != OP_EXTUNI) in set_private_data_ptrs()
1878 size = 1 + IMM2_SIZE; in set_private_data_ptrs()
2028 cc += 1 + LINK_SIZE + IMM2_SIZE; in get_framesize()
2233 cc += 1 + LINK_SIZE + IMM2_SIZE; in init_frame()
2430 cc += 1 + LINK_SIZE + IMM2_SIZE; in get_recurse_data_length()
2447 cc += 1 + LINK_SIZE + IMM2_SIZE; in get_recurse_data_length()
2488 cc += 2 + IMM2_SIZE; in get_recurse_data_length()
2518 cc += 1 + IMM2_SIZE; in get_recurse_data_length()
2791 cc += 1 + LINK_SIZE + IMM2_SIZE; in copy_recurse_data()
2821 cc += 1 + LINK_SIZE + IMM2_SIZE; in copy_recurse_data()
2868 cc += 2 + IMM2_SIZE; in copy_recurse_data()
2900 cc += 1 + IMM2_SIZE; in copy_recurse_data()
5519 cc += 1 + IMM2_SIZE; in scan_prefix()
5564 cc += IMM2_SIZE; in scan_prefix()
5649 cc += 1 + IMM2_SIZE; in scan_prefix()
5659 cc += 1 + IMM2_SIZE + 1; in scan_prefix()
5770 if (GET2(cc, 1) != GET2(cc, 1 + IMM2_SIZE)) in scan_prefix()
5772 cc += 1 + 2 * IMM2_SIZE; in scan_prefix()
9235 int count = GET2(cc, 1 + IMM2_SIZE); in compile_dnref_search()
9445 cc += IMM2_SIZE; in compile_ref_iterator_matchingpath()
9446 type = cc[1 + IMM2_SIZE]; in compile_ref_iterator_matchingpath()
9456 cc += 1 + IMM2_SIZE + 1; in compile_ref_iterator_matchingpath()
9462 cc += 1 + IMM2_SIZE + 1; in compile_ref_iterator_matchingpath()
9468 cc += 1 + IMM2_SIZE + 1; in compile_ref_iterator_matchingpath()
9472 min = GET2(cc, 1 + IMM2_SIZE + 1); in compile_ref_iterator_matchingpath()
9473 max = GET2(cc, 1 + IMM2_SIZE + 1 + IMM2_SIZE); in compile_ref_iterator_matchingpath()
9474 cc += 1 + IMM2_SIZE + 1 + 2 * IMM2_SIZE; in compile_ref_iterator_matchingpath()
10525 matchingpath += IMM2_SIZE; in compile_bracket_matchingpath()
10735 matchingpath += 1 + IMM2_SIZE; in compile_bracket_matchingpath()
10741 i = GET2(matchingpath, 1 + IMM2_SIZE); in compile_bracket_matchingpath()
10756 matchingpath += 1 + 2 * IMM2_SIZE; in compile_bracket_matchingpath()
10784 matchingpath += 1 + IMM2_SIZE; in compile_bracket_matchingpath()
10792 stacksize = GET2(matchingpath, 1 + IMM2_SIZE); in compile_bracket_matchingpath()
10805 matchingpath += 1 + 2 * IMM2_SIZE; in compile_bracket_matchingpath()
11049 ccbegin = cc + 1 + LINK_SIZE + IMM2_SIZE; in compile_bracketpos_matchingpath()
11358 *max = GET2(cc, (class_len + IMM2_SIZE)); in get_iterator_parameters()
11388 *end = cc + class_len + 2 * IMM2_SIZE; in get_iterator_parameters()
11397 cc += IMM2_SIZE; in get_iterator_parameters()
11415 cc += IMM2_SIZE; in get_iterator_parameters()
12010 return cc + 1 + IMM2_SIZE; in compile_close_matchingpath()
12018 return cc + 1 + IMM2_SIZE; in compile_close_matchingpath()
12248 if (cc[1 + IMM2_SIZE] >= OP_CRSTAR && cc[1 + IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()
12253 cc += 1 + IMM2_SIZE; in compile_matchingpath()
12259 if (cc[1 + 2 * IMM2_SIZE] >= OP_CRSTAR && cc[1 + 2 * IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()
12265 cc += 1 + 2 * IMM2_SIZE; in compile_matchingpath()
12552 type = cc[ref ? 1 + IMM2_SIZE : 1 + 2 * IMM2_SIZE]; in compile_ref_iterator_backtrackingpath()
13480 PCRE2_SPTR ccbegin = cc + 1 + LINK_SIZE + (*cc == OP_BRA ? 0 : IMM2_SIZE); in compile_recurse()