/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_internal.h | 1685 2+IMM2_SIZE, 2+IMM2_SIZE, /* upto, minupto ** mode */ \ 1686 2+IMM2_SIZE, /* exact */ \ 1687 2, 2, 2, 2+IMM2_SIZE, /* *+, ++, ?+, upto+ */ \ 1689 2+IMM2_SIZE, 2+IMM2_SIZE, /* upto I, minupto I */ \ 1690 2+IMM2_SIZE, /* exact I */ \ 1694 2+IMM2_SIZE, 2+IMM2_SIZE, /* NOT upto, minupto */ \ 1698 2+IMM2_SIZE, 2+IMM2_SIZE, /* NOT upto I, minupto I */ \ 1703 2+IMM2_SIZE, 2+IMM2_SIZE, /* Type upto, minupto */ \ 1708 1+2*IMM2_SIZE, 1+2*IMM2_SIZE, /* CRRANGE, CRMINRANGE */ \ 1744 1+IMM2_SIZE, 1+2*IMM2_SIZE, /* CREF, DNCREF */ \ [all …]
|
H A D | pcre2_printint.c | 417 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE; in pcre2_printint() 420 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre2_printint() 434 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE; in pcre2_printint() 437 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre2_printint() 504 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre2_printint() 516 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in pcre2_printint() 518 print_prop(f, code + IMM2_SIZE + 1, " ", " "); in pcre2_printint() 521 else fprintf(f, " %s", OP_names[code[1 + IMM2_SIZE]]); in pcre2_printint() 576 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre2_printint() 607 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre2_printint() [all …]
|
H A D | pcre2_study.c | 334 cc += 2 + IMM2_SIZE; in find_minlength() 342 cc += 2 + IMM2_SIZE + ((cc[1 + IMM2_SIZE] == OP_PROP in find_minlength() 406 if (cc[1 + IMM2_SIZE] == OP_PROP in find_minlength() 448 cc += 1 + 2 * IMM2_SIZE; in find_minlength() 478 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength() 539 cc += 1 + 2*IMM2_SIZE; in find_minlength() 593 cc += 1 + IMM2_SIZE; in find_minlength() 621 cc += 1 + 2 * IMM2_SIZE; in find_minlength() 1231 tcode += IMM2_SIZE; in set_start_bits() 1242 tcode += IMM2_SIZE; in set_start_bits() [all …]
|
H A D | pcre2_dfa_match.c | 131 1+IMM2_SIZE, 1+IMM2_SIZE, /* upto, minupto */ 135 1+IMM2_SIZE, 1+IMM2_SIZE, /* upto I, minupto I */ 140 1+IMM2_SIZE, 1+IMM2_SIZE, /* NOT upto, minupto */ 144 1+IMM2_SIZE, 1+IMM2_SIZE, /* NOT upto I, minupto I */ 149 1+IMM2_SIZE, 1+IMM2_SIZE, /* Type upto, minupto */ 675 ? IMM2_SIZE:0); in internal_dfa_match() 1384 ADD_ACTIVE(state_offset + 2 + IMM2_SIZE, 0); in internal_dfa_match() 1938 switch(code[1 + IMM2_SIZE + 1]) in internal_dfa_match() 1958 OK = prop->script == code[1 + IMM2_SIZE + 2]; in internal_dfa_match() 2036 { ADD_ACTIVE(state_offset + 2 + IMM2_SIZE, 0); } in internal_dfa_match() [all …]
|
H A D | pcre2_find_bracket.c | 129 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
|
H A D | pcre2_substring.c | 492 int c = PRIV(strcmp)(stringname, entry + IMM2_SIZE); in pcre2_substring_nametable_scan() 502 if (PRIV(strcmp)(stringname, (first - entrysize + IMM2_SIZE)) != 0) break; in pcre2_substring_nametable_scan() 507 if (PRIV(strcmp)(stringname, (last + entrysize + IMM2_SIZE)) != 0) break; in pcre2_substring_nametable_scan()
|
H A D | pcre2_intmodedep.h | 71 #undef IMM2_SIZE 193 #define IMM2_SIZE 2 macro 198 #define IMM2_SIZE 1 macro 548 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE
|
H A D | pcre2_auto_possess.c | 334 code += IMM2_SIZE; in get_chr_property_list() 487 end += 1 + 2 * IMM2_SIZE; in get_chr_property_list() 1249 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
|
H A D | pcre2_match.c | 1125 Fecode += 1 + IMM2_SIZE; in match() 1133 Fecode += 1 + IMM2_SIZE; in match() 1141 Fecode += 1 + IMM2_SIZE; in match() 1149 Fecode += 1 + IMM2_SIZE; in match() 1479 Fecode += 1 + IMM2_SIZE; in match() 1487 Fecode += 1 + IMM2_SIZE; in match() 1495 Fecode += 1 + IMM2_SIZE; in match() 1527 Fecode += 1 + IMM2_SIZE; in match() 2553 Fecode += 1 + IMM2_SIZE; in match() 2561 Fecode += 1 + IMM2_SIZE; in match() [all …]
|
H A D | pcre2_compile.c | 5234 slot[IMM2_SIZE+length] == 0) break; in find_dupname_details() 5263 (slot+IMM2_SIZE)[length] != 0) break; in find_dupname_details() 6273 skipunits = 1+IMM2_SIZE; in compile_branch() 6315 skipunits = 1+IMM2_SIZE; in compile_branch() 6336 skipunits = 1+2*IMM2_SIZE; in compile_branch() 6368 skipunits = 1+IMM2_SIZE; in compile_branch() 7741 skipunits = IMM2_SIZE; in compile_branch() 8569 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse() 8722 scode += IMM2_SIZE; in find_firstassertedcu() 8735 scode += IMM2_SIZE; in find_firstassertedcu() [all …]
|
H A D | pcre2_jit_compile.c | 1097 cc += 1 + IMM2_SIZE; in check_opcode_types() 1350 cc += IMM2_SIZE; in detect_early_fail() 1413 cc += IMM2_SIZE; in detect_early_fail() 1868 if (cc[1 + IMM2_SIZE] != OP_ANYNL && cc[1 + IMM2_SIZE] != OP_EXTUNI) in set_private_data_ptrs() 5490 cc += IMM2_SIZE; in scan_prefix() 9214 cc += IMM2_SIZE; in compile_ref_iterator_matchingpath() 9242 max = GET2(cc, 1 + IMM2_SIZE + 1 + IMM2_SIZE); in compile_ref_iterator_matchingpath() 9243 cc += 1 + IMM2_SIZE + 1 + 2 * IMM2_SIZE; in compile_ref_iterator_matchingpath() 11166 cc += IMM2_SIZE; in get_iterator_parameters() 11184 cc += IMM2_SIZE; in get_iterator_parameters() [all …]
|
H A D | pcre2_serialize.c | 233 dst_re->name_entry_size > MAX_NAME_SIZE + IMM2_SIZE + 1 || in pcre2_serialize_decode()
|