/external/pcre/dist2/src/ |
D | pcre2_printint.c | 379 fprintf(f, "%s %d", OP_names[*code], GET2(code, 1+LINK_SIZE)); in pcre2_printint() 406 fprintf(f, " %s %d", OP_names[*code], GET2(code, 1)); in pcre2_printint() 410 fprintf(f, "%3d %s", GET2(code,1), OP_names[*code]); in pcre2_printint() 415 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE; in pcre2_printint() 418 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre2_printint() 423 c = GET2(code, 1); in pcre2_printint() 432 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE; in pcre2_printint() 435 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre2_printint() 505 fprintf(f, "%d}", GET2(code,1)); in pcre2_printint() 522 fprintf(f, "%d}", GET2(code,1)); in pcre2_printint() [all …]
|
D | pcre2_study.c | 196 recno = (int)GET2(cc, 1+LINK_SIZE); in find_minlength() 321 branchlength += GET2(cc,1); in find_minlength() 329 branchlength += GET2(cc,1); in find_minlength() 435 branchlength += GET2(cc,1); in find_minlength() 464 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength() 467 GET2(cc, 1) * re->name_entry_size; in find_minlength() 476 recno = GET2(slot, 0); in find_minlength() 530 recno = GET2(cc, 1); in find_minlength() 599 min = GET2(cc, 1); in find_minlength() 623 recno = GET2(cs, 1+LINK_SIZE); in find_minlength() [all …]
|
D | pcre2_substring.c | 86 uint32_t n = GET2(entry, 0); in pcre2_substring_copy_byname() 174 uint32_t n = GET2(entry, 0); in pcre2_substring_get_byname() 281 uint32_t n = GET2(entry, 0); in pcre2_substring_length_byname() 511 (int)GET2(entry, 0) : PCRE2_ERROR_NOUNIQUESUBSTRING; in pcre2_substring_nametable_scan()
|
D | pcre2_match.c | 751 number = GET2(Fecode, 1); in match() 1054 Lmin = Lmax = GET2(Fecode, 1); in match() 1062 Lmax = GET2(Fecode, 1); in match() 1070 Lmax = GET2(Fecode, 1); in match() 1078 Lmax = GET2(Fecode, 1); in match() 1404 Lmin = Lmax = GET2(Fecode, 1); in match() 1411 Lmax = GET2(Fecode, 1); in match() 1419 Lmax = GET2(Fecode, 1); in match() 1452 Lmax = GET2(Fecode, 1); in match() 1822 Lmin = GET2(Fecode, 1); in match() [all …]
|
D | pcre2_dfa_match.c | 1365 if (++count >= (int)GET2(code, 1)) in internal_dfa_match() 1399 if (++count >= (int)GET2(code, 1)) in internal_dfa_match() 2015 if (++count >= (int)GET2(code, 1)) in internal_dfa_match() 2044 if (++count >= (int)GET2(code, 1)) in internal_dfa_match() 2086 if (++count >= (int)GET2(code, 1)) in internal_dfa_match() 2126 if (++count >= (int)GET2(code, 1)) in internal_dfa_match() 2163 if (++count >= (int)GET2(code, 1)) in internal_dfa_match() 2496 if (++count >= (int)GET2(code, 1)) in internal_dfa_match() 2541 if (++count >= (int)GET2(code, 1)) in internal_dfa_match() 2643 if (count >= (int)GET2(ecode, 1)) in internal_dfa_match() [all …]
|
D | pcre2_find_bracket.c | 99 int n = (int)GET2(code, 1+LINK_SIZE); in PRIV()
|
D | pcre2_intmodedep.h | 62 #undef GET2 194 #define GET2(a,n) (unsigned int)(((a)[n] << 8) | (a)[(n)+1]) macro 199 #define GET2(a,n) a[n] macro
|
D | pcre2_jit_compile.c | 1069 common->optimized_cbracket[GET2(cc, 1)] = 0; in check_opcode_types() 1075 common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] = 0; in check_opcode_types() 1089 common->optimized_cbracket[GET2(cc, 1)] = 0; in check_opcode_types() 1096 count = GET2(cc, 1 + IMM2_SIZE); in check_opcode_types() 1097 slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in check_opcode_types() 1100 common->optimized_cbracket[GET2(slot, 0)] = 0; in check_opcode_types() 1278 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in detect_fast_forward_skip() 1301 if (*cc == OP_CBRA && common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in detect_fast_fail() 1376 min = GET2(cc, 1); in get_class_iterator_size() 1377 max = GET2(cc, 1 + IMM2_SIZE); in get_class_iterator_size() [all …]
|
D | pcre2_substitute.c | 624 uint32_t ng = GET2(entry, 0); in pcre2_substitute() 639 if (group < 0) group = GET2(first, 0); in pcre2_substitute()
|
D | pcre2_auto_possess.c | 484 list[1] = (GET2(end, 1) == 0); in get_chr_property_list()
|
D | pcre2_compile.c | 5150 groupnumber = GET2(slot,0); in find_dupname_details() 7892 capnumber = GET2(code, 1 + LINK_SIZE); in compile_regex() 8163 int n = GET2(scode, 1+LINK_SIZE); in is_anchored() 8301 int n = GET2(scode, 1+LINK_SIZE); in is_startline()
|