Searched refs:RecordContext (Results 1 - 6 of 6) sorted by relevance

/external/mdnsresponder/mDNSPosix/
H A DProxyResponder.c56 ProxyHost *f = (ProxyHost*)rr->RecordContext;
177 const domainname *proxyhostname = (const domainname *)rr->RecordContext;
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c672 ExtraResourceRecord *extra = (ExtraResourceRecord *)rr->RecordContext;
703 e->r.RecordContext = e;
869 if (!rr->RecordContext) // parent struct already freed by termination callback
887 registered_record_entry *re = rr->RecordContext;
963 ptr->rr->RecordContext = NULL;
1019 rr->RecordContext = re;
1300 e->rr->RecordContext = NULL;
1886 mDNSPlatformMemFree(rr->RecordContext);
/external/mdnsresponder/mDNSCore/
H A DuDNS.c2141 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);
H A DmDNSEmbeddedAPI.h1192 void *RecordContext; // Context parameter for the callback function member in struct:AuthRecord_struct
H A DDNSCommon.c1049 rr->RecordContext = Context;
H A DmDNS.c9695 ServiceRecordSet *sr = (ServiceRecordSet *)rr->RecordContext;
9754 ServiceRecordSet *sr = (ServiceRecordSet *)rr->RecordContext;
9962 extra->r.RecordContext = Context;

Completed in 125 milliseconds