Home
last modified time | relevance | path

Searched refs:LINK_SIZE (Results 1 – 13 of 13) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/
H A Dconfig.h97 #ifndef LINK_SIZE
98 #define LINK_SIZE 2 macro
H A Dpcre2_pattern_info.c402 cb.next_item_length = GET(cc, 1 + LINK_SIZE); in pcre2_callout_enumerate()
403 cb.callout_number = cc[1 + 2*LINK_SIZE]; in pcre2_callout_enumerate()
414 cb.next_item_length = GET(cc, 1 + LINK_SIZE); in pcre2_callout_enumerate()
416 cb.callout_string_offset = GET(cc, 1 + 3*LINK_SIZE); in pcre2_callout_enumerate()
418 GET(cc, 1 + 2*LINK_SIZE) - (1 + 4*LINK_SIZE) - 2; in pcre2_callout_enumerate()
419 cb.callout_string = cc + (1 + 4*LINK_SIZE) + 1; in pcre2_callout_enumerate()
422 cc += GET(cc, 1 + 2*LINK_SIZE); in pcre2_callout_enumerate()
H A Dpcre2_intmodedep.h104 #if LINK_SIZE == 2
112 #elif LINK_SIZE == 3
121 #elif LINK_SIZE == 4
140 #if LINK_SIZE == 2
141 #undef LINK_SIZE
142 #define LINK_SIZE 1 macro
149 #elif LINK_SIZE == 3 || LINK_SIZE == 4
150 #undef LINK_SIZE
151 #define LINK_SIZE 2 macro
167 #undef LINK_SIZE
[all …]
H A Dpcre2_study.c161 cc = cs + 1 + LINK_SIZE; in find_minlength()
172 if (cc[1+LINK_SIZE] == OP_RECURSE && cc[2*(1+LINK_SIZE)] == OP_KET) in find_minlength()
174 once_fudge = 1 + LINK_SIZE; in find_minlength()
175 cc += 1 + LINK_SIZE; in find_minlength()
191 cc += 1 + LINK_SIZE; in find_minlength()
213 cc += 1 + LINK_SIZE; in find_minlength()
240 cc += 1 + LINK_SIZE; in find_minlength()
291 cc += 1 + LINK_SIZE; in find_minlength()
1172 tcode += 1 + LINK_SIZE; in set_start_bits()
1183 tcode += 1 + LINK_SIZE; in set_start_bits()
[all …]
H A Dpcre2_internal.h1717 1+LINK_SIZE, /* RECURSE */ \
1718 1+2*LINK_SIZE+1, /* CALLOUT */ \
1720 1+LINK_SIZE, /* Alt */ \
1721 1+LINK_SIZE, /* Ket */ \
1722 1+LINK_SIZE, /* KetRmax */ \
1723 1+LINK_SIZE, /* KetRmin */ \
1724 1+LINK_SIZE, /* KetRpos */ \
1725 1+LINK_SIZE, /* Reverse */ \
1726 1+LINK_SIZE, /* Assert */ \
1727 1+LINK_SIZE, /* Assert not */ \
[all …]
H A Dpcre2_printint.c379 fprintf(f, "%s %d", OP_names[*code], GET2(code, 1+LINK_SIZE)); in pcre2_printint()
613 fprintf(f, " %s %d %d %d", OP_names[*code], code[1 + 2*LINK_SIZE], in pcre2_printint()
614 GET(code, 1), GET(code, 1 + LINK_SIZE)); in pcre2_printint()
618 c = code[1 + 4*LINK_SIZE]; in pcre2_printint()
620 extra = GET(code, 1 + 2*LINK_SIZE); in pcre2_printint()
621 print_custring_bylen(f, code + 2 + 4*LINK_SIZE, extra - 3 - 4*LINK_SIZE); in pcre2_printint()
628 fprintf(f, "%c %d %d %d", c, GET(code, 1 + 3*LINK_SIZE), GET(code, 1), in pcre2_printint()
629 GET(code, 1 + LINK_SIZE)); in pcre2_printint()
656 ccode = code + LINK_SIZE + 1; in pcre2_printint()
H A Dpcre2_find_bracket.c84 else if (c == OP_CALLOUT_STR) code += GET(code, 1 + 2*LINK_SIZE); in PRIV()
99 int n = (int)GET2(code, 1+LINK_SIZE); in PRIV()
H A Dpcre2_dfa_match.c361 (PCRE2_SIZE)GET(code, 1 + 2*LINK_SIZE + extracode); 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()
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()
2741 if (code[LINK_SIZE + 1] == OP_CALLOUT in internal_dfa_match()
2746 1 + LINK_SIZE, &callout_length); in internal_dfa_match()
2752 condcode = code[LINK_SIZE+1]; in internal_dfa_match()
2792 PCRE2_SPTR asscode = code + LINK_SIZE + 1; in internal_dfa_match()
[all …]
H A Dpcre2_compile.c6086 code += LINK_SIZE; in compile_branch()
6335 code[1+LINK_SIZE]++; in compile_branch()
7054 (void)memmove(previous + 1 + LINK_SIZE, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7058 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
7727 code += 1 + LINK_SIZE; in compile_branch()
8094 length += 1 + LINK_SIZE; in compile_regex()
8199 code += 1 + LINK_SIZE; in compile_regex()
8237 length += 1 + LINK_SIZE; in compile_regex()
8244 code += 1 + LINK_SIZE; in compile_regex()
8421 scode += 1 + LINK_SIZE; in is_startline()
[all …]
H A Dpcre2_auto_possess.c561 code += GET(code, 1 + 2*LINK_SIZE); in compare_opcodes()
660 code = next_code + 1 + LINK_SIZE; in compare_opcodes()
678 next_code += 1 + LINK_SIZE; in compare_opcodes()
748 xclass_flags = (list_ptr == list ? code : base_end) - list_ptr[2] + LINK_SIZE; in compare_opcodes()
1072 list_ptr[2] + LINK_SIZE, utf)) return FALSE; in compare_opcodes()
1254 code += GET(code, 1 + 2*LINK_SIZE); in PRIV()
H A Dpcre2_config.c49 static int configured_link_size = LINK_SIZE;
H A Dpcre2_jit_compile.c837 cc += 1 + LINK_SIZE; in bracketend()
1105 cc += 1 + LINK_SIZE; in check_opcode_types()
1118 if (cc[1 + LINK_SIZE] == OP_CALLOUT || cc[1 + LINK_SIZE] == OP_CALLOUT_STR) in check_opcode_types()
1120 cc += 1 + LINK_SIZE; in check_opcode_types()
1148 cc += 1 + LINK_SIZE; in check_opcode_types()
1165 cc += 1 + LINK_SIZE; in check_opcode_types()
1677 max_end -= (1 + LINK_SIZE) + GET(max_end, -LINK_SIZE); in detect_repeat()
1785 cc += 1 + LINK_SIZE; in set_private_data_ptrs()
2009 cc += 1 + LINK_SIZE; in get_framesize()
2202 cc += 1 + LINK_SIZE; in init_frame()
[all …]
H A Dpcre2_match.c316 *lengthptr - (1 + 4*LINK_SIZE) - 2; in do_callout()
828 Fecode += 1 + LINK_SIZE; in match()
4929 Fecode = Lnext_ecode + 1 + LINK_SIZE; in match()
4945 Fecode += 1 + LINK_SIZE; in match()
4980 number = GET2(Fecode, 1+LINK_SIZE); in match()
5024 Fecode += 1 + LINK_SIZE; in match()
5226 Fecode += 1 + LINK_SIZE; in match()
5274 Fecode += 1 + LINK_SIZE; in match()
5509 Fecode += 1 + LINK_SIZE; in match()
5634 number = GET2(bracode, 1+LINK_SIZE); in match()
[all …]

Completed in 108 milliseconds