Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c549 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef) in DNSServiceRefDeallocate() function
628 DNSServiceRefDeallocate(sdr); in DNSServiceResolve()
716 DNSServiceRefDeallocate(sdr); in DNSServiceQueryRecord()
793 DNSServiceRefDeallocate(sdr); in DNSServiceBrowse()
828 DNSServiceRefDeallocate(sdr); in DNSServiceSetDefaultDomainForUser()
917 DNSServiceRefDeallocate(sdr); in DNSServiceRegister()
988 DNSServiceRefDeallocate(sdr); in DNSServiceEnumerateDomains()
1246 DNSServiceRefDeallocate(tmp); in DNSServiceReconfirmRecord()
H A Dmapfile-vers51 DNSServiceRefDeallocate;
H A Ddns_sd.h442 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef);
/titanic_44/usr/src/man/man3dns_sd/
H A DMakefile28 DNSServiceRefDeallocate.3dns_sd \
/titanic_44/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_44/usr/src/cmd/cmd-inet/usr.bin/
H A Ddns-sd.c785 if (client ) DNSServiceRefDeallocate(client ); in main()
786 if (client2) DNSServiceRefDeallocate(client2); in main()
/titanic_44/usr/src/pkg/manifests/
H A Dservice-network-dns-mdns.mf155 file path=usr/share/man/man3dns_sd/DNSServiceRefDeallocate.3dns_sd
/titanic_44/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c268 DNSServiceRefDeallocate( pContext->ServiceRef); in Java_com_apple_dnssd_AppleService_HaltOperation()