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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_ho.c67 static struct __res_state * ho_res_get(struct irs_ho *this);
105 ho->res_get = ho_res_get;
296 ho_res_get(struct irs_ho *this) { function
381 if (!pvt->res && !ho_res_get(this))
H A Dlcl_ho.c136 static struct __res_state * ho_res_get(struct irs_ho *this);
180 ho->res_get = ho_res_get;
457 ho_res_get(struct irs_ho *this) { function
570 if (!pvt->res && !ho_res_get(this))
H A Ddns_ho.c155 static struct __res_state * ho_res_get(struct irs_ho *this);
204 ho->res_get = ho_res_get;
531 ho_res_get(struct irs_ho *this) { function
1137 if (!pvt->res && !ho_res_get(this))

Completed in 48 milliseconds