Lines Matching defs:this
9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
13 * 3. All advertising materials mentioning features or use of this software
18 * may be used to endorse or promote products derived from this software
38 * Permission to use, copy, modify, and distribute this software for any
40 * copyright notice and this permission notice appear in all copies.
122 irs_lcl_sv(struct irs_acc *this) {
126 UNUSED(this);
157 sv_close(struct irs_sv *this) {
158 struct pvt *pvt = (struct pvt *)this->private;
167 memput(this, sizeof *this);
171 sv_byname(struct irs_sv *this, const char *name, const char *proto) {
173 struct pvt *pvt = (struct pvt *)this->private;
178 sv_rewind(this);
201 while ((p = sv_next(this))) {
216 sv_byport(struct irs_sv *this, int port, const char *proto) {
218 struct pvt *pvt = (struct pvt *)this->private;
222 sv_rewind(this);
247 while ((p = sv_next(this))) {
257 sv_rewind(struct irs_sv *this) {
258 struct pvt *pvt = (struct pvt *)this->private;
288 sv_next(struct irs_sv *this) {
289 struct pvt *pvt = (struct pvt *)this->private;
296 sv_rewind(this);
317 sv_minimize(struct irs_sv *this) {
318 struct pvt *pvt = (struct pvt *)this->private;