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

/external/mdnsresponder/mDNSCore/
H A DuDNS.c3055 AuthRecord *rr, *nextRR; local
3062 for (rr = m->ResourceRecords; rr; rr = nextRR)
3065 // dereference nextRR before calling the function
3066 nextRR = rr->next;

Completed in 146 milliseconds