• Home
  • Raw
  • Download

Lines Matching refs:GET2

751       number = GET2(Fecode, 1);  in match()
1054 Lmin = Lmax = GET2(Fecode, 1); in match()
1062 Lmax = GET2(Fecode, 1); in match()
1070 Lmax = GET2(Fecode, 1); in match()
1078 Lmax = GET2(Fecode, 1); in match()
1404 Lmin = Lmax = GET2(Fecode, 1); in match()
1411 Lmax = GET2(Fecode, 1); in match()
1419 Lmax = GET2(Fecode, 1); in match()
1452 Lmax = GET2(Fecode, 1); in match()
1822 Lmin = GET2(Fecode, 1); in match()
1823 Lmax = GET2(Fecode, 1 + IMM2_SIZE); in match()
2060 Lmin = GET2(Fecode, 1); in match()
2061 Lmax = GET2(Fecode, 1 + IMM2_SIZE); in match()
2478 Lmin = Lmax = GET2(Fecode, 1); in match()
2485 Lmax = GET2(Fecode, 1); in match()
2514 Lmax = GET2(Fecode, 1); in match()
4624 int count = GET2(Fecode, 1+IMM2_SIZE); in match()
4625 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match()
4630 Loffset = (GET2(slot, 0) << 1) - 2; in match()
4640 Loffset = (GET2(Fecode, 1) << 1) - 2; in match()
4664 Lmin = GET2(Fecode, 1); in match()
4665 Lmax = GET2(Fecode, 1 + IMM2_SIZE); in match()
4906 number = GET2(Fecode, 1+LINK_SIZE); in match()
5009 Lframe_type = GF_CAPTURE | GET2(Fecode, 1+LINK_SIZE); in match()
5053 number = (bracode == mb->start_code)? 0 : GET2(bracode, 1 + LINK_SIZE); in match()
5263 number = GET2(Fecode, 1); in match()
5271 int count = GET2(Fecode, 1 + IMM2_SIZE); in match()
5272 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match()
5275 number = GET2(slot, 0); in match()
5284 offset = (GET2(Fecode, 1) << 1) - 2; /* Doubled ref number */ in match()
5290 int count = GET2(Fecode, 1 + IMM2_SIZE); in match()
5291 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match()
5294 offset = (GET2(slot, 0) << 1) - 2; in match()
5547 number = GET2(bracode, 1+LINK_SIZE); in match()