Home | History | Annotate | Download | only in dist

Lines Matching refs:LINK_SIZE

106 end. Each entry in this list occupies LINK_SIZE bytes, so even when LINK_SIZE
112 minimum is now also defined in terms of LINK_SIZE so that the use of malloc()
115 #define COMPILE_WORK_SIZE (2048*LINK_SIZE)
1742 register pcre_uchar *cc = code + 1 + LINK_SIZE;
1770 cc += 1 + LINK_SIZE;
1787 cc += 1 + LINK_SIZE;
1811 cc += 1 + LINK_SIZE;
1821 cc += 1 + LINK_SIZE;
2107 int n = (int)GET2(code, 1+LINK_SIZE);
2440 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE)
3213 code = next_code + 1 + LINK_SIZE;
3231 next_code += 1 + LINK_SIZE;
3296 xclass_flags = (list_ptr == list ? code : base_end) - list_ptr[2] + LINK_SIZE;
3619 list_ptr[2] + LINK_SIZE, utf)) return FALSE;
4030 hc += LINK_SIZE)
4045 ptr += 1 + LINK_SIZE;
4051 hc += LINK_SIZE)
4081 PUT(code, LINK_SIZE, 0); /* Default length */
4082 return code + 2 * LINK_SIZE;
4107 PUT(previous_callout, 2 + LINK_SIZE, length);
4898 class_uchardata = code + LINK_SIZE + 2; /* For XCLASS items */
5545 code += LINK_SIZE;
5702 memmove(previous + 1 + LINK_SIZE, previous, IN_UCHARS(1 + LINK_SIZE));
5704 PUT(previous, 1, 2 + 2*LINK_SIZE);
5705 previous[2 + 2*LINK_SIZE] = OP_KET;
5706 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE);
5707 code += 2 + 2 * LINK_SIZE;
5708 length_prevgroup = 3 + 3*LINK_SIZE;
5713 if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE)
5715 int offset = GET(cd->hwm, -LINK_SIZE);
5717 PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE);
5982 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF)
6054 adjust_recurse(previous, 2 + LINK_SIZE, utf, cd, item_hwm_offset);
6055 memmove(previous + 2 + LINK_SIZE, previous, IN_UCHARS(len));
6056 code += 2 + LINK_SIZE;
6130 hc += LINK_SIZE)
6133 cd->hwm += LINK_SIZE;
6162 int delta = repeat_max * (length_prevgroup + 1 + 2 + 2*LINK_SIZE) -
6163 2 - 2*LINK_SIZE; /* Last one doesn't nest */
6165 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE)
6211 hc += LINK_SIZE)
6213 PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1));
6214 cd->hwm += LINK_SIZE;
6263 pcre_uchar *ketcode = code - 1 - LINK_SIZE;
6318 adjust_recurse(bracode, 1 + LINK_SIZE, utf, cd, item_hwm_offset);
6319 memmove(bracode + 1 + LINK_SIZE, bracode, IN_UCHARS(nlen));
6320 code += 1 + LINK_SIZE;
6321 nlen += 1 + LINK_SIZE;
6452 adjust_recurse(tempcode, 1 + LINK_SIZE, utf, cd, item_hwm_offset);
6453 memmove(tempcode + 1 + LINK_SIZE, tempcode, IN_UCHARS(len));
6454 code += 1 + LINK_SIZE;
6455 len += 1 + LINK_SIZE;
6501 adjust_recurse(tempcode, 1 + LINK_SIZE, utf, cd, item_hwm_offset);
6502 memmove(tempcode + 1 + LINK_SIZE, tempcode, IN_UCHARS(len));
6503 code += 1 + LINK_SIZE;
6504 len += 1 + LINK_SIZE;
6757 code[1+LINK_SIZE] = OP_CREF;
6771 code[1+LINK_SIZE] = OP_RREF; /* Change the type of test */
6870 PUT2(code, 2+LINK_SIZE, recno);
6905 PUT2(code, 2+LINK_SIZE, offset);
6906 PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count);
6908 code[1+LINK_SIZE]++;
6912 PUT2(code, 2+LINK_SIZE, recno);
6949 code[1+LINK_SIZE] = OP_RREF; /* Change test type */
6950 PUT2(code, 2+LINK_SIZE, recno);
6958 code[1+LINK_SIZE] = OP_DEF;
7056 PUT(code, LINK_SIZE, 0); /* Default length */
7057 code += 2 * LINK_SIZE;
7261 *lengthptr += 2 + 2*LINK_SIZE;
7270 if (cd->dupgroups) *lengthptr += 4 + 4*LINK_SIZE;
7543 code += 1 + LINK_SIZE;
7594 If the code pointer is not (cd->start_code + 1 + LINK_SIZE), we are
7610 if (code == cd->start_code + 1 + LINK_SIZE &&
7611 (lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE))
7655 PUT2(code, 1+LINK_SIZE, cd->bracount);
7750 if (code[LINK_SIZE+1] == OP_DEF)
7790 if (OFLOW_MAX - *lengthptr < length_prevgroup - 2 - 2*LINK_SIZE)
7795 *lengthptr += length_prevgroup - 2 - 2*LINK_SIZE;
7797 PUTINC(code, 0, 1 + LINK_SIZE);
7799 PUTINC(code, 0, 1 + LINK_SIZE);
8292 length = 2 + 2*LINK_SIZE + skipbytes;
8296 them global. It tests the value of length for (2 + 2*LINK_SIZE) in the
8307 capnumber = GET2(code, 1 + LINK_SIZE);
8317 code += 1 + LINK_SIZE + skipbytes;
8336 length += 1 + LINK_SIZE;
8474 code += 1 + LINK_SIZE;
8486 adjust_recurse(start_bracket, 1 + LINK_SIZE,
8488 memmove(start_bracket + 1 + LINK_SIZE, start_bracket,
8491 code += 1 + LINK_SIZE;
8495 code += 1 + LINK_SIZE;
8496 length += 2 + 2*LINK_SIZE;
8536 code = *codeptr + 1 + LINK_SIZE + skipbytes;
8537 length += 1 + LINK_SIZE;
8544 code += 1 + LINK_SIZE;
8618 int n = GET2(scode, 1+LINK_SIZE);
8702 scode += 1 + LINK_SIZE;
8717 scode += 1 + LINK_SIZE;
8737 int n = GET2(scode, 1+LINK_SIZE);
8820 const pcre_uchar *scode = first_significant_code(code + 1+LINK_SIZE + xl,
9464 cd->hwm -= LINK_SIZE;
9536 pcre_uchar *be = cc - 1 - LINK_SIZE + GET(cc, -LINK_SIZE);
9552 cc += 1 + LINK_SIZE;