Lines Matching refs:LINK_SIZE

166 #define COMPILE_WORK_SIZE (3000*LINK_SIZE)   /* Size in code units */
4792 code += GET(code, 1 + 2*LINK_SIZE); in first_significant_code()
4796 code += 2 + GET(code, 2) + LINK_SIZE; in first_significant_code()
4801 if (code[1+LINK_SIZE] != OP_FALSE || /* Not DEFINE */ in first_significant_code()
4804 code += GET(code, 1) + 1 + LINK_SIZE; in first_significant_code()
5665 class_uchardata = code + LINK_SIZE + 2; /* For XCLASS items */ in compile_branch()
6086 code += LINK_SIZE; in compile_branch()
6270 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()
6271 PUT2(code, 2+LINK_SIZE, ng->number); in compile_branch()
6313 code[1+LINK_SIZE] = OP_RREF; in compile_branch()
6314 PUT2(code, 2+LINK_SIZE, groupnumber); in compile_branch()
6322 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()
6335 code[1+LINK_SIZE]++; in compile_branch()
6337 PUT2(code, 2+LINK_SIZE, index); in compile_branch()
6338 PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count); in compile_branch()
6349 code[1+LINK_SIZE] = OP_DEFINE; in compile_branch()
6367 code[1+LINK_SIZE] = OP_CREF; in compile_branch()
6369 PUT2(code, 2+LINK_SIZE, groupnumber); in compile_branch()
6377 code[1+LINK_SIZE] = ((PCRE2_MAJOR > pptr[2]) || in compile_branch()
6381 code[1+LINK_SIZE] = (PCRE2_MAJOR == pptr[2] && PCRE2_MINOR == pptr[3])? in compile_branch()
6529 if (code[LINK_SIZE+1] == OP_DEFINE) in compile_branch()
6537 code[LINK_SIZE+1] = OP_FALSE; in compile_branch()
6566 if (OFLOW_MAX - *lengthptr < length_prevgroup - 2 - 2*LINK_SIZE) in compile_branch()
6571 *lengthptr += length_prevgroup - 2 - 2*LINK_SIZE; in compile_branch()
6573 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch()
6575 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch()
6751 PUT(code, 1 + LINK_SIZE, pptr[2]); /* Length of next pattern item */ in compile_branch()
6752 code[1 + 2*LINK_SIZE] = pptr[3]; in compile_branch()
6768 *lengthptr += pptr[3] + (1 + 4*LINK_SIZE); in compile_branch()
6782 PCRE2_UCHAR *callout_string = code + (1 + 4*LINK_SIZE); in compile_branch()
6786 PUT(code, 1 + LINK_SIZE, pptr[2]); /* Length of next pattern item */ in compile_branch()
6794 PUT(code, 1 + 3*LINK_SIZE, (int)(offset + 1)); /* One after delimiter */ in compile_branch()
6816 PUT(code, 1 + 2*LINK_SIZE, (int)(callout_string - code)); in compile_branch()
7025 PCRE2_SIZE delta = replicate*(1 + LINK_SIZE); in compile_branch()
7027 (INT64_OR_DOUBLE)(1 + LINK_SIZE) > in compile_branch()
7039 memcpy(code, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7041 code += 1 + LINK_SIZE; in compile_branch()
7054 (void)memmove(previous + 1 + LINK_SIZE, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7056 PUT(previous, 1, 2 + 2*LINK_SIZE); in compile_branch()
7057 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()
7058 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
7059 code += 2 + 2 * LINK_SIZE; in compile_branch()
7060 length_prevgroup = 3 + 3*LINK_SIZE; in compile_branch()
7096 if (op_previous == OP_COND && previous[LINK_SIZE+1] == OP_FALSE && in compile_branch()
7164 (void)memmove(previous + 2 + LINK_SIZE, previous, CU2BYTES(len)); in compile_branch()
7165 code += 2 + LINK_SIZE; in compile_branch()
7247 PCRE2_SIZE delta = repeat_max*(length_prevgroup + 1 + 2 + 2*LINK_SIZE) - in compile_branch()
7248 2 - 2*LINK_SIZE; /* Last one doesn't nest */ in compile_branch()
7250 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE) in compile_branch()
7326 PCRE2_UCHAR *ketcode = code - 1 - LINK_SIZE; in compile_branch()
7367 (void)memmove(bracode + 1 + LINK_SIZE, bracode, CU2BYTES(nlen)); in compile_branch()
7368 code += 1 + LINK_SIZE; in compile_branch()
7369 nlen += 1 + LINK_SIZE; in compile_branch()
7640 (void)memmove(tempcode + 1 + LINK_SIZE, tempcode, CU2BYTES(len)); in compile_branch()
7641 code += 1 + LINK_SIZE; in compile_branch()
7642 len += 1 + LINK_SIZE; in compile_branch()
7727 code += 1 + LINK_SIZE; in compile_branch()
7742 PUT2(code, 1+LINK_SIZE, meta_arg); in compile_branch()
8047 length = 2 + 2*LINK_SIZE + skipunits; in compile_regex()
8070 capnumber = GET2(code, 1 + LINK_SIZE); in compile_regex()
8080 code += 1 + LINK_SIZE + skipunits; in compile_regex()
8094 length += 1 + LINK_SIZE; in compile_regex()
8199 code += 1 + LINK_SIZE; in compile_regex()
8236 code = *codeptr + 1 + LINK_SIZE + skipunits; in compile_regex()
8237 length += 1 + LINK_SIZE; in compile_regex()
8244 code += 1 + LINK_SIZE; in compile_regex()
8323 int n = GET2(scode, 1+LINK_SIZE); in is_anchored()
8421 scode += 1 + LINK_SIZE; in is_startline()
8424 else if (*scode == OP_CALLOUT_STR) scode += GET(scode, 1 + 2*LINK_SIZE); in is_startline()
8440 scode += 1 + LINK_SIZE; in is_startline()
8461 int n = GET2(scode, 1+LINK_SIZE); in is_startline()
8542 else if (c == OP_CALLOUT_STR) code += GET(code, 1 + 2*LINK_SIZE); in find_recurse()
8695 PCRE2_SPTR scode = first_significant_code(code + 1+LINK_SIZE + xl, TRUE); in find_firstassertedcu()
10279 rcode = (PCRE2_UCHAR *)find_recurse(rcode + 1 + LINK_SIZE, utf)) in pcre2_compile()