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

/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c446 // Return a connected service ref (deallocate with DNSServiceRefDeallocate)
936 // The Callback can call DNSServiceRefDeallocate which in turn frees sdr and all the records.
948 // If DNSServiceRefDeallocate was called in the callback, morebytes will be zero. As the sdRef
950 // call the callback with a subordinate sdRef the application can call DNSServiceRefDeallocate
951 // on the main sdRef and DNSServiceRefDeallocate handles this case by walking all the sdRefs and
954 // If DNSServiceRefDeallocate was not called in the callback, then set moreptr to NULL so that
1071 // CAUTION: We have to handle the case where the client calls DNSServiceRefDeallocate from within the callback function.
1072 // To do this we set moreptr to point to morebytes. If the client does call DNSServiceRefDeallocate(),
1087 // (b) morebytes was 1 above, and we set sdRef->moreptr, but the operation was cancelled (with DNSServiceRefDeallocate()),
1097 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRe function
[all...]

Completed in 1100 milliseconds