Lines Matching defs:nta

1044     if (rr->nta) { CancelGetZoneData(m, rr->nta); rr->nta = mDNSNULL; }
1317 rr->nta = mDNSNULL;
1679 if (rr->nta) { CancelGetZoneData(m, rr->nta); rr->nta = mDNSNULL; }
5343 if (question->nta) { CancelGetZoneData(m, question->nta); question->nta = mDNSNULL; }
5393 // question) through their "nta" pointer. Normally when the original query stops, it stops the
5405 if (q == &refq->nta->question)
10426 q->nta = question->nta;
10451 question->nta = mDNSNULL; // If we've got a GetZoneData in progress, transfer it to the newly active question
10457 if (q->nta)
10459 LogInfo("UpdateQuestionDuplicates transferred nta pointer for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
10460 q->nta->ZoneDataContext = q;
11560 question->nta = mDNSNULL;
11754 mDNSexport void CancelGetZoneData(mDNS *const m, ZoneData *nta)
11756 debugf("CancelGetZoneData %##s (%s)", nta->question.qname.c, DNSTypeName(nta->question.qtype));
11760 if (nta->question.ThisQInterval != -1)
11762 mDNS_StopQuery_internal(m, &nta->question);
11763 if (nta->question.ThisQInterval != -1)
11764 LogMsg("CancelGetZoneData: Question %##s (%s) ThisQInterval %d not -1", nta->question.qname.c, DNSTypeName(nta->question.qtype), nta->question.ThisQInterval);
11766 mDNSPlatformMemFree(nta);
11902 // wait until we send the refresh above which needs the nta
11903 if (question->nta) { CancelGetZoneData(m, question->nta); question->nta = mDNSNULL; }
12735 // be accepted as a valid response. If we accept the response, we might free the new "nta"
12736 if (rr->nta) { rr->updateid = zeroID; CancelGetZoneData(m, rr->nta); }
12737 rr->nta = StartGetZoneData(m, rr->resrec.name, ZoneServiceUpdate, RecordRegistrationGotZoneData, rr);