Searched refs:DNSServiceRefDeallocate (Results 1 - 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c414 // Return a connected service ref (deallocate with DNSServiceRefDeallocate)
854 // The Callback can call DNSServiceRefDeallocate which in turn frees sdr and all the records.
866 // If DNSServiceRefDeallocate was called in the callback, morebytes will be zero. It means
868 // DNSServiceRefDeallocate on the first sdRef frees all other sdrefs.
981 // CAUTION: We have to handle the case where the client calls DNSServiceRefDeallocate from within the callback function.
982 // To do this we set moreptr to point to morebytes. If the client does call DNSServiceRefDeallocate(),
997 // (b) morebytes was 1 above, and we set sdRef->moreptr, but the operation was cancelled (with DNSServiceRefDeallocate()),
1007 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef) function
1009 if (!sdRef) { syslog(LOG_WARNING, "dnssd_clientstub DNSServiceRefDeallocate called with NULL DNSServiceRef"); return; }
1013 syslog(LOG_WARNING, "dnssd_clientstub DNSServiceRefDeallocate calle
[all...]
H A Ddns_sd.h287 * 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()
[all...]
H A Ddnssd_clientshim.c102 void DNSServiceRefDeallocate(DNSServiceRef sdRef) function
105 //LogMsg("DNSServiceRefDeallocate");
689 if (x->aQuery) DNSServiceRefDeallocate(x->aQuery);
/external/mdnsresponder/Clients/
H A Ddns-sd.c471 DNSServiceRefDeallocate(sdref);
510 //if (operation == 'S' && num_printed % 5 == 0) DNSServiceRefDeallocate(sdref);
1303 if (client ) DNSServiceRefDeallocate(client );
1304 if (client_pa) DNSServiceRefDeallocate(client_pa);
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c908 DNSServiceRefDeallocate (sdref);
983 DNSServiceRefDeallocate (sdref);

Completed in 1692 milliseconds