Lines Matching defs:this
5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
24 * dns.c --- this is the top-level accessor function for the dns
110 dns_res_get(struct irs_acc *this) {
111 struct dns_p *dns = (struct dns_p *)this->private;
119 dns_res_set(this, res, free);
130 dns_res_set(struct irs_acc *this, struct __res_state *res,
132 struct dns_p *dns = (struct dns_p *)this->private;
143 dns_close(struct irs_acc *this) {
146 dns = (struct dns_p *)this->private;
152 memput(this, sizeof *this);