Searched refs:res_build (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libresolv-57/
H A Dres_init.c260 res_build(res_state res, uint16_t port, uint32_t *nsrch, char *key, char *val) function
1182 res_build(statp, port, &nsearch, "nameserver", val);
1188 res_build(statp, port, &nsearch, "nameserver", val);
1195 res_build(statp, port, &nsearch, "search", sc_res->search[i]);
1215 if (p >= sc_res->domain) res_build(statp, port, &nsearch, "search", sc_res->domain);
1230 res_build(statp, port, &nsearch, "search", p);
1237 res_build(statp, port, &nsearch, "search_order", val);
1250 res_build(statp, port, &nsearch, "ndots", x+6);
1255 res_build(statp, port, &nsearch, "nibble", x+7);
1260 res_build(stat
[all...]
H A Ddns.c83 extern int res_build(res_state res, uint16_t port, uint32_t *nsrch, char *key, char *val);
201 * Other keys get passed on to res_build.
272 /* pass on to res_build */
273 return res_build(pdns->res, pdns->port, &(pdns->search_count), key, val);

Completed in 155 milliseconds