Home
last modified time | relevance | path

Searched refs:DNSServiceRefDeallocate (Results 1 – 13 of 13) sorted by relevance

/external/mdnsresponder/mDNSShared/
Ddnssd_clientstub.c1008 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef) in DNSServiceRefDeallocate() function
1088 if (!hdr) { DNSServiceRefDeallocate(tmp); return kDNSServiceErr_NoMemory; } in DNSServiceGetProperty()
1093 { DNSServiceRefDeallocate(tmp); return kDNSServiceErr_ServiceNotRunning; } in DNSServiceGetProperty()
1097 { DNSServiceRefDeallocate(tmp); return kDNSServiceErr_ServiceNotRunning; } in DNSServiceGetProperty()
1098 DNSServiceRefDeallocate(tmp); in DNSServiceGetProperty()
1173 if (!hdr) { DNSServiceRefDeallocate(*sdRef); *sdRef = NULL; return kDNSServiceErr_NoMemory; } in DNSServiceResolve()
1182 if (err) { DNSServiceRefDeallocate(*sdRef); *sdRef = NULL; } in DNSServiceResolve()
1232 if (!hdr) { DNSServiceRefDeallocate(*sdRef); *sdRef = NULL; return kDNSServiceErr_NoMemory; } in DNSServiceQueryRecord()
1241 if (err) { DNSServiceRefDeallocate(*sdRef); *sdRef = NULL; } in DNSServiceQueryRecord()
1328 if (!hdr) { DNSServiceRefDeallocate(*sdRef); *sdRef = NULL; return kDNSServiceErr_NoMemory; } in DNSServiceGetAddrInfo()
[all …]
Ddnssd_clientshim.c113 void DNSServiceRefDeallocate(DNSServiceRef sdRef) in DNSServiceRefDeallocate() function
704 if (x->aQuery) DNSServiceRefDeallocate(x->aQuery); in DNSServiceGetAddrInfoDispose()
Ddns_sd.h775 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef);
/external/mdnsresponder/mDNSWindows/DLL/
Ddnssd.def23 DNSServiceRefDeallocate
/external/libcups/cups/
Ddest.c2810 DNSServiceRefDeallocate(device->ref); in cups_dnssd_free_device()
2939 DNSServiceRefDeallocate(device->ref); in cups_dnssd_get_device()
3004 DNSServiceRefDeallocate(device->ref); in cups_dnssd_local_cb()
3726 DNSServiceRefDeallocate(data.main_ref);
3734 DNSServiceRefDeallocate(data.main_ref);
3743 DNSServiceRefDeallocate(data.main_ref);
3751 DNSServiceRefDeallocate(data.main_ref);
3943 DNSServiceRefDeallocate(ipp_ref);
3945 DNSServiceRefDeallocate(local_ipp_ref);
3949 DNSServiceRefDeallocate(ipps_ref);
[all …]
Dhttp-support.c1994 DNSServiceRefDeallocate(domainref); in _httpResolveURI()
1996 DNSServiceRefDeallocate(ippref); in _httpResolveURI()
1998 DNSServiceRefDeallocate(ippsref); in _httpResolveURI()
2001 DNSServiceRefDeallocate(localref); in _httpResolveURI()
2004 DNSServiceRefDeallocate(ref); in _httpResolveURI()
/external/mdnsresponder/mDNSWindows/ControlPanel/
DConfigPropertySheet.cpp189 DNSServiceRefDeallocate( m_browseDomainsRef ); in TearDownBrowsing()
/external/mdnsresponder/Clients/
Ddns-sd.c471 DNSServiceRefDeallocate(sdref); in zonedata_resolve()
1303 if (client ) DNSServiceRefDeallocate(client ); in main()
1304 if (client_pa) DNSServiceRefDeallocate(client_pa); in main()
/external/mdnsresponder/mDNSWindows/mdnsNSP/
DmdnsNSP.c1087 DNSServiceRefDeallocate( inRef->resolver4 ); in QueryRelease()
1100 DNSServiceRefDeallocate( inRef->resolver6 ); in QueryRelease()
1216 DNSServiceRefDeallocate( inRef ); in QueryRecordCallback4()
1306 DNSServiceRefDeallocate( inRef ); in QueryRecordCallback6()
/external/mdnsresponder/mDNSPosix/
Dnss_mdns.c908 DNSServiceRefDeallocate (sdref); in mdns_lookup_name()
983 DNSServiceRefDeallocate (sdref); in mdns_lookup_addr()
/external/mdnsresponder/mDNSWindows/DLLX/
DDNSSDService.cpp1328 DNSServiceRefDeallocate( m_primary ); in Stop()
1338 DNSServiceRefDeallocate( m_subord ); in Stop()
/external/mdnsresponder/mDNSWindows/DLLStub/
DDLLStub.cpp116 DNSServiceRefDeallocate(DNSServiceRef sdRef) in DNSServiceRefDeallocate() function
/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.cpp316 DNSServiceRefDeallocate(m_ref); in ~ServiceRefImpl()