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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c864 ExtraResourceRecord *extra = (ExtraResourceRecord *)rr->RecordContext;
895 e->r.RecordContext = e;
1070 if (!rr->RecordContext) // parent struct already freed by termination callback
1088 registered_record_entry *re = rr->RecordContext;
1204 ptr->rr->RecordContext = NULL;
1262 rr->RecordContext = re;
1580 e->rr->RecordContext = NULL;
2367 mDNSPlatformMemFree(rr->RecordContext);
H A DuDNS.c2460 HostnameInfo *hi = (HostnameInfo *)rr->RecordContext;
2499 rr->RecordContext = (void *)hi->StatusContext;
2502 rr->RecordContext = (void *)hi;
2519 rr->RecordContext = (void *)hi->StatusContext;
2522 rr->RecordContext = (void *)hi;
5292 if (result == mStatus_MemFree) mDNSPlatformMemFree(rr->RecordContext);
H A DmDNSEmbeddedAPI.h1515 void *RecordContext; // Context parameter for the callback function member in struct:AuthRecord_struct
H A DDNSCommon.c1416 rr->RecordContext = Context;
H A DmDNS.c13193 ServiceRecordSet *sr = (ServiceRecordSet *)rr->RecordContext;
13253 ServiceRecordSet *sr = (ServiceRecordSet *)rr->RecordContext;
13475 extra->r.RecordContext = Context;

Completed in 190 milliseconds