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.
68 irs_gen_pr(struct irs_acc *this) {
69 struct gen_p *accpvt = (struct gen_p *)this->private;
101 pr_close(struct irs_pr *this) {
102 struct pvt *pvt = (struct pvt *)this->private;
105 memput(this, sizeof *this);
109 pr_next(struct irs_pr *this) {
110 struct pvt *pvt = (struct pvt *)this->private;
131 pr_byname(struct irs_pr *this, const char *name) {
132 struct pvt *pvt = (struct pvt *)this->private;
148 pr_bynumber(struct irs_pr *this, int proto) {
149 struct pvt *pvt = (struct pvt *)this->private;
165 pr_rewind(struct irs_pr *this) {
166 struct pvt *pvt = (struct pvt *)this->private;
177 pr_minimize(struct irs_pr *this) {
178 struct pvt *pvt = (struct pvt *)this->private;
189 pr_res_get(struct irs_pr *this) {
190 struct pvt *pvt = (struct pvt *)this->private;
200 pr_res_set(this, res, free);
207 pr_res_set(struct irs_pr *this, struct __res_state *res,
209 struct pvt *pvt = (struct pvt *)this->private;