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.
83 * struct irs_nw * irs_irp_nw(struct irs_acc *this)
88 irs_irp_nw(struct irs_acc *this) {
104 pvt->girpdata = this->private;
119 * void nw_close(struct irs_nw *this)
124 nw_close(struct irs_nw *this) {
125 struct pvt *pvt = (struct pvt *)this->private;
127 nw_minimize(this);
132 memput(this, sizeof *this);
136 * struct nwent * nw_byaddr(struct irs_nw *this, void *net,
142 nw_byaddr(struct irs_nw *this, void *net, int length, int type) {
143 struct pvt *pvt = (struct pvt *)this->private;
186 * struct nwent * nw_byname(struct irs_nw *this, const char *name, int type)
191 nw_byname(struct irs_nw *this, const char *name, int type) {
192 struct pvt *pvt = (struct pvt *)this->private;
235 * void nw_rewind(struct irs_nw *this)
240 nw_rewind(struct irs_nw *this) {
241 struct pvt *pvt = (struct pvt *)this->private;
269 nw_next(struct irs_nw *this) {
270 struct pvt *pvt = (struct pvt *)this->private;
306 * void nw_minimize(struct irs_nw *this)
311 nw_minimize(struct irs_nw *this) {
312 struct pvt *pvt = (struct pvt *)this->private;