Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h1636 2+IMM2_SIZE, 2+IMM2_SIZE, /* upto, minupto ** mode */ \
1637 2+IMM2_SIZE, /* exact */ \
1638 2, 2, 2, 2+IMM2_SIZE, /* *+, ++, ?+, upto+ */ \
1640 2+IMM2_SIZE, 2+IMM2_SIZE, /* upto I, minupto I */ \
1641 2+IMM2_SIZE, /* exact I */ \
1642 2, 2, 2, 2+IMM2_SIZE, /* *+I, ++I, ?+I, upto+I */ \
1645 2+IMM2_SIZE, 2+IMM2_SIZE, /* NOT upto, minupto */ \
1646 2+IMM2_SIZE, /* NOT exact */ \
1647 2, 2, 2, 2+IMM2_SIZE, /* Possessive NOT *, +, ?, upto */ \
1649 2+IMM2_SIZE, 2+IMM2_SIZE, /* NOT upto I, minupto I */ \
[all …]
Dpcre2_study.c123 if (*code == OP_CBRA || *code == OP_CBRAPOS) cc += IMM2_SIZE; in find_minlength()
321 cc += 2 + IMM2_SIZE; in find_minlength()
329 cc += 2 + IMM2_SIZE + ((cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
330 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in find_minlength()
393 if (cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
394 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2; in find_minlength()
435 cc += 1 + 2 * IMM2_SIZE; in find_minlength()
463 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength()
520 cc += 1 + 2*IMM2_SIZE; in find_minlength()
571 cc += 1 + IMM2_SIZE; in find_minlength()
[all …]
Dpcre2_dfa_match.c130 1+IMM2_SIZE, 1+IMM2_SIZE, /* upto, minupto */
131 1+IMM2_SIZE, /* exact */
132 1, 1, 1, 1+IMM2_SIZE, /* *+, ++, ?+, upto+ */
134 1+IMM2_SIZE, 1+IMM2_SIZE, /* upto I, minupto I */
135 1+IMM2_SIZE, /* exact I */
136 1, 1, 1, 1+IMM2_SIZE, /* *+I, ++I, ?+I, upto+I */
139 1+IMM2_SIZE, 1+IMM2_SIZE, /* NOT upto, minupto */
140 1+IMM2_SIZE, /* NOT exact */
141 1, 1, 1, 1+IMM2_SIZE, /* NOT *+, ++, ?+, upto+ */
143 1+IMM2_SIZE, 1+IMM2_SIZE, /* NOT upto I, minupto I */
[all …]
Dpcre2_printint.c414 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE; in pcre2_printint()
417 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre2_printint()
431 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE; in pcre2_printint()
434 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre2_printint()
501 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre2_printint()
513 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in pcre2_printint()
515 print_prop(f, code + IMM2_SIZE + 1, " ", " "); in pcre2_printint()
518 else fprintf(f, " %s", OP_names[code[1 + IMM2_SIZE]]); in pcre2_printint()
573 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre2_printint()
601 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE; in pcre2_printint()
[all …]
Dpcre2_find_bracket.c129 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
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()
Dpcre2_intmodedep.h71 #undef IMM2_SIZE
193 #define IMM2_SIZE 2 macro
198 #define IMM2_SIZE 1 macro
549 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE
Dpcre2_auto_possess.c332 code += IMM2_SIZE; in get_chr_property_list()
485 end += 1 + 2 * IMM2_SIZE; in get_chr_property_list()
1223 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
Dpcre2_compile.c4184 if (namelen + IMM2_SIZE + 1 > cb->name_entry_size) in parse_regex()
4185 cb->name_entry_size = (uint16_t)(namelen + IMM2_SIZE + 1); in parse_regex()
4842 if (PRIV(strncmp)(name, slot+IMM2_SIZE, length) == 0 && in find_dupname_details()
4843 slot[IMM2_SIZE+length] == 0) break; in find_dupname_details()
4871 if (PRIV(strncmp)(name, slot+IMM2_SIZE, length) != 0 || in find_dupname_details()
4872 (slot+IMM2_SIZE)[length] != 0) break; in find_dupname_details()
5714 *lengthptr += CU2BYTES(1) + IMM2_SIZE; in compile_branch()
5835 skipunits = 1+IMM2_SIZE; in compile_branch()
5877 skipunits = 1+IMM2_SIZE; in compile_branch()
5898 skipunits = 1+2*IMM2_SIZE; in compile_branch()
[all …]
Dpcre2_jit_compile.c875 cc += 1 + IMM2_SIZE; in check_opcode_types()
881 cc += 1 + LINK_SIZE + IMM2_SIZE; in check_opcode_types()
895 cc += 1 + IMM2_SIZE; in check_opcode_types()
901 count = GET2(cc, 1 + IMM2_SIZE); in check_opcode_types()
908 cc += 1 + 2 * IMM2_SIZE; in check_opcode_types()
1085 cc += IMM2_SIZE; in detect_fast_forward_skip()
1117 cc += 1 + LINK_SIZE + ((*cc == OP_CBRA) ? IMM2_SIZE : 0); in detect_fast_fail()
1182 max = GET2(cc, 1 + IMM2_SIZE); in get_class_iterator_size()
1391 bracketlen = 1 + LINK_SIZE + IMM2_SIZE; in set_private_data_ptrs()
1411 bracketlen = 1 + LINK_SIZE + IMM2_SIZE; in set_private_data_ptrs()
[all …]
Dpcre2_match.c1054 Fecode += 1 + IMM2_SIZE; in match()
1062 Fecode += 1 + IMM2_SIZE; in match()
1070 Fecode += 1 + IMM2_SIZE; in match()
1078 Fecode += 1 + IMM2_SIZE; in match()
1404 Fecode += 1 + IMM2_SIZE; in match()
1412 Fecode += 1 + IMM2_SIZE; in match()
1420 Fecode += 1 + IMM2_SIZE; in match()
1452 Fecode += 1 + IMM2_SIZE; in match()
1822 Lmax = GET2(Fecode, 1 + IMM2_SIZE); in match()
1825 Fecode += 1 + 2 * IMM2_SIZE; in match()
[all …]
Dpcre2_serialize.c233 dst_re->name_entry_size > MAX_NAME_SIZE + IMM2_SIZE + 1 || in pcre2_serialize_decode()