Home
last modified time | relevance | path

Searched refs:DNSServiceProcessResult (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/man/man3dns_sd/
H A DMakefile25 DNSServiceProcessResult.3dns_sd \
/titanic_50/usr/src/lib/libdns_sd/common/
H A Dmapfile-vers56 DNSServiceProcessResult;
H A Ddns_sd.h907 DNSServiceErrorType DNSSD_API DNSServiceProcessResult(DNSServiceRef sdRef);
H A Ddnssd_clientstub.c938 DNSServiceErrorType DNSSD_API DNSServiceProcessResult(DNSServiceRef sdRef) in DNSServiceProcessResult() function
2205 dispatch_source_set_event_handler(service->disp_source, ^{DNSServiceProcessResult(service);}); in DNSServiceSetDispatchQueue()
/titanic_50/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c109 (DNSServiceProcessResult(ref) == kDNSServiceErr_NoError))) { in _nss_mdns_queryrecord()
/titanic_50/usr/src/pkg/manifests/
H A Dservice-network-dns-mdns.mf161 file path=usr/share/man/man3dns_sd/DNSServiceProcessResult.3dns_sd
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c1276 … if (client && FD_ISSET(dns_sd_fd, &readfds)) err = DNSServiceProcessResult(client );
1277 … else if (client_pa && FD_ISSET(dns_sd_fd2, &readfds)) err = DNSServiceProcessResult(client_pa);
/titanic_50/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c295 err = DNSServiceProcessResult(pContext->ServiceRef); in Java_com_apple_dnssd_AppleService_ProcessResults()