Lines Matching defs:pvt
65 struct pvt { struct
66 int needrewind;
67 char * nis_domain;
68 char * curkey_data;
69 int curkey_len;
70 char * curval_data;
71 int curval_len;
73 struct nwent nwent;
74 char * nwbuf;
76 char * aliases[MAXALIASES + 1];
77 u_char addr[MAXADDRSIZE];
102 static void nisfree(struct pvt *, enum do_what); argument
110 struct pvt *pvt; in irs_nis_nw() local
141 struct pvt *pvt = (struct pvt *)this->private; in nw_close() local
154 struct pvt *pvt = (struct pvt *)this->private; in nw_byaddr() local
192 struct pvt *pvt = (struct pvt *)this->private; in nw_byname() local
217 struct pvt *pvt = (struct pvt *)this->private; in nw_rewind() local
224 struct pvt *pvt = (struct pvt *)this->private; in nw_next() local
262 struct pvt *pvt = (struct pvt *)this->private; in nw_minimize() local
270 struct pvt *pvt = (struct pvt *)this->private; in nw_res_get() local
289 struct pvt *pvt = (struct pvt *)this->private; in nw_res_set() local
304 struct pvt *pvt = (struct pvt *)this->private; in makenwent() local
362 nisfree(struct pvt *pvt, enum do_what do_what) { in nisfree()
375 struct pvt *pvt = (struct pvt *)this->private; in init() local