Lines Matching refs:GET2

770       number = GET2(Fecode, 1);  in match()
1122 Lmin = Lmax = GET2(Fecode, 1); in match()
1130 Lmax = GET2(Fecode, 1); in match()
1138 Lmax = GET2(Fecode, 1); in match()
1146 Lmax = GET2(Fecode, 1); in match()
1476 Lmin = Lmax = GET2(Fecode, 1); in match()
1483 Lmax = GET2(Fecode, 1); in match()
1491 Lmax = GET2(Fecode, 1); in match()
1524 Lmax = GET2(Fecode, 1); in match()
1894 Lmin = GET2(Fecode, 1); in match()
1895 Lmax = GET2(Fecode, 1 + IMM2_SIZE); in match()
2132 Lmin = GET2(Fecode, 1); in match()
2133 Lmax = GET2(Fecode, 1 + IMM2_SIZE); in match()
2550 Lmin = Lmax = GET2(Fecode, 1); in match()
2557 Lmax = GET2(Fecode, 1); in match()
2586 Lmax = GET2(Fecode, 1); in match()
4696 int count = GET2(Fecode, 1+IMM2_SIZE); in match()
4697 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match()
4702 Loffset = (GET2(slot, 0) << 1) - 2; in match()
4712 Loffset = (GET2(Fecode, 1) << 1) - 2; in match()
4736 Lmin = GET2(Fecode, 1); in match()
4737 Lmax = GET2(Fecode, 1 + IMM2_SIZE); in match()
4978 number = GET2(Fecode, 1+LINK_SIZE); in match()
5081 Lframe_type = GF_CAPTURE | GET2(Fecode, 1+LINK_SIZE); in match()
5125 number = (bracode == mb->start_code)? 0 : GET2(bracode, 1 + LINK_SIZE); in match()
5337 number = GET2(Fecode, 1); in match()
5345 int count = GET2(Fecode, 1 + IMM2_SIZE); in match()
5346 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match()
5349 number = GET2(slot, 0); in match()
5358 offset = (GET2(Fecode, 1) << 1) - 2; /* Doubled ref number */ in match()
5364 int count = GET2(Fecode, 1 + IMM2_SIZE); in match()
5365 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match()
5368 offset = (GET2(slot, 0) << 1) - 2; in match()
5632 number = GET2(bracode, 1+LINK_SIZE); in match()