HomeSort by: relevance | last modified time | path
    Searched refs:__res_state (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/bsd/libbind/dist/irs/
hesiod_p.h 41 struct __res_state * res; /*%< resolver context */
43 void (*res_set)(struct hesiod_p *, struct __res_state *,
45 struct __res_state * (*res_get)(struct hesiod_p *);
dns.c 54 static struct __res_state * dns_res_get(struct irs_acc *);
55 static void dns_res_set(struct irs_acc *, struct __res_state *,
111 static struct __res_state *
116 struct __res_state *res;
117 res = (struct __res_state *)malloc(sizeof *res);
132 dns_res_set(struct irs_acc *this, struct __res_state *res,
lcl.c 49 static struct __res_state * lcl_res_get(struct irs_acc *);
50 static void lcl_res_set(struct irs_acc *, struct __res_state *,
98 static struct __res_state *
103 struct __res_state *res;
104 res = (struct __res_state *)malloc(sizeof *res);
119 lcl_res_set(struct irs_acc *this, struct __res_state *res,
nis.c 59 static struct __res_state * nis_res_get(struct irs_acc *);
60 static void nis_res_set(struct irs_acc *, struct __res_state *,
111 static struct __res_state *
116 struct __res_state *res;
117 res = (struct __res_state *)malloc(sizeof *res);
132 nis_res_set(struct irs_acc *this, struct __res_state *res,
lcl_p.h 36 struct __res_state * res;
nis_p.h 34 struct __res_state * res;
dns_p.h 37 struct __res_state *res;
irs_data.h 57 struct __res_state * res; /*%< for gethostent.c */
gen_nw.c 51 struct __res_state * res;
63 static struct __res_state * nw_res_get(struct irs_nw *this);
65 struct __res_state *res,
215 static struct __res_state *
220 struct __res_state *res;
221 res = (struct __res_state *)malloc(sizeof *res);
234 nw_res_set(struct irs_nw *this, struct __res_state *res,
gen_pr.c 50 struct __res_state * res;
62 static struct __res_state * pr_res_get(struct irs_pr *);
64 struct __res_state *,
190 static struct __res_state *
195 struct __res_state *res;
196 res = (struct __res_state *)malloc(sizeof *res);
209 pr_res_set(struct irs_pr *this, struct __res_state *res,
gen_pw.c 55 struct __res_state * res;
67 static struct __res_state * pw_res_get(struct irs_pw *);
69 struct __res_state *,
195 static struct __res_state *
200 struct __res_state *res;
201 res = (struct __res_state *)malloc(sizeof *res);
214 pw_res_set(struct irs_pw *this, struct __res_state *res,
gen_sv.c 50 struct __res_state * res;
63 static struct __res_state * sv_res_get(struct irs_sv *);
65 struct __res_state *,
191 static struct __res_state *
196 struct __res_state *res;
197 res = (struct __res_state *)malloc(sizeof *res);
210 sv_res_set(struct irs_sv *this, struct __res_state *res,
irs_data.c 54 extern struct __res_state _res;
204 struct __res_state *
205 __res_state(void) { function
215 struct __res_state *
216 __res_state(void) { function
236 __h_errno_set(struct __res_state *res, int err) {
lcl_nw.c 95 struct __res_state * res;
107 static struct __res_state * nw_res_get(struct irs_nw *this);
109 struct __res_state *res,
331 static struct __res_state *
336 struct __res_state *res;
337 res = (struct __res_state *)malloc(sizeof *res);
350 nw_res_set(struct irs_nw *this, struct __res_state *res,
nis_nw.c 79 struct __res_state * res;
96 static struct __res_state * nw_res_get(struct irs_nw *this);
98 struct __res_state *res,
268 static struct __res_state *
273 struct __res_state *res;
274 res = (struct __res_state *)malloc(sizeof *res);
287 nw_res_set(struct irs_nw *this, struct __res_state *res,
dns_sv.c 58 struct __res_state * res;
72 static struct __res_state * sv_res_get(struct irs_sv *);
74 struct __res_state *,
284 static struct __res_state *
293 sv_res_set(struct irs_sv *this, struct __res_state * res,
dns_gr.c 90 static struct __res_state * gr_res_get(struct irs_gr *);
92 struct __res_state *,
279 static struct __res_state *
288 gr_res_set(struct irs_gr *this, struct __res_state * res,
  /src/external/bsd/libbind/dist/include/
hesiod.h 37 struct __res_state * __hesiod_res_get __P((void *));
38 void __hesiod_res_set __P((void *, struct __res_state *,
resolv.h 102 struct __res_state; /*%< forward */
104 void __h_errno_set(struct __res_state *res, int err);
158 struct __res_state { struct
204 typedef struct __res_state *res_state;
292 extern struct __res_state *__res_state(void);
294 #define _res (*__res_state())
298 extern struct __res_state * __res_state(void);
302 extern struct __res_state _res
    [all...]
irs.h 51 struct __res_state * (*res_get) __P((struct irs_gr *));
67 struct __res_state * (*res_get) __P((struct irs_pw *));
84 struct __res_state * (*res_get) __P((struct irs_sv *));
100 struct __res_state * (*res_get) __P((struct irs_pr *));
118 struct __res_state * (*res_get) __P((struct irs_ho *));
136 struct __res_state * (*res_get) __P((struct irs_nw *));
178 struct __res_state * (*res_get) __P((struct irs_acc *));
  /src/lib/libc/resolv/
res_state.c 43 struct __res_state _nres
56 __weak_alias(__res_state, __res_get_state_nothread)
h_errno.c 46 extern struct __res_state _nres;
res_compat.c 56 struct __res_state _res
  /src/lib/libpthread/
res_state.c 56 struct __res_state st_res;
63 res_state __res_state(void);
132 __res_state(void) function
  /src/include/
resolv.h 99 struct __res_state; /*%< forward */
101 void __h_errno_set(struct __res_state *, int);
148 struct __res_state { struct
198 typedef struct __res_state *res_state;
285 extern struct __res_state *__res_get_state(void);
286 extern void __res_put_state(struct __res_state *);
292 extern struct __res_state *__res_state(void);
293 #define _res (*__res_state())

Completed in 36 milliseconds

1 2