Searched defs:DNSServiceRefDeallocate (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c102 void DNSServiceRefDeallocate(DNSServiceRef sdRef) function
105 //LogMsg("DNSServiceRefDeallocate");
689 if (x->aQuery) DNSServiceRefDeallocate(x->aQuery);
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...]

Completed in 120 milliseconds