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.
97 lcl_res_get(struct irs_acc *this) {
98 struct lcl_p *lcl = (struct lcl_p *)this->private;
106 lcl_res_set(this, res, free);
117 lcl_res_set(struct irs_acc *this, struct __res_state *res,
119 struct lcl_p *lcl = (struct lcl_p *)this->private;
131 lcl_close(struct irs_acc *this) {
132 struct lcl_p *lcl = (struct lcl_p *)this->private;
139 memput(this, sizeof *this);