Lines Matching refs:LINK_SIZE
361 (PCRE2_SIZE)GET(code, 1 + 2*LINK_SIZE + extracode); in do_callout()
372 cb->next_item_length = GET(code, 1 + LINK_SIZE + extracode); in do_callout()
376 cb->callout_number = code[1 + 2*LINK_SIZE + extracode]; in do_callout()
384 cb->callout_string_offset = GET(code, 1 + 3*LINK_SIZE + extracode); in do_callout()
385 cb->callout_string = code + (1 + 4*LINK_SIZE + extracode) + 1; in do_callout()
386 cb->callout_string_length = *lengthptr - (1 + 4*LINK_SIZE) - 2; in do_callout()
592 size_t back = (size_t)GET(end_code, 2+LINK_SIZE); in internal_dfa_match()
636 uint32_t revlen = (end_code[1+LINK_SIZE] == OP_REVERSE)? 1 + LINK_SIZE : 0; in internal_dfa_match()
637 size_t back = (revlen == 0)? 0 : (size_t)GET(end_code, 2+LINK_SIZE); in internal_dfa_match()
640 int bstate = (int)(end_code - start_code + 1 + LINK_SIZE + revlen); in internal_dfa_match()
672 int length = 1 + LINK_SIZE + in internal_dfa_match()
680 length = 1 + LINK_SIZE; in internal_dfa_match()
873 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0); in internal_dfa_match()
917 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
926 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE + IMM2_SIZE), 0); in internal_dfa_match()
930 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
941 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
948 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
2588 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf); in internal_dfa_match()
2726 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); } in internal_dfa_match()
2741 if (code[LINK_SIZE + 1] == OP_CALLOUT in internal_dfa_match()
2742 || code[LINK_SIZE + 1] == OP_CALLOUT_STR) in internal_dfa_match()
2746 1 + LINK_SIZE, &callout_length); in internal_dfa_match()
2752 condcode = code[LINK_SIZE+1]; in internal_dfa_match()
2765 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()
2770 { ADD_ACTIVE(state_offset + LINK_SIZE + 2, 0); } in internal_dfa_match()
2778 unsigned int value = GET2(code, LINK_SIZE + 2); in internal_dfa_match()
2781 { ADD_ACTIVE(state_offset + LINK_SIZE + 2 + IMM2_SIZE, 0); } in internal_dfa_match()
2782 else { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()
2792 PCRE2_SPTR asscode = code + LINK_SIZE + 1; in internal_dfa_match()
2826 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); } in internal_dfa_match()
2828 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()
2843 GET2(callpat, 1 + LINK_SIZE); in internal_dfa_match()
2910 ADD_NEW_DATA(-(state_offset + LINK_SIZE + 1), 0, in internal_dfa_match()
2915 ADD_ACTIVE(state_offset + LINK_SIZE + 1, 0); in internal_dfa_match()
3002 (int)(end_subpattern - start_code + LINK_SIZE + 1); in internal_dfa_match()
3071 (int)(end_subpattern - start_code + LINK_SIZE + 1); in internal_dfa_match()