Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:mStatus_MemFree

2087 			mDNS_Deregister(m, &h->arv4);	// mStatus_MemFree callback will re-register with new address
2143 if (result == mStatus_MemFree)
2149 LogInfo("HostnameCallback: Got mStatus_MemFree for %p %p %s", hi, rr, ARDisplayString(m, rr));
2328 // When both deregistrations complete we'll free the memory in the mStatus_MemFree callback
2388 // For records still in the process of deregistering it will ignore them, and let the mStatus_MemFree callback handle them.
4696 if (result == mStatus_MemFree) mDNSPlatformMemFree(rr->RecordContext);