Searched refs:nsrch (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) argument
286 if ((*nsrch) == 0)
292 p = res->dnsrch[*nsrch - 1];
300 res->dnsrch[*nsrch] = p;
301 *nsrch = *nsrch + 1;
H A Ddns.c83 extern int res_build(res_state res, uint16_t port, uint32_t *nsrch, char *key, char *val);

Completed in 150 milliseconds