Lines Matching refs:LINK_SIZE

115 #define COMPILE_WORK_SIZE (2048*LINK_SIZE)
1723 register pcre_uchar *cc = code + 1 + LINK_SIZE; in find_fixedlength()
1751 cc += 1 + LINK_SIZE; in find_fixedlength()
1768 cc += 1 + LINK_SIZE; in find_fixedlength()
1792 cc += 1 + LINK_SIZE; in find_fixedlength()
2088 int n = (int)GET2(code, 1+LINK_SIZE); in PRIV()
2421 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE) in could_be_empty_branch()
3194 code = next_code + 1 + LINK_SIZE; in compare_opcodes()
3212 next_code += 1 + LINK_SIZE; in compare_opcodes()
3277 xclass_flags = (list_ptr == list ? code : base_end) - list_ptr[2] + LINK_SIZE; in compare_opcodes()
3600 list_ptr[2] + LINK_SIZE, utf)) return FALSE; in compare_opcodes()
4019 hc += LINK_SIZE) in adjust_recurse()
4038 ptr += 1 + LINK_SIZE; in adjust_recurse()
4065 PUT(code, LINK_SIZE, 0); /* Default length */ in auto_callout()
4066 return code + 2 * LINK_SIZE; in auto_callout()
4091 PUT(previous_callout, 2 + LINK_SIZE, length); in complete_callout()
4881 class_uchardata = code + LINK_SIZE + 2; /* For XCLASS items */ in compile_branch()
5503 code += LINK_SIZE; in compile_branch()
5660 memmove(previous + 1 + LINK_SIZE, previous, IN_UCHARS(1 + LINK_SIZE)); in compile_branch()
5662 PUT(previous, 1, 2 + 2*LINK_SIZE); in compile_branch()
5663 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()
5664 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
5665 code += 2 + 2 * LINK_SIZE; in compile_branch()
5666 length_prevgroup = 3 + 3*LINK_SIZE; in compile_branch()
5671 if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE) in compile_branch()
5673 int offset = GET(cd->hwm, -LINK_SIZE); in compile_branch()
5675 PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE); in compile_branch()
5940 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF) in compile_branch()
6012 adjust_recurse(previous, 2 + LINK_SIZE, utf, cd, save_hwm_offset); in compile_branch()
6013 memmove(previous + 2 + LINK_SIZE, previous, IN_UCHARS(len)); in compile_branch()
6014 code += 2 + LINK_SIZE; in compile_branch()
6088 hc += LINK_SIZE) in compile_branch()
6091 cd->hwm += LINK_SIZE; in compile_branch()
6120 int delta = repeat_max * (length_prevgroup + 1 + 2 + 2*LINK_SIZE) - in compile_branch()
6121 2 - 2*LINK_SIZE; /* Last one doesn't nest */ in compile_branch()
6123 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE) in compile_branch()
6169 hc += LINK_SIZE) in compile_branch()
6171 PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1)); in compile_branch()
6172 cd->hwm += LINK_SIZE; in compile_branch()
6221 pcre_uchar *ketcode = code - 1 - LINK_SIZE; in compile_branch()
6270 adjust_recurse(bracode, 1 + LINK_SIZE, utf, cd, save_hwm_offset); in compile_branch()
6271 memmove(bracode + 1 + LINK_SIZE, bracode, IN_UCHARS(nlen)); in compile_branch()
6272 code += 1 + LINK_SIZE; in compile_branch()
6273 nlen += 1 + LINK_SIZE; in compile_branch()
6404 adjust_recurse(tempcode, 1 + LINK_SIZE, utf, cd, save_hwm_offset); in compile_branch()
6405 memmove(tempcode + 1 + LINK_SIZE, tempcode, IN_UCHARS(len)); in compile_branch()
6406 code += 1 + LINK_SIZE; in compile_branch()
6407 len += 1 + LINK_SIZE; in compile_branch()
6453 adjust_recurse(tempcode, 1 + LINK_SIZE, utf, cd, save_hwm_offset); in compile_branch()
6454 memmove(tempcode + 1 + LINK_SIZE, tempcode, IN_UCHARS(len)); in compile_branch()
6455 code += 1 + LINK_SIZE; in compile_branch()
6456 len += 1 + LINK_SIZE; in compile_branch()
6700 code[1+LINK_SIZE] = OP_CREF; in compile_branch()
6714 code[1+LINK_SIZE] = OP_RREF; /* Change the type of test */ in compile_branch()
6807 PUT2(code, 2+LINK_SIZE, recno); in compile_branch()
6842 PUT2(code, 2+LINK_SIZE, offset); in compile_branch()
6843 PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count); in compile_branch()
6845 code[1+LINK_SIZE]++; in compile_branch()
6849 PUT2(code, 2+LINK_SIZE, recno); in compile_branch()
6881 code[1+LINK_SIZE] = OP_RREF; /* Change test type */ in compile_branch()
6882 PUT2(code, 2+LINK_SIZE, recno); in compile_branch()
6890 code[1+LINK_SIZE] = OP_DEF; in compile_branch()
6988 PUT(code, LINK_SIZE, 0); /* Default length */ in compile_branch()
6989 code += 2 * LINK_SIZE; in compile_branch()
7425 code += 1 + LINK_SIZE; in compile_branch()
7492 if (code == cd->start_code + 1 + LINK_SIZE && in compile_branch()
7493 (lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE)) in compile_branch()
7537 PUT2(code, 1+LINK_SIZE, cd->bracount); in compile_branch()
7628 if (code[LINK_SIZE+1] == OP_DEF) in compile_branch()
7668 if (OFLOW_MAX - *lengthptr < length_prevgroup - 2 - 2*LINK_SIZE) in compile_branch()
7673 *lengthptr += length_prevgroup - 2 - 2*LINK_SIZE; in compile_branch()
7675 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch()
7677 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch()
8166 length = 2 + 2*LINK_SIZE + skipbytes; in compile_regex()
8181 capnumber = GET2(code, 1 + LINK_SIZE); in compile_regex()
8191 code += 1 + LINK_SIZE + skipbytes; in compile_regex()
8210 length += 1 + LINK_SIZE; in compile_regex()
8348 code += 1 + LINK_SIZE; in compile_regex()
8360 adjust_recurse(start_bracket, 1 + LINK_SIZE, in compile_regex()
8362 memmove(start_bracket + 1 + LINK_SIZE, start_bracket, in compile_regex()
8365 code += 1 + LINK_SIZE; in compile_regex()
8369 code += 1 + LINK_SIZE; in compile_regex()
8370 length += 2 + 2*LINK_SIZE; in compile_regex()
8410 code = *codeptr + 1 + LINK_SIZE + skipbytes; in compile_regex()
8411 length += 1 + LINK_SIZE; in compile_regex()
8418 code += 1 + LINK_SIZE; in compile_regex()
8492 int n = GET2(scode, 1+LINK_SIZE); in is_anchored()
8576 scode += 1 + LINK_SIZE; in is_startline()
8591 scode += 1 + LINK_SIZE; in is_startline()
8611 int n = GET2(scode, 1+LINK_SIZE); in is_startline()
8694 const pcre_uchar *scode = first_significant_code(code + 1+LINK_SIZE + xl, in find_firstassertedchar()
9337 cd->hwm -= LINK_SIZE; in pcre_compile2()
9399 pcre_uchar *be = cc - 1 - LINK_SIZE + GET(cc, -LINK_SIZE); in pcre_compile2()
9415 cc += 1 + LINK_SIZE; in pcre_compile2()