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

/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c352 // return a connected service ref (deallocate with DNSServiceRefDeallocate)
549 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef) function
628 DNSServiceRefDeallocate(sdr);
716 DNSServiceRefDeallocate(sdr);
793 DNSServiceRefDeallocate(sdr);
828 DNSServiceRefDeallocate(sdr);
917 DNSServiceRefDeallocate(sdr);
988 DNSServiceRefDeallocate(sdr);
1246 DNSServiceRefDeallocate(tmp);
H A Ddns_sd.h414 /* DNSServiceRefDeallocate()
421 * be removed BEFORE DNSServiceRefDeallocate() is called, as this function closes the reference's
440 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef);
453 * The enumeration MUST be cancelled via DNSServiceRefDeallocate() when no more domains
501 * terminates it by passing this DNSServiceRef to DNSServiceRefDeallocate().
585 * terminates it by passing this DNSServiceRef to DNSServiceRefDeallocate().
642 * The client may still deregister the service at any time via DNSServiceRefDeallocate().
690 * If the above DNSServiceRef is passed to DNSServiceRefDeallocate(), RecordRef is also
850 * terminates it by passing this DNSServiceRef to DNSServiceRefDeallocate().
899 * DNSServiceRefDeallocate()
[all...]
/osnet-11/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c92 DNSServiceRefDeallocate(ref);
122 DNSServiceRefDeallocate(ref);
150 DNSServiceRefDeallocate(ref);
/osnet-11/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c265 // MUST clear fNativeContext first, BEFORE calling DNSServiceRefDeallocate()
268 DNSServiceRefDeallocate( pContext->ServiceRef);

Completed in 57 milliseconds