Lines Matching refs:domain
65 char *domain, in __yp_first_cflookup() argument
78 if ((map == NULL) || (domain == NULL)) in __yp_first_cflookup()
81 domlen = strlen(domain); in __yp_first_cflookup()
90 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_first_cflookup()
95 reason = dofirst(domain, map, pdomb, _ypserv_timeout, in __yp_first_cflookup()
101 yp_unbind(domain); in __yp_first_cflookup()
118 char *domain, in yp_first() argument
126 return (__yp_first_cflookup(domain, map, key, keylen, val, vallen, 1)); in yp_first()
134 dofirst(domain, map, pdomb, timeout, key, keylen, val, vallen) in dofirst() argument
135 char *domain; in dofirst()
149 req.domain = domain;
227 char *domain, in __yp_next_cflookup() argument
243 if ((map == NULL) || (domain == NULL) || (inkey == NULL)) in __yp_next_cflookup()
246 domlen = strlen(domain); in __yp_next_cflookup()
254 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_next_cflookup()
259 reason = donext(domain, map, inkey, inkeylen, pdomb, in __yp_next_cflookup()
266 yp_unbind(domain); in __yp_next_cflookup()
284 char *domain, in yp_next() argument
294 return (__yp_next_cflookup(domain, map, inkey, inkeylen, outkey, in yp_next()
303 donext(domain, map, inkey, inkeylen, pdomb, timeout, outkey, outkeylen, in donext() argument
305 char *domain; in donext()
321 req.domain = domain;