Searched refs:CurrentRecord (Results 1 – 6 of 6) 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 …]
1866 AuthRecord *CurrentRecord; // Next AuthRecord about to be examined member
161 size_t CurrentRecord; variable169 BinaryCoverageReader() : CurrentRecord(0) {} in BinaryCoverageReader()
528 if (CurrentRecord >= MappingRecords.size()) in readNextRecord()534 auto &R = MappingRecords[CurrentRecord]; in readNextRecord()548 ++CurrentRecord; in readNextRecord()
51 static Record *CurrentRecord = nullptr; variable54 if (CurrentRecord) in assert_with_loc()55 PrintFatalError(CurrentRecord->getLoc(), Str); in assert_with_loc()1809 CurrentRecord = R; in generateImpl()1841 CurrentRecord = nullptr; in generateImpl()1845 CurrentRecord = R; in indexBody()1851 CurrentRecord = nullptr; in indexBody()1921 CurrentRecord = R; in createIntrinsic()1958 CurrentRecord = nullptr; in createIntrinsic()