Lines Matching refs:LINK_SIZE

166 #define COMPILE_WORK_SIZE (3000*LINK_SIZE)   /* Size in code units */
5094 code += GET(code, 1 + 2*LINK_SIZE); in first_significant_code()
5098 code += 2 + GET(code, 2) + LINK_SIZE; in first_significant_code()
5103 if (code[1+LINK_SIZE] != OP_FALSE || /* Not DEFINE */ in first_significant_code()
5106 code += GET(code, 1) + 1 + LINK_SIZE; in first_significant_code()
6007 class_uchardata = code + LINK_SIZE + 2; /* For XCLASS items */ in compile_branch()
6438 code += LINK_SIZE; in compile_branch()
6624 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()
6625 PUT2(code, 2+LINK_SIZE, ng->number); in compile_branch()
6667 code[1+LINK_SIZE] = OP_RREF; in compile_branch()
6668 PUT2(code, 2+LINK_SIZE, groupnumber); in compile_branch()
6676 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()
6689 code[1+LINK_SIZE]++; in compile_branch()
6691 PUT2(code, 2+LINK_SIZE, index); in compile_branch()
6692 PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count); in compile_branch()
6703 code[1+LINK_SIZE] = OP_DEFINE; in compile_branch()
6721 code[1+LINK_SIZE] = OP_CREF; in compile_branch()
6723 PUT2(code, 2+LINK_SIZE, groupnumber); in compile_branch()
6731 code[1+LINK_SIZE] = ((PCRE2_MAJOR > pptr[2]) || in compile_branch()
6735 code[1+LINK_SIZE] = (PCRE2_MAJOR == pptr[2] && PCRE2_MINOR == pptr[3])? in compile_branch()
6885 if (code[LINK_SIZE+1] == OP_DEFINE) in compile_branch()
6893 code[LINK_SIZE+1] = OP_FALSE; in compile_branch()
6922 if (OFLOW_MAX - *lengthptr < length_prevgroup - 2 - 2*LINK_SIZE) in compile_branch()
6927 *lengthptr += length_prevgroup - 2 - 2*LINK_SIZE; in compile_branch()
6929 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch()
6931 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch()
7107 PUT(code, 1 + LINK_SIZE, pptr[2]); /* Length of next pattern item */ in compile_branch()
7108 code[1 + 2*LINK_SIZE] = pptr[3]; in compile_branch()
7124 *lengthptr += pptr[3] + (1 + 4*LINK_SIZE); in compile_branch()
7138 PCRE2_UCHAR *callout_string = code + (1 + 4*LINK_SIZE); in compile_branch()
7142 PUT(code, 1 + LINK_SIZE, pptr[2]); /* Length of next pattern item */ in compile_branch()
7150 PUT(code, 1 + 3*LINK_SIZE, (int)(offset + 1)); /* One after delimiter */ in compile_branch()
7172 PUT(code, 1 + 2*LINK_SIZE, (int)(callout_string - code)); in compile_branch()
7386 if (PRIV(ckd_smul)(&delta, replicate, 1 + LINK_SIZE) || in compile_branch()
7397 memcpy(code, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7399 code += 1 + LINK_SIZE; in compile_branch()
7412 (void)memmove(previous + 1 + LINK_SIZE, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7414 PUT(previous, 1, 2 + 2*LINK_SIZE); in compile_branch()
7415 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()
7416 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
7417 code += 2 + 2 * LINK_SIZE; in compile_branch()
7418 length_prevgroup = 3 + 3*LINK_SIZE; in compile_branch()
7454 if (op_previous == OP_COND && previous[LINK_SIZE+1] == OP_FALSE && in compile_branch()
7522 (void)memmove(previous + 2 + LINK_SIZE, previous, CU2BYTES(len)); in compile_branch()
7523 code += 2 + LINK_SIZE; in compile_branch()
7604 (int)length_prevgroup + 1 + 2 + 2*LINK_SIZE) || in compile_branch()
7605 OFLOW_MAX + (2 + 2*LINK_SIZE) - *lengthptr < delta) in compile_branch()
7610 delta -= (2 + 2*LINK_SIZE); /* Last one doesn't nest */ in compile_branch()
7680 PCRE2_UCHAR *ketcode = code - 1 - LINK_SIZE; in compile_branch()
7721 (void)memmove(bracode + 1 + LINK_SIZE, bracode, CU2BYTES(nlen)); in compile_branch()
7722 code += 1 + LINK_SIZE; in compile_branch()
7723 nlen += 1 + LINK_SIZE; in compile_branch()
7994 (void)memmove(tempcode + 1 + LINK_SIZE, tempcode, CU2BYTES(len)); in compile_branch()
7995 code += 1 + LINK_SIZE; in compile_branch()
7996 len += 1 + LINK_SIZE; in compile_branch()
8081 code += 1 + LINK_SIZE; in compile_branch()
8096 PUT2(code, 1+LINK_SIZE, meta_arg); in compile_branch()
8425 length = 2 + 2*LINK_SIZE + skipunits; in compile_regex()
8449 capnumber = GET2(code, 1 + LINK_SIZE); in compile_regex()
8459 code += 1 + LINK_SIZE + skipunits; in compile_regex()
8595 code += 1 + LINK_SIZE; in compile_regex()
8628 code = *codeptr + 1 + LINK_SIZE + skipunits; in compile_regex()
8629 length += 1 + LINK_SIZE; in compile_regex()
8636 code += 1 + LINK_SIZE; in compile_regex()
8715 int n = GET2(scode, 1+LINK_SIZE); in is_anchored()
8813 scode += 1 + LINK_SIZE; in is_startline()
8816 else if (*scode == OP_CALLOUT_STR) scode += GET(scode, 1 + 2*LINK_SIZE); in is_startline()
8832 scode += 1 + LINK_SIZE; in is_startline()
8853 int n = GET2(scode, 1+LINK_SIZE); in is_startline()
8934 else if (c == OP_CALLOUT_STR) code += GET(code, 1 + 2*LINK_SIZE); in find_recurse()
9087 PCRE2_SPTR scode = first_significant_code(code + 1+LINK_SIZE + xl, TRUE); in find_firstassertedcu()
10743 rcode = (PCRE2_UCHAR *)find_recurse(rcode + 1 + LINK_SIZE, utf)) in pcre2_compile()