Lines Matching refs:LINK_SIZE
166 #define COMPILE_WORK_SIZE (3000*LINK_SIZE) /* Size in code units */
4770 code += GET(code, 1 + 2*LINK_SIZE); in first_significant_code()
4774 code += 2 + GET(code, 2) + LINK_SIZE; in first_significant_code()
4779 if (code[1+LINK_SIZE] != OP_FALSE || /* Not DEFINE */ in first_significant_code()
4782 code += GET(code, 1) + 1 + LINK_SIZE; in first_significant_code()
5643 class_uchardata = code + LINK_SIZE + 2; /* For XCLASS items */ in compile_branch()
6064 code += LINK_SIZE; in compile_branch()
6248 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()
6249 PUT2(code, 2+LINK_SIZE, ng->number); in compile_branch()
6291 code[1+LINK_SIZE] = OP_RREF; in compile_branch()
6292 PUT2(code, 2+LINK_SIZE, groupnumber); in compile_branch()
6300 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()
6313 code[1+LINK_SIZE]++; in compile_branch()
6315 PUT2(code, 2+LINK_SIZE, index); in compile_branch()
6316 PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count); in compile_branch()
6327 code[1+LINK_SIZE] = OP_DEFINE; in compile_branch()
6345 code[1+LINK_SIZE] = OP_CREF; in compile_branch()
6347 PUT2(code, 2+LINK_SIZE, groupnumber); in compile_branch()
6355 code[1+LINK_SIZE] = ((PCRE2_MAJOR > pptr[2]) || in compile_branch()
6359 code[1+LINK_SIZE] = (PCRE2_MAJOR == pptr[2] && PCRE2_MINOR == pptr[3])? in compile_branch()
6507 if (code[LINK_SIZE+1] == OP_DEFINE) in compile_branch()
6515 code[LINK_SIZE+1] = OP_FALSE; in compile_branch()
6544 if (OFLOW_MAX - *lengthptr < length_prevgroup - 2 - 2*LINK_SIZE) in compile_branch()
6549 *lengthptr += length_prevgroup - 2 - 2*LINK_SIZE; in compile_branch()
6551 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch()
6553 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch()
6729 PUT(code, 1 + LINK_SIZE, pptr[2]); /* Length of next pattern item */ in compile_branch()
6730 code[1 + 2*LINK_SIZE] = pptr[3]; in compile_branch()
6746 *lengthptr += pptr[3] + (1 + 4*LINK_SIZE); in compile_branch()
6760 PCRE2_UCHAR *callout_string = code + (1 + 4*LINK_SIZE); in compile_branch()
6764 PUT(code, 1 + LINK_SIZE, pptr[2]); /* Length of next pattern item */ in compile_branch()
6772 PUT(code, 1 + 3*LINK_SIZE, (int)(offset + 1)); /* One after delimiter */ in compile_branch()
6794 PUT(code, 1 + 2*LINK_SIZE, (int)(callout_string - code)); in compile_branch()
7003 PCRE2_SIZE delta = replicate*(1 + LINK_SIZE); in compile_branch()
7005 (INT64_OR_DOUBLE)(1 + LINK_SIZE) > in compile_branch()
7017 memcpy(code, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7019 code += 1 + LINK_SIZE; in compile_branch()
7032 (void)memmove(previous + 1 + LINK_SIZE, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7034 PUT(previous, 1, 2 + 2*LINK_SIZE); in compile_branch()
7035 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()
7036 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
7037 code += 2 + 2 * LINK_SIZE; in compile_branch()
7038 length_prevgroup = 3 + 3*LINK_SIZE; in compile_branch()
7074 if (op_previous == OP_COND && previous[LINK_SIZE+1] == OP_FALSE && in compile_branch()
7142 (void)memmove(previous + 2 + LINK_SIZE, previous, CU2BYTES(len)); in compile_branch()
7143 code += 2 + LINK_SIZE; in compile_branch()
7225 PCRE2_SIZE delta = repeat_max*(length_prevgroup + 1 + 2 + 2*LINK_SIZE) - in compile_branch()
7226 2 - 2*LINK_SIZE; /* Last one doesn't nest */ in compile_branch()
7228 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE) in compile_branch()
7304 PCRE2_UCHAR *ketcode = code - 1 - LINK_SIZE; in compile_branch()
7345 (void)memmove(bracode + 1 + LINK_SIZE, bracode, CU2BYTES(nlen)); in compile_branch()
7346 code += 1 + LINK_SIZE; in compile_branch()
7347 nlen += 1 + LINK_SIZE; in compile_branch()
7618 (void)memmove(tempcode + 1 + LINK_SIZE, tempcode, CU2BYTES(len)); in compile_branch()
7619 code += 1 + LINK_SIZE; in compile_branch()
7620 len += 1 + LINK_SIZE; in compile_branch()
7705 code += 1 + LINK_SIZE; in compile_branch()
7720 PUT2(code, 1+LINK_SIZE, meta_arg); in compile_branch()
8015 length = 2 + 2*LINK_SIZE + skipunits; in compile_regex()
8038 capnumber = GET2(code, 1 + LINK_SIZE); in compile_regex()
8048 code += 1 + LINK_SIZE + skipunits; in compile_regex()
8062 length += 1 + LINK_SIZE; in compile_regex()
8167 code += 1 + LINK_SIZE; in compile_regex()
8204 code = *codeptr + 1 + LINK_SIZE + skipunits; in compile_regex()
8205 length += 1 + LINK_SIZE; in compile_regex()
8212 code += 1 + LINK_SIZE; in compile_regex()
8291 int n = GET2(scode, 1+LINK_SIZE); in is_anchored()
8389 scode += 1 + LINK_SIZE; in is_startline()
8392 else if (*scode == OP_CALLOUT_STR) scode += GET(scode, 1 + 2*LINK_SIZE); in is_startline()
8408 scode += 1 + LINK_SIZE; in is_startline()
8429 int n = GET2(scode, 1+LINK_SIZE); in is_startline()
8510 else if (c == OP_CALLOUT_STR) code += GET(code, 1 + 2*LINK_SIZE); in find_recurse()
8663 PCRE2_SPTR scode = first_significant_code(code + 1+LINK_SIZE + xl, TRUE); in find_firstassertedcu()
10246 rcode = (PCRE2_UCHAR *)find_recurse(rcode + 1 + LINK_SIZE, utf)) in pcre2_compile()