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

/osnet-11/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c255 int srchidx = 0; local
277 while ((srchidx = searchdomain(be, name, srchidx, &sname)) != -1) {
285 " srchidx:%d af:%d hname:%s", srchidx, af, qname);
461 searchdomain(mdns_backend_ptr_t be, char *name, int srchidx, char **sname) argument
471 if (trailing_dot && srchidx > 0)
479 if (srchidx == 0) {
485 ++srchidx;
488 return (srchidx);
[all...]

Completed in 15 milliseconds