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.
73 irs_dns_pr(struct irs_acc *this) {
74 struct dns_p *dns = (struct dns_p *)this->private;
109 pr_close(struct irs_pr *this) {
110 struct pvt *pvt = (struct pvt *)this->private;
118 memput(this, sizeof *this);
122 pr_byname(struct irs_pr *this, const char *name) {
123 struct pvt *pvt = (struct pvt *)this->private;
131 proto = parse_hes_list(this, hes_list);
137 pr_bynumber(struct irs_pr *this, int num) {
138 struct pvt *pvt = (struct pvt *)this->private;
148 proto = parse_hes_list(this, hes_list);
154 pr_next(struct irs_pr *this) {
155 UNUSED(this);
161 pr_rewind(struct irs_pr *this) {
162 UNUSED(this);
167 pr_minimize(struct irs_pr *this) {
168 UNUSED(this);
173 pr_res_get(struct irs_pr *this) {
174 struct pvt *pvt = (struct pvt *)this->private;
181 pr_res_set(struct irs_pr *this, struct __res_state * res,
183 struct pvt *pvt = (struct pvt *)this->private;
192 parse_hes_list(struct irs_pr *this, char **hes_list) {
193 struct pvt *pvt = (struct pvt *)this->private;