/external/pcre/dist/ |
D | pcre_printint.c | 397 fprintf(f, "%s %d", priv_OP_names[*code], GET2(code, 1+LINK_SIZE)); in pcre_printint() 424 fprintf(f, " %s %d", priv_OP_names[*code], GET2(code, 1)); in pcre_printint() 428 fprintf(f, "%3d %s", GET2(code,1), priv_OP_names[*code]); in pcre_printint() 433 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size) + in pcre_printint() 437 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre_printint() 442 c = GET2(code, 1); in pcre_printint() 451 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size) + in pcre_printint() 455 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre_printint() 520 fprintf(f, "%d}", GET2(code,1)); in pcre_printint() 537 fprintf(f, "%d}", GET2(code,1)); in pcre_printint() [all …]
|
D | pcre_study.c | 247 branchlength += GET2(cc,1); in find_minlength() 255 branchlength += GET2(cc,1); in find_minlength() 361 branchlength += GET2(cc,1); in find_minlength() 387 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength() 389 re->name_table_offset + GET2(cc, 1) * re->name_entry_size; in find_minlength() 393 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0)); in find_minlength() 418 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1)); in find_minlength() 459 min = GET2(cc, 1); in find_minlength() 1365 if (GET2(tcode, 1) == 0) tcode += 1 + 2 * IMM2_SIZE; in set_start_bits()
|
D | pcre_exec.c | 958 number = GET2(ecode, 1+LINK_SIZE); in match() 1129 number = GET2(ecode, 1+LINK_SIZE); in match() 1351 unsigned int recno = GET2(ecode, 1); /* Recursion group number*/ in match() 1359 int count = GET2(ecode, 1 + IMM2_SIZE); in match() 1360 pcre_uchar *slot = md->name_table + GET2(ecode, 1) * md->name_entry_size; in match() 1363 unsigned int recno = GET2(slot, 0); in match() 1372 offset = GET2(ecode, 1) << 1; /* Doubled ref number */ in match() 1378 int count = GET2(ecode, 1 + IMM2_SIZE); in match() 1379 pcre_uchar *slot = md->name_table + GET2(ecode, 1) * md->name_entry_size; in match() 1382 offset = GET2(slot, 0) << 1; in match() [all …]
|
D | pcre_dfa_exec.c | 1272 if (++count >= (int)GET2(code, 1)) in internal_dfa_exec() 1306 if (++count >= (int)GET2(code, 1)) in internal_dfa_exec() 1944 if (++count >= (int)GET2(code, 1)) in internal_dfa_exec() 1983 if (++count >= (int)GET2(code, 1)) in internal_dfa_exec() 2025 if (++count >= (int)GET2(code, 1)) in internal_dfa_exec() 2065 if (++count >= (int)GET2(code, 1)) in internal_dfa_exec() 2102 if (++count >= (int)GET2(code, 1)) in internal_dfa_exec() 2472 if (++count >= (int)GET2(code, 1)) in internal_dfa_exec() 2521 if (++count >= (int)GET2(code, 1)) in internal_dfa_exec() 2623 if (count >= (int)GET2(ecode, 1)) in internal_dfa_exec() [all …]
|
D | pcre_get.c | 122 if (c == 0) return GET2(entry, 0); in pcre_get_stringnumber() 297 int n = GET2(entry, 0); in get_first_set() 300 return GET2(entry, 0); in get_first_set()
|
D | pcre_jit_compile.c | 801 common->optimized_cbracket[GET2(cc, 1)] = 0; in check_opcode_types() 817 common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] = 0; in check_opcode_types() 831 common->optimized_cbracket[GET2(cc, 1)] = 0; in check_opcode_types() 838 count = GET2(cc, 1 + IMM2_SIZE); in check_opcode_types() 839 slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in check_opcode_types() 842 common->optimized_cbracket[GET2(slot, 0)] = 0; in check_opcode_types() 928 if (GET2(cc, 1) == GET2(cc, 1 + IMM2_SIZE)) in get_class_iterator_size() 1514 offset = (GET2(cc, 1 + LINK_SIZE)) << 1; in init_frame() 1570 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in get_private_data_copy_length() 1749 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in copy_private_data() [all …]
|
D | pcre_compile.c | 1850 branchlength += (int)GET2(cc,1); in find_fixedlength() 1858 branchlength += GET2(cc,1); in find_fixedlength() 1925 if (GET2(cc,1) != GET2(cc,1+IMM2_SIZE)) return -1; in find_fixedlength() 1926 branchlength += (int)GET2(cc,1); in find_fixedlength() 2077 int n = (int)GET2(code, 1+LINK_SIZE); in PRIV() 2527 if (GET2(ccode, 1) > 0) return FALSE; /* Minimum > 0 */ in could_be_empty_branch() 3038 list[1] = (GET2(end, 1) == 0); in get_chr_property_list() 6759 recno = GET2(slot, 0); /* Number from first found */ in compile_branch() 7142 recno = GET2(slot, 0); in compile_branch() 7187 recno = GET2(slot, 0); in compile_branch() [all …]
|
D | pcre_internal.h | 547 #define GET2(a,n) \ macro 557 #define GET2(a,n) \ macro 567 #define GET2(a,n) \ macro
|