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

/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddns_sd.h376 * DNSServiceProcessResult() should be called, which will extract the daemon's reply from
379 * constructs, DNSServiceProcessResult() will block until the response from the daemon arrives.
393 /* DNSServiceProcessResult()
400 * client is responsible for ensuring that DNSServiceProcessResult() is called whenever there is
411 DNSServiceErrorType DNSSD_API DNSServiceProcessResult(DNSServiceRef sdRef);
H A Ddnssd_clientstub.c121 DNSServiceProcessResult() returns NoError if socket read returns EWOULDBLOCK
518 DNSServiceErrorType DNSSD_API DNSServiceProcessResult(DNSServiceRef sdRef) function
/osnet-11/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c107 (DNSServiceProcessResult(ref) == kDNSServiceErr_NoError))) {
/osnet-11/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c82 // AUTO_CALLBACKS should be set to 0 if the client must call DNSServiceProcessResult() to
323 /* Call through to DNSServiceProcessResult() while data remains on socket. */
346 err = DNSServiceProcessResult(pContext->ServiceRef);
349 // The DNSServiceProcessResult() routine should have invoked our callback,

Completed in 34 milliseconds