Lines Matching refs:LINK_SIZE

166 #define COMPILE_WORK_SIZE (3000*LINK_SIZE)   /* Size in code units */
4879 code += GET(code, 1 + 2*LINK_SIZE); in first_significant_code()
4883 code += 2 + GET(code, 2) + LINK_SIZE; in first_significant_code()
4888 if (code[1+LINK_SIZE] != OP_FALSE || /* Not DEFINE */ in first_significant_code()
4891 code += GET(code, 1) + 1 + LINK_SIZE; in first_significant_code()
5751 class_uchardata = code + LINK_SIZE + 2; /* For XCLASS items */ in compile_branch()
6175 code += LINK_SIZE; in compile_branch()
6360 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()
6361 PUT2(code, 2+LINK_SIZE, ng->number); in compile_branch()
6403 code[1+LINK_SIZE] = OP_RREF; in compile_branch()
6404 PUT2(code, 2+LINK_SIZE, groupnumber); in compile_branch()
6412 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()
6425 code[1+LINK_SIZE]++; in compile_branch()
6427 PUT2(code, 2+LINK_SIZE, index); in compile_branch()
6428 PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count); in compile_branch()
6439 code[1+LINK_SIZE] = OP_DEFINE; in compile_branch()
6457 code[1+LINK_SIZE] = OP_CREF; in compile_branch()
6459 PUT2(code, 2+LINK_SIZE, groupnumber); in compile_branch()
6467 code[1+LINK_SIZE] = ((PCRE2_MAJOR > pptr[2]) || in compile_branch()
6471 code[1+LINK_SIZE] = (PCRE2_MAJOR == pptr[2] && PCRE2_MINOR == pptr[3])? in compile_branch()
6619 if (code[LINK_SIZE+1] == OP_DEFINE) in compile_branch()
6627 code[LINK_SIZE+1] = OP_FALSE; in compile_branch()
6656 if (OFLOW_MAX - *lengthptr < length_prevgroup - 2 - 2*LINK_SIZE) in compile_branch()
6661 *lengthptr += length_prevgroup - 2 - 2*LINK_SIZE; in compile_branch()
6663 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch()
6665 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch()
6841 PUT(code, 1 + LINK_SIZE, pptr[2]); /* Length of next pattern item */ in compile_branch()
6842 code[1 + 2*LINK_SIZE] = pptr[3]; in compile_branch()
6858 *lengthptr += pptr[3] + (1 + 4*LINK_SIZE); in compile_branch()
6872 PCRE2_UCHAR *callout_string = code + (1 + 4*LINK_SIZE); in compile_branch()
6876 PUT(code, 1 + LINK_SIZE, pptr[2]); /* Length of next pattern item */ in compile_branch()
6884 PUT(code, 1 + 3*LINK_SIZE, (int)(offset + 1)); /* One after delimiter */ in compile_branch()
6906 PUT(code, 1 + 2*LINK_SIZE, (int)(callout_string - code)); in compile_branch()
7120 PCRE2_SIZE delta = replicate*(1 + LINK_SIZE); in compile_branch()
7122 (INT64_OR_DOUBLE)(1 + LINK_SIZE) > in compile_branch()
7134 memcpy(code, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7136 code += 1 + LINK_SIZE; in compile_branch()
7149 (void)memmove(previous + 1 + LINK_SIZE, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7151 PUT(previous, 1, 2 + 2*LINK_SIZE); in compile_branch()
7152 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()
7153 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
7154 code += 2 + 2 * LINK_SIZE; in compile_branch()
7155 length_prevgroup = 3 + 3*LINK_SIZE; in compile_branch()
7191 if (op_previous == OP_COND && previous[LINK_SIZE+1] == OP_FALSE && in compile_branch()
7259 (void)memmove(previous + 2 + LINK_SIZE, previous, CU2BYTES(len)); in compile_branch()
7260 code += 2 + LINK_SIZE; in compile_branch()
7342 PCRE2_SIZE delta = repeat_max*(length_prevgroup + 1 + 2 + 2*LINK_SIZE) - in compile_branch()
7343 2 - 2*LINK_SIZE; /* Last one doesn't nest */ in compile_branch()
7345 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE) in compile_branch()
7421 PCRE2_UCHAR *ketcode = code - 1 - LINK_SIZE; in compile_branch()
7462 (void)memmove(bracode + 1 + LINK_SIZE, bracode, CU2BYTES(nlen)); in compile_branch()
7463 code += 1 + LINK_SIZE; in compile_branch()
7464 nlen += 1 + LINK_SIZE; in compile_branch()
7735 (void)memmove(tempcode + 1 + LINK_SIZE, tempcode, CU2BYTES(len)); in compile_branch()
7736 code += 1 + LINK_SIZE; in compile_branch()
7737 len += 1 + LINK_SIZE; in compile_branch()
7822 code += 1 + LINK_SIZE; in compile_branch()
7837 PUT2(code, 1+LINK_SIZE, meta_arg); in compile_branch()
8142 length = 2 + 2*LINK_SIZE + skipunits; in compile_regex()
8165 capnumber = GET2(code, 1 + LINK_SIZE); in compile_regex()
8175 code += 1 + LINK_SIZE + skipunits; in compile_regex()
8189 length += 1 + LINK_SIZE; in compile_regex()
8294 code += 1 + LINK_SIZE; in compile_regex()
8331 code = *codeptr + 1 + LINK_SIZE + skipunits; in compile_regex()
8332 length += 1 + LINK_SIZE; in compile_regex()
8339 code += 1 + LINK_SIZE; in compile_regex()
8418 int n = GET2(scode, 1+LINK_SIZE); in is_anchored()
8516 scode += 1 + LINK_SIZE; in is_startline()
8519 else if (*scode == OP_CALLOUT_STR) scode += GET(scode, 1 + 2*LINK_SIZE); in is_startline()
8535 scode += 1 + LINK_SIZE; in is_startline()
8556 int n = GET2(scode, 1+LINK_SIZE); in is_startline()
8637 else if (c == OP_CALLOUT_STR) code += GET(code, 1 + 2*LINK_SIZE); in find_recurse()
8790 PCRE2_SPTR scode = first_significant_code(code + 1+LINK_SIZE + xl, TRUE); in find_firstassertedcu()
10373 rcode = (PCRE2_UCHAR *)find_recurse(rcode + 1 + LINK_SIZE, utf)) in pcre2_compile()