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

/external/avahi/avahi-compat-libdns_sd/
H A Dnull-test.c65 DNSServiceRefDeallocate(ref1);
66 DNSServiceRefDeallocate(ref2);
67 DNSServiceRefDeallocate(ref3);
68 DNSServiceRefDeallocate(ref4);
H A Dcompat.c416 DNSServiceRefDeallocate(sdref);
523 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdref) { function
666 DNSServiceRefDeallocate(sdref);
780 DNSServiceRefDeallocate(sdref);
893 DNSServiceRefDeallocate(sdref);
1205 DNSServiceRefDeallocate(sdref);
1369 DNSServiceRefDeallocate(sdref);
H A Ddns_sd.h413 /* DNSServiceRefDeallocate()
420 * be removed BEFORE DNSServiceRefDeallocate() is called, as this function closes the reference's
439 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef);
452 * The enumeration MUST be cancelled via DNSServiceRefDeallocate() when no more domains
500 * terminates it by passing this DNSServiceRef to DNSServiceRefDeallocate().
584 * terminates it by passing this DNSServiceRef to DNSServiceRefDeallocate().
641 * The client may still deregister the service at any time via DNSServiceRefDeallocate().
689 * If the above DNSServiceRef is passed to DNSServiceRefDeallocate(), RecordRef is also
849 * terminates it by passing this DNSServiceRef to DNSServiceRefDeallocate().
898 * DNSServiceRefDeallocate()
[all...]
/external/mdnsresponder/mDNSShared/
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...]
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.c113 void DNSServiceRefDeallocate(DNSServiceRef sdRef) function
116 //LogMsg("DNSServiceRefDeallocate");
704 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 183 milliseconds