Searched refs:CurrentRecord (Results 1 – 2 of 2) sorted by relevance
2809 if (m->CurrentRecord == rr) m->CurrentRecord = rr->next; in mDNS_Deregister_internal()2998 if (m->CurrentRecord) LogMsg("DiscardDeregistrations ERROR m->CurrentRecord already set"); in DiscardDeregistrations()2999 m->CurrentRecord = m->ResourceRecords; in DiscardDeregistrations()3001 while (m->CurrentRecord) in DiscardDeregistrations()3003 AuthRecord *rr = m->CurrentRecord; in DiscardDeregistrations()3007 m->CurrentRecord = rr->next; in DiscardDeregistrations()3297 if (m->CurrentRecord) LogMsg("SendResponses: ERROR m->CurrentRecord already set"); in SendResponses()3298 m->CurrentRecord = m->ResourceRecords; in SendResponses()3299 while (m->CurrentRecord) in SendResponses()3301 rr = m->CurrentRecord; in SendResponses()[all …]
2178 AuthRecord *CurrentRecord; // Next AuthRecord about to be examined member