Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c1070 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef) in DNSServiceRefDeallocate() function
1158 if (!hdr) { DNSServiceRefDeallocate(tmp); return kDNSServiceErr_NoMemory; } in DNSServiceGetProperty()
1163 { DNSServiceRefDeallocate(tmp); return kDNSServiceErr_ServiceNotRunning; } in DNSServiceGetProperty()
1167 { DNSServiceRefDeallocate(tmp); return kDNSServiceErr_ServiceNotRunning; } in DNSServiceGetProperty()
1168 DNSServiceRefDeallocate(tmp); in DNSServiceGetProperty()
1192 DNSServiceRefDeallocate(tmp); in DNSServiceGetPID()
1201 DNSServiceRefDeallocate(tmp); in DNSServiceGetPID()
1205 DNSServiceRefDeallocate(tmp); in DNSServiceGetPID()
1305 if (!hdr) { DNSServiceRefDeallocate(*sdRef); *sdRef = NULL; return kDNSServiceErr_NoMemory; } in DNSServiceResolve()
1314 if (err) { DNSServiceRefDeallocate(*sdRef); *sdRef = NULL; } in DNSServiceResolve()
[all …]
H A Dmapfile-vers59 DNSServiceRefDeallocate;
H A Ddns_sd.h934 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef);
/titanic_50/usr/src/man/man3dns_sd/
H A DMakefile28 DNSServiceRefDeallocate.3dns_sd \
/titanic_50/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c95 DNSServiceRefDeallocate(ref); in _nss_mdns_queryrecord()
123 DNSServiceRefDeallocate(ref); in _nss_mdns_queryrecord()
150 DNSServiceRefDeallocate(ref); in _nss_mdns_queryrecord()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c666 DNSServiceRefDeallocate(sdref); in zonedata_resolve()
1795 if (client ) DNSServiceRefDeallocate(client ); in main()
1796 if (client_pa) DNSServiceRefDeallocate(client_pa); in main()
/titanic_50/usr/src/pkg/manifests/
H A Dservice-network-dns-mdns.mf164 file path=usr/share/man/man3dns_sd/DNSServiceRefDeallocate.3dns_sd
/titanic_50/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c217 DNSServiceRefDeallocate( pContext->ServiceRef); in Java_com_apple_dnssd_AppleService_HaltOperation()