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.
69 irs_gen_sv(struct irs_acc *this) {
70 struct gen_p *accpvt = (struct gen_p *)this->private;
102 sv_close(struct irs_sv *this) {
103 struct pvt *pvt = (struct pvt *)this->private;
106 memput(this, sizeof *this);
110 sv_next(struct irs_sv *this) {
111 struct pvt *pvt = (struct pvt *)this->private;
132 sv_byname(struct irs_sv *this, const char *name, const char *proto) {
133 struct pvt *pvt = (struct pvt *)this->private;
149 sv_byport(struct irs_sv *this, int port, const char *proto) {
150 struct pvt *pvt = (struct pvt *)this->private;
166 sv_rewind(struct irs_sv *this) {
167 struct pvt *pvt = (struct pvt *)this->private;
178 sv_minimize(struct irs_sv *this) {
179 struct pvt *pvt = (struct pvt *)this->private;
190 sv_res_get(struct irs_sv *this) {
191 struct pvt *pvt = (struct pvt *)this->private;
201 sv_res_set(this, res, free);
208 sv_res_set(struct irs_sv *this, struct __res_state *res,
210 struct pvt *pvt = (struct pvt *)this->private;