/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | config.h | 97 #ifndef LINK_SIZE 98 #define LINK_SIZE 2 macro
|
H A D | pcre2_pattern_info.c | 402 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 D | pcre2_intmodedep.h | 104 #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 D | pcre2_study.c | 161 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 D | pcre2_internal.h | 1741 1+LINK_SIZE, /* RECURSE */ \ 1742 1+2*LINK_SIZE+1, /* CALLOUT */ \ 1744 1+LINK_SIZE, /* Alt */ \ 1745 1+LINK_SIZE, /* Ket */ \ 1746 1+LINK_SIZE, /* KetRmax */ \ 1747 1+LINK_SIZE, /* KetRmin */ \ 1748 1+LINK_SIZE, /* KetRpos */ \ 1749 1+LINK_SIZE, /* Reverse */ \ 1750 1+LINK_SIZE, /* Assert */ \ 1751 1+LINK_SIZE, /* Assert not */ \ [all …]
|
H A D | pcre2_printint.c | 410 fprintf(f, "%s %d", OP_names[*code], GET2(code, 1+LINK_SIZE)); in pcre2_printint() 644 fprintf(f, " %s %d %d %d", OP_names[*code], code[1 + 2*LINK_SIZE], in pcre2_printint() 645 GET(code, 1), GET(code, 1 + LINK_SIZE)); in pcre2_printint() 649 c = code[1 + 4*LINK_SIZE]; in pcre2_printint() 651 extra = GET(code, 1 + 2*LINK_SIZE); in pcre2_printint() 652 print_custring_bylen(f, code + 2 + 4*LINK_SIZE, extra - 3 - 4*LINK_SIZE); in pcre2_printint() 659 fprintf(f, "%c %d %d %d", c, GET(code, 1 + 3*LINK_SIZE), GET(code, 1), in pcre2_printint() 660 GET(code, 1 + LINK_SIZE)); in pcre2_printint() 687 ccode = code + LINK_SIZE + 1; in pcre2_printint()
|
H A D | pcre2_find_bracket.c | 84 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 D | pcre2_dfa_match.c | 361 (PCRE2_SIZE)GET(code, 1 + 2*LINK_SIZE + extracode); 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() 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() 2798 if (code[LINK_SIZE + 1] == OP_CALLOUT in internal_dfa_match() 2803 1 + LINK_SIZE, &callout_length); in internal_dfa_match() 2809 condcode = code[LINK_SIZE+1]; in internal_dfa_match() 2849 PCRE2_SPTR asscode = code + LINK_SIZE + 1; in internal_dfa_match() [all …]
|
H A D | pcre2_compile.c | 6175 code += LINK_SIZE; in compile_branch() 6425 code[1+LINK_SIZE]++; in compile_branch() 7149 (void)memmove(previous + 1 + LINK_SIZE, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch() 7153 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch() 7822 code += 1 + LINK_SIZE; in compile_branch() 8189 length += 1 + LINK_SIZE; in compile_regex() 8294 code += 1 + LINK_SIZE; in compile_regex() 8332 length += 1 + LINK_SIZE; in compile_regex() 8339 code += 1 + LINK_SIZE; in compile_regex() 8516 scode += 1 + LINK_SIZE; in is_startline() [all …]
|
H A D | pcre2_auto_possess.c | 578 code += GET(code, 1 + 2*LINK_SIZE); in compare_opcodes() 677 code = next_code + 1 + LINK_SIZE; in compare_opcodes() 695 next_code += 1 + LINK_SIZE; in compare_opcodes() 765 xclass_flags = (list_ptr == list ? code : base_end) - list_ptr[2] + LINK_SIZE; in compare_opcodes() 1089 list_ptr[2] + LINK_SIZE, utf)) return FALSE; in compare_opcodes() 1271 code += GET(code, 1 + 2*LINK_SIZE); in PRIV()
|
H A D | pcre2_config.c | 49 static int configured_link_size = LINK_SIZE;
|
H A D | pcre2_jit_compile.c | 842 cc += 1 + LINK_SIZE; in bracketend() 1110 cc += 1 + LINK_SIZE; in check_opcode_types() 1123 if (cc[1 + LINK_SIZE] == OP_CALLOUT || cc[1 + LINK_SIZE] == OP_CALLOUT_STR) in check_opcode_types() 1125 cc += 1 + LINK_SIZE; in check_opcode_types() 1153 cc += 1 + LINK_SIZE; in check_opcode_types() 1170 cc += 1 + LINK_SIZE; in check_opcode_types() 1682 max_end -= (1 + LINK_SIZE) + GET(max_end, -LINK_SIZE); in detect_repeat() 1790 cc += 1 + LINK_SIZE; in set_private_data_ptrs() 2014 cc += 1 + LINK_SIZE; in get_framesize() 2207 cc += 1 + LINK_SIZE; in init_frame() [all …]
|
H A D | pcre2_match.c | 318 *lengthptr - (1 + 4*LINK_SIZE) - 2; in do_callout() 842 Fecode += 1 + LINK_SIZE; in match() 5136 Fecode = Lnext_ecode + 1 + LINK_SIZE; in match() 5152 Fecode += 1 + LINK_SIZE; in match() 5187 number = GET2(Fecode, 1+LINK_SIZE); in match() 5231 Fecode += 1 + LINK_SIZE; in match() 5433 Fecode += 1 + LINK_SIZE; in match() 5481 Fecode += 1 + LINK_SIZE; in match() 5716 Fecode += 1 + LINK_SIZE; in match() 5841 number = GET2(bracode, 1+LINK_SIZE); in match() [all …]
|