Lines Matching refs:CancelGetZoneData
1052 if (rr->nta) { CancelGetZoneData(m, rr->nta); rr->nta = mDNSNULL; }
1725 if (rr->nta) { CancelGetZoneData(m, rr->nta); rr->nta = mDNSNULL; }
5412 if (question->nta) { CancelGetZoneData(m, question->nta); question->nta = mDNSNULL; }
5463 // GetZoneData question and also frees the memory (See CancelGetZoneData). If we stop the GetZoneData
11785 // CancelGetZoneData is an internal routine (i.e. must be called with the lock already held)
11786 mDNSexport void CancelGetZoneData(mDNS *const m, ZoneData *nta)
11788 debugf("CancelGetZoneData %##s (%s)", nta->question.qname.c, DNSTypeName(nta->question.qtype));
11796 LogMsg("CancelGetZoneData: Question %##s (%s) ThisQInterval %d not -1", nta->question.qname.c, DNSTypeName(nta->question.qtype), nta->question.ThisQInterval);
11956 if (question->nta) { CancelGetZoneData(m, question->nta); question->nta = mDNSNULL; }
12777 if (rr->nta) { rr->updateid = zeroID; CancelGetZoneData(m, rr->nta); }