Lines Matching refs:GET2

1004     number = GET2(ecode, 1+LINK_SIZE);  in match()
1160 number = GET2(ecode, 1+LINK_SIZE); in match()
1369 uint32_t recno = GET2(ecode, 1); /* Recursion group number*/ in match()
1377 int count = GET2(ecode, 1 + IMM2_SIZE); in match()
1378 PCRE2_SPTR slot = mb->name_table + GET2(ecode, 1) * mb->name_entry_size; in match()
1381 uint32_t recno = GET2(slot, 0); in match()
1390 offset = GET2(ecode, 1) << 1; /* Doubled ref number */ in match()
1397 int count = GET2(ecode, 1 + IMM2_SIZE); in match()
1398 PCRE2_SPTR slot = mb->name_table + GET2(ecode, 1) * mb->name_entry_size; in match()
1401 offset = GET2(slot, 0) << 1; in match()
1491 number = GET2(ecode, 1); /* Must be less than 65536 */ in match()
1808 recno = (callpat == mb->start_code)? 0 : GET2(callpat, 1 + LINK_SIZE); in match()
2025 number = GET2(prev, 1+LINK_SIZE); in match()
2771 int count = GET2(ecode, 1+IMM2_SIZE); in match()
2772 PCRE2_SPTR slot = mb->name_table + GET2(ecode, 1) * mb->name_entry_size; in match()
2781 offset = GET2(slot, 0) << 1; in match()
2791 offset = GET2(ecode, 1) << 1; /* Doubled ref number */ in match()
2815 min = GET2(ecode, 1); in match()
2816 max = GET2(ecode, 1 + IMM2_SIZE); in match()
3015 min = GET2(ecode, 1); in match()
3016 max = GET2(ecode, 1 + IMM2_SIZE); in match()
3242 min = GET2(ecode, 1); in match()
3243 max = GET2(ecode, 1 + IMM2_SIZE); in match()
3433 min = max = GET2(ecode, 1); in match()
3447 max = GET2(ecode, 1); in match()
3804 min = max = GET2(ecode, 1); in match()
3813 max = GET2(ecode, 1); in match()
3846 max = GET2(ecode, 1); in match()
4172 min = max = GET2(ecode, 1); in match()
4180 max = GET2(ecode, 1); in match()
4209 max = GET2(ecode, 1); in match()