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.
71 irs_irp_ng(struct irs_acc *this) {
87 pvt->girpdata = this->private;
103 * void ng_close(struct irs_ng *this)
108 ng_close(struct irs_ng *this) {
109 struct pvt *pvt = (struct pvt *)this->private;
111 ng_minimize(this);
114 memput(this, sizeof *this);
121 * void ng_rewind(struct irs_ng *this, const char *group)
127 ng_rewind(struct irs_ng *this, const char *group) {
128 struct pvt *pvt = (struct pvt *)this->private;
158 ng_next(struct irs_ng *this, const char **host, const char **user,
161 struct pvt *pvt = (struct pvt *)this->private;
200 ng_test(struct irs_ng *this, const char *name,
203 struct pvt *pvt = (struct pvt *)this->private;
236 * void ng_minimize(struct irs_ng *this)
241 ng_minimize(struct irs_ng *this) {
242 struct pvt *pvt = (struct pvt *)this->private;