Searched refs:questionptr (Results 1 – 1 of 1) sorted by relevance
3939 const mDNSu8 *questionptr = m->omsg.data; in SendQueries() local3942 for (n = 0; n < m->omsg.h.numQuestions && questionptr; n++) in SendQueries()3944 … questionptr = getQuestion(&m->omsg, questionptr, limit, mDNSInterface_Any, &question); in SendQueries()3945 … if (questionptr && (question.qtype == kDNSQType_ANY) && (question.qclass == qclass) && in SendQueries()