Lines Matching refs:soa
87 NegativeElement(Name name, int type, SOARecord soa, int cred, in NegativeElement() argument
93 if (soa != null) in NegativeElement()
94 cttl = soa.getMinimum(); in NegativeElement()
382 addNegative(Name name, int type, SOARecord soa, int cred) { in addNegative() argument
384 if (soa != null) in addNegative()
385 ttl = soa.getTTL(); in addNegative()
395 soa, cred, in addNegative()
664 RRset soa = null, ns = null; in addMessage() local
668 soa = auth[i]; in addMessage()
676 if (rcode == Rcode.NXDOMAIN || soa != null || ns == null) { in addMessage()
680 if (soa != null) in addMessage()
681 soarec = (SOARecord) soa.first(); in addMessage()