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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c1358 // Any code walking either list must use the CurrentQuestion and/or CurrentRecord mechanism to protect against this.
1547 if (m->CurrentRecord == rr) m->CurrentRecord = rr->next;
1766 // Any code walking either list must use the CurrentQuestion and/or CurrentRecord mechanism to protect against this.
1769 if (m->CurrentRecord)
1770 LogMsg("DiscardDeregistrations ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord));
1771 m->CurrentRecord = m->ResourceRecords;
1773 while (m->CurrentRecord)
1775 AuthRecord *rr = m->CurrentRecord;
[all...]
H A DuDNS.c2056 if (m->CurrentRecord)
2057 LogMsg("UpdateAllSRVRecords ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord));
2058 m->CurrentRecord = m->ResourceRecords;
2059 while (m->CurrentRecord)
2061 AuthRecord *rptr = m->CurrentRecord;
2062 m->CurrentRecord = m->CurrentRecord->next;
3544 if (m->CurrentRecord)
3545 LogMsg("uDNS_ReceiveMsg ERROR m->CurrentRecord alread
[all...]
H A DmDNSEmbeddedAPI.h1866 AuthRecord *CurrentRecord; // Next AuthRecord about to be examined member in struct:mDNS_struct
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp49 static Record *CurrentRecord = nullptr; member in namespace:__anon19562
52 if (CurrentRecord)
53 PrintFatalError(CurrentRecord->getLoc(), Str);
1802 CurrentRecord = R;
1834 CurrentRecord = nullptr;
1838 CurrentRecord = R;
1844 CurrentRecord = nullptr;
1914 CurrentRecord = R;
1951 CurrentRecord = nullptr;

Completed in 212 milliseconds