Lines Matching full:sdref
719 * sdRef: A DNSServiceRef initialized by any of the DNSService calls.
725 int DNSSD_API DNSServiceRefSockFD(DNSServiceRef sdRef);
739 * sdRef: A DNSServiceRef initialized by any of the DNSService calls
746 DNSServiceErrorType DNSSD_API DNSServiceProcessResult(DNSServiceRef sdRef);
771 * sdRef: A DNSServiceRef initialized by any of the DNSService calls.
775 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef);
800 * sdRef: The DNSServiceRef initialized by DNSServiceEnumerateDomains().
821 DNSServiceRef sdRef,
832 * sdRef: A pointer to an uninitialized DNSServiceRef. If the call succeeds
861 DNSServiceRef *sdRef,
879 * sdRef: The DNSServiceRef initialized by DNSServiceRegister().
912 DNSServiceRef sdRef,
924 * sdRef: A pointer to an uninitialized DNSServiceRef. If the call succeeds
1026 DNSServiceRef *sdRef,
1056 * sdRef: A DNSServiceRef initialized by DNSServiceRegister().
1081 DNSServiceRef sdRef,
1100 * sdRef: A DNSServiceRef that was initialized by DNSServiceRegister()
1122 DNSServiceRef sdRef,
1138 * sdRef: A DNSServiceRef initialized by DNSServiceRegister() (if the
1154 DNSServiceRef sdRef,
1170 * sdRef: The DNSServiceRef initialized by DNSServiceBrowse().
1206 DNSServiceRef sdRef,
1219 * sdRef: A pointer to an uninitialized DNSServiceRef. If the call succeeds
1256 DNSServiceRef *sdRef,
1283 * sdRef: The DNSServiceRef initialized by DNSServiceResolve().
1329 DNSServiceRef sdRef,
1344 * sdRef: A pointer to an uninitialized DNSServiceRef. If the call succeeds
1384 DNSServiceRef *sdRef,
1407 * sdRef: The DNSServiceRef initialized by DNSServiceQueryRecord().
1447 DNSServiceRef sdRef,
1463 * sdRef: A pointer to an uninitialized DNSServiceRef. If the call succeeds
1502 DNSServiceRef *sdRef,
1525 * sdRef: The DNSServiceRef initialized by DNSServiceGetAddrInfo().
1556 DNSServiceRef sdRef,
1569 * sdRef: A pointer to an uninitialized DNSServiceRef. If the call succeeds then it
1610 DNSServiceRef *sdRef,
1635 * sdRef: A pointer to an uninitialized DNSServiceRef. Deallocating
1644 DNSServiceErrorType DNSSD_API DNSServiceCreateConnection(DNSServiceRef *sdRef);
1656 * sdRef: The connected DNSServiceRef initialized by
1675 DNSServiceRef sdRef,
1685 * sdRef: A DNSServiceRef initialized by DNSServiceCreateConnection().
1729 DNSServiceRef sdRef,
1860 * sdRef: The DNSServiceRef initialized by DNSServiceNATPortMappingCreate().
1894 DNSServiceRef sdRef,
1909 * sdRef: A pointer to an uninitialized DNSServiceRef. If the call succeeds then it
1958 DNSServiceRef *sdRef,
1972 DNSServiceRef sdRef,
1981 DNSServiceRef *sdRef,
2390 * using "DNSServiceSetDispatchQueue(sdref, dispatch_get_main_queue());"