Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:DNSServiceRefDeallocate

287      * DNSServiceRefDeallocate(BrowseRef); // Terminate the browse operation
288 * DNSServiceRefDeallocate(MainRef); // Terminate the shared connection
327 * Calling DNSServiceRefDeallocate(ref) for a particular operation's DNSServiceRef terminates
328 * just that operation. Calling DNSServiceRefDeallocate(ref) for the main shared DNSServiceRef
333 * to do a DNSServiceRefDeallocate (or any other operation) on them will result in accesses
749 /* DNSServiceRefDeallocate()
756 * be removed BEFORE DNSServiceRefDeallocate() is called, as this function closes the reference's
775 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef);
788 * The enumeration MUST be cancelled via DNSServiceRefDeallocate() when no more domains
835 * terminates it by passing this DNSServiceRef to DNSServiceRefDeallocate().
890 * the service registration by calling DNSServiceRefDeallocate(ref);
927 * terminates it by passing this DNSServiceRef to DNSServiceRefDeallocate().
1013 * The client may still deregister the service at any time via DNSServiceRefDeallocate().
1060 * If the above DNSServiceRef is passed to DNSServiceRefDeallocate(), RecordRef is also
1222 * terminates it by passing this DNSServiceRef to DNSServiceRefDeallocate().
1275 * DNSServiceRefDeallocate().
1347 * terminates it by passing this DNSServiceRef to DNSServiceRefDeallocate().
1466 * terminates it by passing this DNSServiceRef to DNSServiceRefDeallocate().
1572 * by passing this DNSServiceRef to DNSServiceRefDeallocate().
1636 * the reference (via DNSServiceRefDeallocate()) severs the
1660 * DNSServiceRef is passed to DNSServiceRefDeallocate(), this DNSRecordRef is
1691 * DNSServiceRefDeallocate()).
1802 * explicitly terminates the port mapping request by calling DNSServiceRefDeallocate().
1912 * mapping request by passing this DNSServiceRef to DNSServiceRefDeallocate().
2397 * DNSServiceRefDeallocate to free the DNSServiceRef when it gets such an error code.
2409 * the application no longer requires that operation and terminates it using DNSServiceRefDeallocate.