Home
last modified time | relevance | path

Searched refs:rrauth_tail (Results 1 – 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h1152 AuthRecord **rrauth_tail; // Tail end of that list member
DmDNS.c174 if ((*cp)->rrauth_tail != &(*cp)->members) in ReleaseAuthGroup()
260 ag->rrauth_tail = &ag->members; in GetAuthGroup()
289 *(ag->rrauth_tail) = rr; // Append this record to tail of cache slot list in InsertAuthRecord()
290 ag->rrauth_tail = &(rr->next); // Advance tail pointer in InsertAuthRecord()
318 (*ag)->rrauth_tail = rp; in RemoveAuthRecord()