Searched refs:dqp (Results 1 – 1 of 1) sorted by relevance
5740 DNSQuestion **dqp = &DupQuestions; in ProcessQuery() local5909 if (q->NextInDQList == mDNSNULL && dqp != &q->NextInDQList) in ProcessQuery()5913 { *dqp = q; dqp = &q->NextInDQList; } in ProcessQuery()5996 dqp = &DupQuestions; in ProcessQuery()5997 while (*dqp) in ProcessQuery()5999 DNSQuestion *q = *dqp; in ProcessQuery()6001 { *dqp = q->NextInDQList; q->NextInDQList = mDNSNULL; } in ProcessQuery()6002 else dqp = &q->NextInDQList; in ProcessQuery()