/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 | 252 branchlength += GET2(cc,1); in find_minlength() 260 branchlength += GET2(cc,1); in find_minlength() 366 branchlength += GET2(cc,1); in find_minlength() 392 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength() 394 re->name_table_offset + GET2(cc, 1) * re->name_entry_size; in find_minlength() 398 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0)); in find_minlength() 438 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1)); in find_minlength() 492 min = GET2(cc, 1); in find_minlength() 1407 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() 1339 unsigned int recno = GET2(ecode, 1); /* Recursion group number*/ in match() 1347 int count = GET2(ecode, 1 + IMM2_SIZE); in match() 1348 pcre_uchar *slot = md->name_table + GET2(ecode, 1) * md->name_entry_size; in match() 1351 unsigned int recno = GET2(slot, 0); in match() 1360 offset = GET2(ecode, 1) << 1; /* Doubled ref number */ in match() 1366 int count = GET2(ecode, 1 + IMM2_SIZE); in match() 1367 pcre_uchar *slot = md->name_table + GET2(ecode, 1) * md->name_entry_size; in match() 1370 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 | 797 common->optimized_cbracket[GET2(cc, 1)] = 0; in check_opcode_types() 803 common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] = 0; in check_opcode_types() 817 common->optimized_cbracket[GET2(cc, 1)] = 0; in check_opcode_types() 824 count = GET2(cc, 1 + IMM2_SIZE); in check_opcode_types() 825 slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in check_opcode_types() 828 common->optimized_cbracket[GET2(slot, 0)] = 0; in check_opcode_types() 914 if (GET2(cc, 1) == GET2(cc, 1 + IMM2_SIZE)) in get_class_iterator_size() 1523 offset = (GET2(cc, 1 + LINK_SIZE)) << 1; in init_frame() 1584 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in get_private_data_copy_length() 1765 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in copy_private_data() [all …]
|
D | pcre_compile.c | 1880 branchlength += (int)GET2(cc,1); in find_fixedlength() 1888 branchlength += GET2(cc,1); in find_fixedlength() 1955 if (GET2(cc,1) != GET2(cc,1+IMM2_SIZE)) return -1; in find_fixedlength() 1956 branchlength += (int)GET2(cc,1); in find_fixedlength() 2107 int n = (int)GET2(code, 1+LINK_SIZE); in PRIV() 2580 if (GET2(ccode, 1) > 0) return FALSE; /* Minimum > 0 */ in could_be_empty_branch() 3091 list[1] = (GET2(end, 1) == 0); in get_chr_property_list() 6893 recno = GET2(slot, 0); /* Number from first found */ in compile_branch() 7319 recno = GET2(slot, 0); in compile_branch() 7363 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
|