Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:DNSServiceCreateConnection

271      * call DNSServiceCreateConnection(&MainRef) to initialize the main DNSServiceRef.
281 * error = DNSServiceCreateConnection(&MainRef);
321 * 3. Only share DNSServiceRef's created with DNSServiceCreateConnection
322 DNSServiceCreateConnection(&ref) creates a special shareable DNSServiceRef.
329 * (the parent DNSServiceRef, originally created by DNSServiceCreateConnection(&ref))
759 * Note: If the reference was initialized with DNSServiceCreateConnection(), any DNSRecordRefs
1101 * or DNSServiceCreateConnection().
1140 * DNSServiceCreateConnection() (if the record being removed was registered via
1623 * DNSServiceCreateConnection(), DNSServiceRegisterRecord(), DNSServiceReconfirmRecord()
1628 /* DNSServiceCreateConnection()
1644 DNSServiceErrorType DNSSD_API DNSServiceCreateConnection(DNSServiceRef *sdRef);
1657 * DNSServiceCreateConnection().
1685 * sdRef: A DNSServiceRef initialized by DNSServiceCreateConnection().