Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:RecordContext

2141 	HostnameInfo *hi = (HostnameInfo *)rr->RecordContext;
2180 rr->RecordContext = (void *)hi->StatusContext;
2183 rr->RecordContext = (void *)hi;
2200 rr->RecordContext = (void *)hi->StatusContext;
2203 rr->RecordContext = (void *)hi;
4696 if (result == mStatus_MemFree) mDNSPlatformMemFree(rr->RecordContext);