Lines Matching refs:IMM2_SIZE

798     cc += 1 + IMM2_SIZE;  in check_opcode_types()
804 cc += 1 + LINK_SIZE + IMM2_SIZE; in check_opcode_types()
818 cc += 1 + IMM2_SIZE; in check_opcode_types()
824 count = GET2(cc, 1 + IMM2_SIZE); in check_opcode_types()
831 cc += 1 + 2 * IMM2_SIZE; in check_opcode_types()
914 if (GET2(cc, 1) == GET2(cc, 1 + IMM2_SIZE)) in get_class_iterator_size()
1120 bracketlen = 1 + LINK_SIZE + IMM2_SIZE; in set_private_data_ptrs()
1140 bracketlen = 1 + LINK_SIZE + IMM2_SIZE; in set_private_data_ptrs()
1162 size = -(2 + IMM2_SIZE); in set_private_data_ptrs()
1177 if (cc[1 + IMM2_SIZE] != OP_ANYNL && cc[1 + IMM2_SIZE] != OP_EXTUNI) in set_private_data_ptrs()
1179 size = 1 + IMM2_SIZE; in set_private_data_ptrs()
1184 size = 1 + IMM2_SIZE; in set_private_data_ptrs()
1332 cc += 1 + LINK_SIZE + IMM2_SIZE; in get_framesize()
1533 cc += 1 + LINK_SIZE + IMM2_SIZE; in init_frame()
1586 cc += 1 + LINK_SIZE + IMM2_SIZE; in get_private_data_copy_length()
1592 cc += 1 + LINK_SIZE + IMM2_SIZE; in get_private_data_copy_length()
1624 cc += 2 + IMM2_SIZE; in get_private_data_copy_length()
1645 cc += 1 + IMM2_SIZE; in get_private_data_copy_length()
1770 cc += 1 + LINK_SIZE + IMM2_SIZE; in copy_private_data()
1779 cc += 1 + LINK_SIZE + IMM2_SIZE; in copy_private_data()
1826 cc += 2 + IMM2_SIZE; in copy_private_data()
1858 cc += 1 + IMM2_SIZE; in copy_private_data()
3308 cc += 1 + IMM2_SIZE; in scan_prefix()
3353 cc += IMM2_SIZE; in scan_prefix()
3439 cc += 1 + IMM2_SIZE; in scan_prefix()
3449 cc += 1 + IMM2_SIZE + 1; in scan_prefix()
5961 int count = GET2(cc, 1 + IMM2_SIZE); in compile_dnref_search()
6102 cc += IMM2_SIZE; in compile_ref_iterator_matchingpath()
6103 type = cc[1 + IMM2_SIZE]; in compile_ref_iterator_matchingpath()
6113 cc += 1 + IMM2_SIZE + 1; in compile_ref_iterator_matchingpath()
6119 cc += 1 + IMM2_SIZE + 1; in compile_ref_iterator_matchingpath()
6125 cc += 1 + IMM2_SIZE + 1; in compile_ref_iterator_matchingpath()
6129 min = GET2(cc, 1 + IMM2_SIZE + 1); in compile_ref_iterator_matchingpath()
6130 max = GET2(cc, 1 + IMM2_SIZE + 1 + IMM2_SIZE); in compile_ref_iterator_matchingpath()
6131 cc += 1 + IMM2_SIZE + 1 + 2 * IMM2_SIZE; in compile_ref_iterator_matchingpath()
7066 matchingpath += IMM2_SIZE; in compile_bracket_matchingpath()
7279 matchingpath += 1 + IMM2_SIZE; in compile_bracket_matchingpath()
7285 i = GET2(matchingpath, 1 + IMM2_SIZE); in compile_bracket_matchingpath()
7300 matchingpath += 1 + 2 * IMM2_SIZE; in compile_bracket_matchingpath()
7323 matchingpath += 1 + IMM2_SIZE; in compile_bracket_matchingpath()
7331 stacksize = GET2(matchingpath, 1 + IMM2_SIZE); in compile_bracket_matchingpath()
7344 matchingpath += 1 + 2 * IMM2_SIZE; in compile_bracket_matchingpath()
7565 ccbegin = cc + 1 + LINK_SIZE + IMM2_SIZE; in compile_bracketpos_matchingpath()
7861 *max = GET2(cc, (class_len + IMM2_SIZE)); in get_iterator_parameters()
7873 *end = cc + class_len + 2 * IMM2_SIZE; in get_iterator_parameters()
7881 cc += IMM2_SIZE; in get_iterator_parameters()
8201 return cc + 1 + IMM2_SIZE; in compile_close_matchingpath()
8209 return cc + 1 + IMM2_SIZE; in compile_close_matchingpath()
8434 if (cc[1 + IMM2_SIZE] >= OP_CRSTAR && cc[1 + IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()
8439 cc += 1 + IMM2_SIZE; in compile_matchingpath()
8445 if (cc[1 + 2 * IMM2_SIZE] >= OP_CRSTAR && cc[1 + 2 * IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()
8451 cc += 1 + 2 * IMM2_SIZE; in compile_matchingpath()
8749 type = cc[ref ? 1 + IMM2_SIZE : 1 + 2 * IMM2_SIZE]; in compile_ref_iterator_backtrackingpath()
9667 pcre_uchar *ccbegin = cc + 1 + LINK_SIZE + (*cc == OP_BRA ? 0 : IMM2_SIZE); in compile_recurse()