Lines Matching refs:LINK_SIZE

363   (PCRE2_SIZE)GET(code, 1 + 2*LINK_SIZE + extracode);  in do_callout_dfa()
374 cb->next_item_length = GET(code, 1 + LINK_SIZE + extracode); in do_callout_dfa()
378 cb->callout_number = code[1 + 2*LINK_SIZE + extracode]; in do_callout_dfa()
386 cb->callout_string_offset = GET(code, 1 + 3*LINK_SIZE + extracode); in do_callout_dfa()
387 cb->callout_string = code + (1 + 4*LINK_SIZE + extracode) + 1; in do_callout_dfa()
388 cb->callout_string_length = *lengthptr - (1 + 4*LINK_SIZE) - 2; in do_callout_dfa()
594 size_t back = (size_t)GET2(end_code, 2+LINK_SIZE); in internal_dfa_match()
638 uint32_t revlen = (end_code[1+LINK_SIZE] == OP_REVERSE)? 1 + IMM2_SIZE : 0; in internal_dfa_match()
639 size_t back = (revlen == 0)? 0 : (size_t)GET2(end_code, 2+LINK_SIZE); in internal_dfa_match()
642 int bstate = (int)(end_code - start_code + 1 + LINK_SIZE + revlen); in internal_dfa_match()
674 int length = 1 + LINK_SIZE + in internal_dfa_match()
682 length = 1 + LINK_SIZE; in internal_dfa_match()
875 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0); in internal_dfa_match()
919 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
928 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE + IMM2_SIZE), 0); in internal_dfa_match()
932 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
943 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
950 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
2692 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf); in internal_dfa_match()
2830 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); } in internal_dfa_match()
2845 if (code[LINK_SIZE + 1] == OP_CALLOUT in internal_dfa_match()
2846 || code[LINK_SIZE + 1] == OP_CALLOUT_STR) in internal_dfa_match()
2850 1 + LINK_SIZE, &callout_length); in internal_dfa_match()
2856 condcode = code[LINK_SIZE+1]; in internal_dfa_match()
2869 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()
2874 { ADD_ACTIVE(state_offset + LINK_SIZE + 2, 0); } in internal_dfa_match()
2882 unsigned int value = GET2(code, LINK_SIZE + 2); in internal_dfa_match()
2885 { ADD_ACTIVE(state_offset + LINK_SIZE + 2 + IMM2_SIZE, 0); } in internal_dfa_match()
2886 else { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()
2896 PCRE2_SPTR asscode = code + LINK_SIZE + 1; in internal_dfa_match()
2930 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); } in internal_dfa_match()
2932 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()
2946 GET2(callpat, 1 + LINK_SIZE); in internal_dfa_match()
3019 ADD_NEW_DATA(-(state_offset + LINK_SIZE + 1), 0, in internal_dfa_match()
3024 ADD_ACTIVE(state_offset + LINK_SIZE + 1, 0); in internal_dfa_match()
3111 (int)(end_subpattern - start_code + LINK_SIZE + 1); in internal_dfa_match()
3180 (int)(end_subpattern - start_code + LINK_SIZE + 1); in internal_dfa_match()