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.
110 nis_res_get(struct irs_acc *this) {
111 struct nis_p *nis = (struct nis_p *)this->private;
119 nis_res_set(this, res, free);
130 nis_res_set(struct irs_acc *this, struct __res_state *res,
132 struct nis_p *nis = (struct nis_p *)this->private;
144 nis_close(struct irs_acc *this) {
145 struct nis_p *nis = (struct nis_p *)this->private;
151 memput(this, sizeof *this);