Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:DNSServiceBrowse

443 // Special support to enable the DNSServiceBrowse call made by Bonjour Browser
444 // Remove after Bonjour Browser is updated to use DNSServiceQueryRecord instead of DNSServiceBrowse
1731 #pragma mark - DNSServiceBrowse
1748 // Special support to enable the DNSServiceBrowse call made by Bonjour Browser
1749 // Remove after Bonjour Browser is updated to use DNSServiceQueryRecord instead of DNSServiceBrowse
1761 LogOperation("%3d: DNSServiceBrowse(%##s, %s) RESULT %s %d: %s",
1793 LogOperation("%3d: DNSServiceBrowse(%##s) START", info->sd, b->q.qname.c);
1820 LogOperation("%3d: DNSServiceBrowse(%##s) STOP", info->sd, ptr->q.qname.c);
2162 if (!request->msgptr) { LogMsg("%3d: DNSServiceBrowse(unreadable parameters)", request->sd); return(mStatus_BadParamErr); }
2185 LogOperation("%3d: DNSServiceBrowse(%X, %d, \"%##s\", \"%s\") START",
4161 LogMsgNoIdent("%s DNSServiceBrowse %##s", (blist == req->u.browser.browsers) ? prefix : " ", blist->q.qname.c);