HomeSort by: relevance | last modified time | path
    Searched defs:DNSServiceRefDeallocate (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-dnssd.c 520 #undef DNSServiceRefDeallocate
523 DNSServiceRefDeallocate(sdRef->sdref);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-client.c 35 #undef DNSServiceRefDeallocate
36 #define DNSServiceRefDeallocate srp_client_ref_deallocate
538 // Add it to the list (so it will appear valid to DNSServiceRefDeallocate()).
583 // Add it to the list (so it will appear valid to DNSServiceRefDeallocate()).
603 DNSServiceRefDeallocate(reg); \
618 DNSServiceRefDeallocate(reg);
662 DNSServiceRefDeallocate(DNSServiceRef sdRef)
1071 rp->skip = true; // The caller should do DNSServiceRefDeallocate, but if they don't, we don't want
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dnssd_clientstub.c 704 // Return a connected service ref (deallocate with DNSServiceRefDeallocate)
1220 // The Callback can call DNSServiceRefDeallocate which in turn frees sdr and all the records.
1232 // If DNSServiceRefDeallocate was called in the callback, morebytes will be zero. As the sdRef
1234 // call the callback with a subordinate sdRef the application can call DNSServiceRefDeallocate
1235 // on the main sdRef and DNSServiceRefDeallocate handles this case by walking all the sdRefs and
1238 // If DNSServiceRefDeallocate was not called in the callback, then set moreptr to NULL so that
1360 // CAUTION: We have to handle the case where the client calls DNSServiceRefDeallocate from within the callback function.
1361 // To do this we set moreptr to point to morebytes. If the client does call DNSServiceRefDeallocate(),
1376 // (b) morebytes was 1 above, and we set sdRef->moreptr, but the operation was cancelled (with DNSServiceRefDeallocate()),
1386 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef
    [all...]

Completed in 35 milliseconds