Lines Matching refs:LINK_SIZE

354   (PCRE2_SIZE)GET(code, 1 + 2*LINK_SIZE + extracode);  in do_callout()
365 cb->next_item_length = GET(code, 1 + LINK_SIZE + extracode); in do_callout()
369 cb->callout_number = code[1 + 2*LINK_SIZE + extracode]; in do_callout()
377 cb->callout_string_offset = GET(code, 1 + 3*LINK_SIZE + extracode); in do_callout()
378 cb->callout_string = code + (1 + 4*LINK_SIZE + extracode) + 1; in do_callout()
379 cb->callout_string_length = *lengthptr - (1 + 4*LINK_SIZE) - 2; in do_callout()
580 size_t back = (size_t)GET(end_code, 2+LINK_SIZE); in internal_dfa_match()
624 uint32_t revlen = (end_code[1+LINK_SIZE] == OP_REVERSE)? 1 + LINK_SIZE : 0; in internal_dfa_match()
625 size_t back = (revlen == 0)? 0 : (size_t)GET(end_code, 2+LINK_SIZE); in internal_dfa_match()
628 int bstate = (int)(end_code - start_code + 1 + LINK_SIZE + revlen); in internal_dfa_match()
660 int length = 1 + LINK_SIZE + in internal_dfa_match()
668 length = 1 + LINK_SIZE; in internal_dfa_match()
861 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0); in internal_dfa_match()
905 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
914 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE + IMM2_SIZE), 0); in internal_dfa_match()
918 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
929 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
936 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
2574 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf); in internal_dfa_match()
2712 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); } in internal_dfa_match()
2727 if (code[LINK_SIZE + 1] == OP_CALLOUT in internal_dfa_match()
2728 || code[LINK_SIZE + 1] == OP_CALLOUT_STR) in internal_dfa_match()
2732 1 + LINK_SIZE, &callout_length); in internal_dfa_match()
2738 condcode = code[LINK_SIZE+1]; in internal_dfa_match()
2751 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()
2756 { ADD_ACTIVE(state_offset + LINK_SIZE + 2 + IMM2_SIZE, 0); } in internal_dfa_match()
2764 unsigned int value = GET2(code, LINK_SIZE + 2); in internal_dfa_match()
2767 { ADD_ACTIVE(state_offset + LINK_SIZE + 2 + IMM2_SIZE, 0); } in internal_dfa_match()
2768 else { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()
2778 PCRE2_SPTR asscode = code + LINK_SIZE + 1; in internal_dfa_match()
2812 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); } in internal_dfa_match()
2814 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()
2829 GET2(callpat, 1 + LINK_SIZE); in internal_dfa_match()
2896 ADD_NEW_DATA(-(state_offset + LINK_SIZE + 1), 0, in internal_dfa_match()
2901 ADD_ACTIVE(state_offset + LINK_SIZE + 1, 0); in internal_dfa_match()
2988 (int)(end_subpattern - start_code + LINK_SIZE + 1); in internal_dfa_match()
3057 (int)(end_subpattern - start_code + LINK_SIZE + 1); in internal_dfa_match()