Searched refs:CurrentRecord (Results 1 – 8 of 8) sorted by relevance
1547 if (m->CurrentRecord == rr) m->CurrentRecord = rr->next; in mDNS_Deregister_internal()1769 if (m->CurrentRecord) in DiscardDeregistrations()1770 …scardDeregistrations ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord)); in DiscardDeregistrations()1771 m->CurrentRecord = m->ResourceRecords; in DiscardDeregistrations()1773 while (m->CurrentRecord) in DiscardDeregistrations()1775 AuthRecord *rr = m->CurrentRecord; in DiscardDeregistrations()1779 m->CurrentRecord = rr->next; in DiscardDeregistrations()2444 if (m->CurrentRecord) in SendResponses()2445 …LogMsg("SendResponses ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord)… in SendResponses()2446 m->CurrentRecord = m->ResourceRecords; in SendResponses()[all …]
2056 if (m->CurrentRecord) in UpdateAllSRVRecords()2057 …"UpdateAllSRVRecords ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord)); in UpdateAllSRVRecords()2058 m->CurrentRecord = m->ResourceRecords; in UpdateAllSRVRecords()2059 while (m->CurrentRecord) in UpdateAllSRVRecords()2061 AuthRecord *rptr = m->CurrentRecord; in UpdateAllSRVRecords()2062 m->CurrentRecord = m->CurrentRecord->next; in UpdateAllSRVRecords()3544 if (m->CurrentRecord) in uDNS_ReceiveMsg()3545 …Msg("uDNS_ReceiveMsg ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord)); in uDNS_ReceiveMsg()3546 m->CurrentRecord = m->ResourceRecords; in uDNS_ReceiveMsg()3547 while (m->CurrentRecord) in uDNS_ReceiveMsg()[all …]
1877 AuthRecord *CurrentRecord; // Next AuthRecord about to be examined member
172 size_t CurrentRecord; variable180 BinaryCoverageReader() : CurrentRecord(0) {} in BinaryCoverageReader()
52 static Record *CurrentRecord = nullptr; variable55 if (CurrentRecord) in assert_with_loc()56 PrintFatalError(CurrentRecord->getLoc(), Str); in assert_with_loc()1811 CurrentRecord = R; in generateImpl()1843 CurrentRecord = nullptr; in generateImpl()1847 CurrentRecord = R; in indexBody()1853 CurrentRecord = nullptr; in indexBody()1923 CurrentRecord = R; in createIntrinsic()1960 CurrentRecord = nullptr; in createIntrinsic()
687 if (CurrentRecord >= MappingRecords.size()) in readNextRecord()693 auto &R = MappingRecords[CurrentRecord]; in readNextRecord()707 ++CurrentRecord; in readNextRecord()
728 if (CurrentRecord >= MappingRecords.size()) in readNextRecord()734 auto &R = MappingRecords[CurrentRecord]; in readNextRecord()748 ++CurrentRecord; in readNextRecord()
196 size_t CurrentRecord = 0; variable