Lines Matching refs:GET2

784       number = GET2(Fecode, 1);  in match()
1139 Lmin = Lmax = GET2(Fecode, 1); in match()
1147 Lmax = GET2(Fecode, 1); in match()
1155 Lmax = GET2(Fecode, 1); in match()
1163 Lmax = GET2(Fecode, 1); in match()
1493 Lmin = Lmax = GET2(Fecode, 1); in match()
1500 Lmax = GET2(Fecode, 1); in match()
1508 Lmax = GET2(Fecode, 1); in match()
1541 Lmax = GET2(Fecode, 1); in match()
1911 Lmin = GET2(Fecode, 1); in match()
1912 Lmax = GET2(Fecode, 1 + IMM2_SIZE); in match()
2149 Lmin = GET2(Fecode, 1); in match()
2150 Lmax = GET2(Fecode, 1 + IMM2_SIZE); in match()
2589 Lmin = Lmax = GET2(Fecode, 1); in match()
2596 Lmax = GET2(Fecode, 1); in match()
2625 Lmax = GET2(Fecode, 1); in match()
4905 int count = GET2(Fecode, 1+IMM2_SIZE); in match()
4906 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match()
4911 Loffset = (GET2(slot, 0) << 1) - 2; in match()
4921 Loffset = (GET2(Fecode, 1) << 1) - 2; in match()
4945 Lmin = GET2(Fecode, 1); in match()
4946 Lmax = GET2(Fecode, 1 + IMM2_SIZE); in match()
5187 number = GET2(Fecode, 1+LINK_SIZE); in match()
5290 Lframe_type = GF_CAPTURE | GET2(Fecode, 1+LINK_SIZE); in match()
5334 number = (bracode == mb->start_code)? 0 : GET2(bracode, 1 + LINK_SIZE); in match()
5546 number = GET2(Fecode, 1); in match()
5554 int count = GET2(Fecode, 1 + IMM2_SIZE); in match()
5555 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match()
5558 number = GET2(slot, 0); in match()
5567 offset = (GET2(Fecode, 1) << 1) - 2; /* Doubled ref number */ in match()
5573 int count = GET2(Fecode, 1 + IMM2_SIZE); in match()
5574 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match()
5577 offset = (GET2(slot, 0) << 1) - 2; in match()
5841 number = GET2(bracode, 1+LINK_SIZE); in match()