Home
last modified time | relevance | path

Searched refs:IMM2_SIZE (Results 1 – 12 of 12) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_internal.h1709 2+IMM2_SIZE, 2+IMM2_SIZE, /* upto, minupto ** mode */ \
1710 2+IMM2_SIZE, /* exact */ \
1711 2, 2, 2, 2+IMM2_SIZE, /* *+, ++, ?+, upto+ */ \
1713 2+IMM2_SIZE, 2+IMM2_SIZE, /* upto I, minupto I */ \
1714 2+IMM2_SIZE, /* exact I */ \
1718 2+IMM2_SIZE, 2+IMM2_SIZE, /* NOT upto, minupto */ \
1722 2+IMM2_SIZE, 2+IMM2_SIZE, /* NOT upto I, minupto I */ \
1727 2+IMM2_SIZE, 2+IMM2_SIZE, /* Type upto, minupto */ \
1732 1+2*IMM2_SIZE, 1+2*IMM2_SIZE, /* CRRANGE, CRMINRANGE */ \
1768 1+IMM2_SIZE, 1+2*IMM2_SIZE, /* CREF, DNCREF */ \
[all …]
H A Dpcre2_printint.c448 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE; in pcre2_printint()
451 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre2_printint()
465 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE; in pcre2_printint()
468 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre2_printint()
535 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre2_printint()
547 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in pcre2_printint()
549 print_prop(f, code + IMM2_SIZE + 1, " ", " "); in pcre2_printint()
552 else fprintf(f, " %s", OP_names[code[1 + IMM2_SIZE]]); in pcre2_printint()
607 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre2_printint()
638 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre2_printint()
[all …]
H A Dpcre2_study.c334 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 Dpcre2_dfa_match.c131 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()
1398 ADD_ACTIVE(state_offset + 2 + IMM2_SIZE, 0); in internal_dfa_match()
1980 switch(code[1 + IMM2_SIZE + 1]) in internal_dfa_match()
2000 OK = prop->script == code[1 + IMM2_SIZE + 2]; in internal_dfa_match()
2006 code[1 + IMM2_SIZE + 2]) != 0); in internal_dfa_match()
[all …]
H A Dpcre2_find_bracket.c129 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
H A Dpcre2_substring.c492 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 Dpcre2_intmodedep.h71 #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 Dpcre2_auto_possess.c351 code += IMM2_SIZE; in get_chr_property_list()
504 end += 1 + 2 * IMM2_SIZE; in get_chr_property_list()
1266 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
H A Dpcre2_match.c1140 Fecode += 1 + IMM2_SIZE; in match()
1148 Fecode += 1 + IMM2_SIZE; in match()
1156 Fecode += 1 + IMM2_SIZE; in match()
1164 Fecode += 1 + IMM2_SIZE; in match()
1494 Fecode += 1 + IMM2_SIZE; in match()
1502 Fecode += 1 + IMM2_SIZE; in match()
1510 Fecode += 1 + IMM2_SIZE; in match()
1542 Fecode += 1 + IMM2_SIZE; in match()
2590 Fecode += 1 + IMM2_SIZE; in match()
2598 Fecode += 1 + IMM2_SIZE; in match()
[all …]
H A Dpcre2_compile.c5321 slot[IMM2_SIZE+length] == 0) break; in find_dupname_details()
5350 (slot+IMM2_SIZE)[length] != 0) break; in find_dupname_details()
6363 skipunits = 1+IMM2_SIZE; in compile_branch()
6405 skipunits = 1+IMM2_SIZE; in compile_branch()
6426 skipunits = 1+2*IMM2_SIZE; in compile_branch()
6458 skipunits = 1+IMM2_SIZE; in compile_branch()
7836 skipunits = IMM2_SIZE; in compile_branch()
8664 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()
8816 scode += IMM2_SIZE; in find_firstassertedcu()
8829 scode += IMM2_SIZE; in find_firstassertedcu()
[all …]
H A Dpcre2_jit_compile.c1102 cc += 1 + IMM2_SIZE; in check_opcode_types()
1355 cc += IMM2_SIZE; in detect_early_fail()
1418 cc += IMM2_SIZE; in detect_early_fail()
1873 if (cc[1 + IMM2_SIZE] != OP_ANYNL && cc[1 + IMM2_SIZE] != OP_EXTUNI) in set_private_data_ptrs()
5564 cc += IMM2_SIZE; in scan_prefix()
9445 cc += IMM2_SIZE; in compile_ref_iterator_matchingpath()
9473 max = GET2(cc, 1 + IMM2_SIZE + 1 + IMM2_SIZE); in compile_ref_iterator_matchingpath()
9474 cc += 1 + IMM2_SIZE + 1 + 2 * IMM2_SIZE; in compile_ref_iterator_matchingpath()
11397 cc += IMM2_SIZE; in get_iterator_parameters()
11415 cc += IMM2_SIZE; in get_iterator_parameters()
[all …]
H A Dpcre2_serialize.c233 dst_re->name_entry_size > MAX_NAME_SIZE + IMM2_SIZE + 1 || in pcre2_serialize_decode()

Completed in 130 milliseconds