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

/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c113 void DNSServiceRefDeallocate(DNSServiceRef sdRef) function
116 //LogMsg("DNSServiceRefDeallocate");
704 if (x->aQuery) DNSServiceRefDeallocate(x->aQuery);
H A Ddnssd_clientstub.c415 // Return a connected service ref (deallocate with DNSServiceRefDeallocate)
855 // The Callback can call DNSServiceRefDeallocate which in turn frees sdr and all the records.
867 // If DNSServiceRefDeallocate was called in the callback, morebytes will be zero. It means
869 // DNSServiceRefDeallocate on the first sdRef frees all other sdrefs.
982 // CAUTION: We have to handle the case where the client calls DNSServiceRefDeallocate from within the callback function.
983 // To do this we set moreptr to point to morebytes. If the client does call DNSServiceRefDeallocate(),
998 // (b) morebytes was 1 above, and we set sdRef->moreptr, but the operation was cancelled (with DNSServiceRefDeallocate()),
1008 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef) function
1010 if (!sdRef) { syslog(LOG_WARNING, "dnssd_clientstub DNSServiceRefDeallocate called with NULL DNSServiceRef"); return; }
1014 syslog(LOG_WARNING, "dnssd_clientstub DNSServiceRefDeallocate calle
[all...]

Completed in 343 milliseconds