Home
last modified time | relevance | path

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

/netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/
DmDNS.c15127 …DNSQuestion **const newQSublistPtr = localOnlyOrP2P ? &m->NewLocalOnlyQuestions : &m->NewQuestions; in InsertNewQuestionInList() local
15128 const DNSQuestion *const newQSublist = *newQSublistPtr; in InsertNewQuestionInList()
15174 *newQSublistPtr = question; in InsertNewQuestionInList()