• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /barrelfish-2018-10-04/lib/pcre/

Lines Matching refs:LINK_SIZE

456 first_op = this_start_code + 1 + LINK_SIZE +
478 int back = GET(end_code, 2+LINK_SIZE);
520 int back = GET(end_code, 2+LINK_SIZE);
523 int bstate = (int)(end_code - start_code + 2 + 2*LINK_SIZE);
555 int length = 1 + LINK_SIZE +
563 length = 1 + LINK_SIZE;
777 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0);
828 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
837 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE + IMM2_SIZE), 0);
841 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
852 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
859 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
2561 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf);
2682 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); }
2699 if (code[LINK_SIZE+1] == OP_CALLOUT)
2706 cb.callout_number = code[LINK_SIZE+2];
2718 cb.pattern_position = GET(code, LINK_SIZE + 3);
2719 cb.next_item_length = GET(code, 3 + 2*LINK_SIZE);
2730 condcode = code[LINK_SIZE+1];
2743 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); }
2751 int value = GET2(code, LINK_SIZE + 2);
2754 { ADD_ACTIVE(state_offset + LINK_SIZE + 2 + IMM2_SIZE, 0); }
2755 else { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); }
2763 const pcre_uchar *asscode = code + LINK_SIZE + 1;
2782 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); }
2784 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); }
2797 GET2(callpat, 1 + LINK_SIZE);
2857 ADD_NEW_DATA(-(state_offset + LINK_SIZE + 1), 0, (charcount - 1));
2861 ADD_ACTIVE(state_offset + LINK_SIZE + 1, 0);
2933 (int)(end_subpattern - start_code + LINK_SIZE + 1);
2987 (int)(end_subpattern - start_code + LINK_SIZE + 1);
3073 cb.next_item_length = GET(code, 2 + LINK_SIZE);