Lines Matching refs:LINK_SIZE

115 #define COMPILE_WORK_SIZE (2048*LINK_SIZE)
1744 register pcre_uchar *cc = code + 1 + LINK_SIZE; in find_fixedlength()
1771 cc += 1 + LINK_SIZE; in find_fixedlength()
1788 cc += 1 + LINK_SIZE; in find_fixedlength()
1804 cc += 1 + LINK_SIZE; in find_fixedlength()
2095 int n = (int)GET2(code, 1+LINK_SIZE); in PRIV()
2397 for (scode = cd->start_workspace; scode < cd->hwm; scode += LINK_SIZE) in could_be_empty_branch()
2821 for (hc = save_hwm; hc < cd->hwm; hc += LINK_SIZE) in adjust_recurse()
2840 ptr += 1 + LINK_SIZE; in adjust_recurse()
2867 PUT(code, LINK_SIZE, 0); /* Default length */ in auto_callout()
2868 return code + 2 * LINK_SIZE; in auto_callout()
2893 PUT(previous_callout, 2 + LINK_SIZE, length); in complete_callout()
4116 class_uchardata = code + LINK_SIZE + 2; /* For XCLASS items */ in compile_branch()
4669 code += LINK_SIZE; in compile_branch()
4789 memmove(previous + 1 + LINK_SIZE, previous, IN_UCHARS(1 + LINK_SIZE)); in compile_branch()
4791 PUT(previous, 1, 2 + 2*LINK_SIZE); in compile_branch()
4792 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()
4793 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
4794 code += 2 + 2 * LINK_SIZE; in compile_branch()
4795 length_prevgroup = 3 + 3*LINK_SIZE; in compile_branch()
4800 if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE) in compile_branch()
4802 int offset = GET(cd->hwm, -LINK_SIZE); in compile_branch()
4804 PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE); in compile_branch()
5109 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF) in compile_branch()
5181 adjust_recurse(previous, 2 + LINK_SIZE, utf, cd, save_hwm); in compile_branch()
5182 memmove(previous + 2 + LINK_SIZE, previous, IN_UCHARS(len)); in compile_branch()
5183 code += 2 + LINK_SIZE; in compile_branch()
5258 for (hc = save_hwm; hc < this_hwm; hc += LINK_SIZE) in compile_branch()
5261 cd->hwm += LINK_SIZE; in compile_branch()
5290 int delta = repeat_max * (length_prevgroup + 1 + 2 + 2*LINK_SIZE) - in compile_branch()
5291 2 - 2*LINK_SIZE; /* Last one doesn't nest */ in compile_branch()
5293 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE) in compile_branch()
5340 for (hc = save_hwm; hc < this_hwm; hc += LINK_SIZE) in compile_branch()
5342 PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1)); in compile_branch()
5343 cd->hwm += LINK_SIZE; in compile_branch()
5392 pcre_uchar *ketcode = code - 1 - LINK_SIZE; in compile_branch()
5441 adjust_recurse(bracode, 1 + LINK_SIZE, utf, cd, save_hwm); in compile_branch()
5442 memmove(bracode + 1 + LINK_SIZE, bracode, IN_UCHARS(nlen)); in compile_branch()
5443 code += 1 + LINK_SIZE; in compile_branch()
5444 nlen += 1 + LINK_SIZE; in compile_branch()
5557 adjust_recurse(tempcode, 1 + LINK_SIZE, utf, cd, save_hwm); in compile_branch()
5558 memmove(tempcode + 1 + LINK_SIZE, tempcode, IN_UCHARS(len)); in compile_branch()
5559 code += 1 + LINK_SIZE; in compile_branch()
5560 len += 1 + LINK_SIZE; in compile_branch()
5777 code[1+LINK_SIZE] = OP_CREF; in compile_branch()
5787 code[1+LINK_SIZE] = OP_RREF; /* Change the type of test */ in compile_branch()
5860 PUT2(code, 2+LINK_SIZE, recno); in compile_branch()
5882 PUT2(code, 2+LINK_SIZE, recno); in compile_branch()
5883 code[1+LINK_SIZE]++; in compile_branch()
5891 PUT2(code, 2+LINK_SIZE, i); in compile_branch()
5892 code[1+LINK_SIZE]++; in compile_branch()
5923 code[1+LINK_SIZE] = OP_RREF; /* Change test type */ in compile_branch()
5924 PUT2(code, 2+LINK_SIZE, recno); in compile_branch()
5932 code[1+LINK_SIZE] = OP_DEF; in compile_branch()
5941 PUT2(code, 2+LINK_SIZE, recno); in compile_branch()
6031 PUT(code, LINK_SIZE, 0); /* Default length */ in compile_branch()
6032 code += 2 * LINK_SIZE; in compile_branch()
6416 code += 1 + LINK_SIZE; in compile_branch()
6483 if (code == cd->start_code + 1 + LINK_SIZE && in compile_branch()
6484 (lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE)) in compile_branch()
6528 PUT2(code, 1+LINK_SIZE, cd->bracount); in compile_branch()
6598 if (code[LINK_SIZE+1] == OP_DEF) in compile_branch()
6638 if (OFLOW_MAX - *lengthptr < length_prevgroup - 2 - 2*LINK_SIZE) in compile_branch()
6643 *lengthptr += length_prevgroup - 2 - 2*LINK_SIZE; in compile_branch()
6645 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch()
6647 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch()
7132 length = 2 + 2*LINK_SIZE + skipbytes; in compile_regex()
7147 capnumber = GET2(code, 1 + LINK_SIZE); in compile_regex()
7157 code += 1 + LINK_SIZE + skipbytes; in compile_regex()
7176 length += 1 + LINK_SIZE; in compile_regex()
7314 code += 1 + LINK_SIZE; in compile_regex()
7324 memmove(start_bracket + 1 + LINK_SIZE, start_bracket, in compile_regex()
7327 code += 1 + LINK_SIZE; in compile_regex()
7331 code += 1 + LINK_SIZE; in compile_regex()
7332 length += 2 + 2*LINK_SIZE; in compile_regex()
7372 code = *codeptr + 1 + LINK_SIZE + skipbytes; in compile_regex()
7373 length += 1 + LINK_SIZE; in compile_regex()
7380 code += 1 + LINK_SIZE; in compile_regex()
7454 int n = GET2(scode, 1+LINK_SIZE); in is_anchored()
7538 scode += 1 + LINK_SIZE; in is_startline()
7552 scode += 1 + LINK_SIZE; in is_startline()
7572 int n = GET2(scode, 1+LINK_SIZE); in is_startline()
7654 const pcre_uchar *scode = first_significant_code(code + 1+LINK_SIZE + xl, in find_firstassertedchar()
8157 cd->hwm -= LINK_SIZE; in pcre_compile2()
8204 pcre_uchar *be = cc - 1 - LINK_SIZE + GET(cc, -LINK_SIZE); in pcre_compile2()
8220 cc += 1 + LINK_SIZE; in pcre_compile2()