HomeSort by relevance Sort by last modified time
    Searched refs:DNSServiceRefDeallocate (Results 1 - 6 of 6) sorted by null

  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 414 // Return a connected service ref (deallocate with DNSServiceRefDeallocate)
    [all...]
dns_sd.h 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
    [all...]
dnssd_clientshim.c 102 void DNSServiceRefDeallocate(DNSServiceRef sdRef)
105 //LogMsg("DNSServiceRefDeallocate");
689 if (x->aQuery) DNSServiceRefDeallocate(x->aQuery);
  /external/mdnsresponder/Clients/
dns-sd.c 471 DNSServiceRefDeallocate(sdref);
510 //if (operation == 'S' && num_printed % 5 == 0) DNSServiceRefDeallocate(sdref);
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 908 DNSServiceRefDeallocate (sdref);
983 DNSServiceRefDeallocate (sdref);
    [all...]
  /system/netd/
MDnsSdListener.cpp 146 DNSServiceRefDeallocate(*ref);

Completed in 282 milliseconds