Searched defs:nw_res_get (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_nw.c61 static struct __res_state * nw_res_get(struct irs_nw *this);
96 nw->res_get = nw_res_get;
214 nw_res_get(struct irs_nw *this) { function
256 if (!pvt->res && !nw_res_get(this))
H A Dlcl_nw.c105 static struct __res_state * nw_res_get(struct irs_nw *this);
145 nw->res_get = nw_res_get;
330 nw_res_get(struct irs_nw *this) { function
365 if (!pvt->res && !nw_res_get(this))
H A Ddns_nw.c84 static struct __res_state * nw_res_get(struct irs_nw *this);
128 nw->res_get = nw_res_get;
207 nw_res_get(struct irs_nw *this) { function
583 if (!pvt->res && !nw_res_get(this))

Completed in 58 milliseconds