Searched refs:CurrentRecord (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c1533 // Any code walking either list must use the CurrentQuestion and/or CurrentRecord mechanism to protect against this.
1736 if (m->CurrentRecord == rr) m->CurrentRecord = rr->next;
2012 // Any code walking either list must use the CurrentQuestion and/or CurrentRecord mechanism to protect against this.
2015 if (m->CurrentRecord)
2016 LogMsg("DiscardDeregistrations ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord));
2017 m->CurrentRecord = m->ResourceRecords;
2019 while (m->CurrentRecord)
2021 AuthRecord *rr = m->CurrentRecord;
[all...]
H A DuDNS.c2348 if (m->CurrentRecord)
2349 LogMsg("UpdateAllSRVRecords ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord));
2350 m->CurrentRecord = m->ResourceRecords;
2351 while (m->CurrentRecord)
2353 AuthRecord *rptr = m->CurrentRecord;
2354 m->CurrentRecord = m->CurrentRecord->next;
4014 if (m->CurrentRecord)
4015 LogMsg("uDNS_ReceiveMsg ERROR m->CurrentRecord alread
[all...]
H A DmDNSEmbeddedAPI.h2358 AuthRecord *CurrentRecord; // Next AuthRecord about to be examined member in struct:mDNS_struct
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Ddaemon.c283 rr = m->CurrentRecord;
286 LogMemCorruption("CurrentRecord: %p is garbage (%X)", rr, rr->resrec.RecordType);

Completed in 217 milliseconds