Lines Matching refs:LINK_SIZE

361   (PCRE2_SIZE)GET(code, 1 + 2*LINK_SIZE + extracode);  in do_callout_dfa()
372 cb->next_item_length = GET(code, 1 + LINK_SIZE + extracode); in do_callout_dfa()
376 cb->callout_number = code[1 + 2*LINK_SIZE + extracode]; in do_callout_dfa()
384 cb->callout_string_offset = GET(code, 1 + 3*LINK_SIZE + extracode); in do_callout_dfa()
385 cb->callout_string = code + (1 + 4*LINK_SIZE + extracode) + 1; in do_callout_dfa()
386 cb->callout_string_length = *lengthptr - (1 + 4*LINK_SIZE) - 2; in do_callout_dfa()
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()
2645 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf); in internal_dfa_match()
2783 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); } in internal_dfa_match()
2798 if (code[LINK_SIZE + 1] == OP_CALLOUT in internal_dfa_match()
2799 || code[LINK_SIZE + 1] == OP_CALLOUT_STR) in internal_dfa_match()
2803 1 + LINK_SIZE, &callout_length); in internal_dfa_match()
2809 condcode = code[LINK_SIZE+1]; in internal_dfa_match()
2822 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()
2827 { ADD_ACTIVE(state_offset + LINK_SIZE + 2, 0); } in internal_dfa_match()
2835 unsigned int value = GET2(code, LINK_SIZE + 2); in internal_dfa_match()
2838 { ADD_ACTIVE(state_offset + LINK_SIZE + 2 + IMM2_SIZE, 0); } in internal_dfa_match()
2839 else { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()
2849 PCRE2_SPTR asscode = code + LINK_SIZE + 1; in internal_dfa_match()
2883 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); } in internal_dfa_match()
2885 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()
2900 GET2(callpat, 1 + LINK_SIZE); in internal_dfa_match()
2967 ADD_NEW_DATA(-(state_offset + LINK_SIZE + 1), 0, in internal_dfa_match()
2972 ADD_ACTIVE(state_offset + LINK_SIZE + 1, 0); in internal_dfa_match()
3059 (int)(end_subpattern - start_code + LINK_SIZE + 1); in internal_dfa_match()
3128 (int)(end_subpattern - start_code + LINK_SIZE + 1); in internal_dfa_match()