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.
77 * struct irs_sv * irs_irp_sv(struct irs_acc *this)
82 irs_irp_sv(struct irs_acc *this) {
98 pvt->girpdata = this->private;
114 * void sv_close(struct irs_sv *this)
119 sv_close(struct irs_sv *this) {
120 struct pvt *pvt = (struct pvt *)this->private;
122 sv_minimize(this);
127 memput(this, sizeof *this);
136 sv_next(struct irs_sv *this) {
137 struct pvt *pvt = (struct pvt *)this->private;
175 * struct servent * sv_byname(struct irs_sv *this, const char *name,
181 sv_byname(struct irs_sv *this, const char *name, const char *proto) {
182 struct pvt *pvt = (struct pvt *)this->private;
226 * struct servent * sv_byport(struct irs_sv *this, int port,
232 sv_byport(struct irs_sv *this, int port, const char *proto) {
233 struct pvt *pvt = (struct pvt *)this->private;
278 * void sv_rewind(struct irs_sv *this)
283 sv_rewind(struct irs_sv *this) {
284 struct pvt *pvt = (struct pvt *)this->private;
307 * void sv_minimize(struct irs_sv *this)
312 sv_minimize(struct irs_sv *this) {
313 struct pvt *pvt = (struct pvt *)this->private;