Searched refs:curSOA (Results 1 – 1 of 1) sorted by relevance
3583 domainname *curSOA; // name we have an outstanding SOA query for member3740 if (rr->rrtype == kDNSType_SOA && SameDomainName(context->curSOA, rr->name)) in hndlLookupSOA()3760 if (context->state != init && !context->curSOA->c[0]) in hndlLookupSOA()3770 if (context->state == init) context->curSOA = &context->origName; in hndlLookupSOA()3771 …else context->curSOA = (domainname *)(context->curSOA->c + context->curSOA… in hndlLookupSOA()3774 AssignDomainName(&query->qname, context->curSOA); in hndlLookupSOA()