Lines Matching refs:found
2409 * to be found in 'rbtdb'.
2569 rdatasetheader_t *found;
2575 * that counts, so we'll just continue if we've already found a
2581 found = NULL;
2621 * We've found an NS rdataset that
2643 found = ns_header;
2646 found = dname_header;
2649 found = ns_header;
2653 if (found != NULL) {
2660 search->zonecut_rdataset = found;
2663 * Since we've found a zonecut, anything beneath it is
3163 * We have found the wildcard node. If it
3275 rdatasetheader_t *header, *header_next, *found, *foundsig;
3308 found = NULL;
3338 found = header;
3343 if (found != NULL)
3349 if (found != NULL && search->rbtversion->havensec3 &&
3350 found->type == dns_rdatatype_nsec3 &&
3351 !matchparams(found, search)) {
3353 found = NULL;
3357 } else if (found != NULL &&
3361 * We've found the right NSEC/NSEC3 record.
3378 found, search->now,
3387 } else if (found == NULL && foundsig == NULL) {
3400 * We found an active node, but either the
3453 rdatasetheader_t *header, *header_next, *found, *nsecheader;
3531 goto found;
3561 found:
3563 * We have found a node whose name is the desired name, or we
3608 found = NULL;
3671 found = NULL;
3674 if (found != NULL && foundsig != NULL)
3689 * If we found a type we were looking for,
3697 * We've found the answer!
3699 found = header;
3723 * We've found the RRSIG rdataset for our
3730 if (!maybe_zonecut && found != NULL)
3774 if (found == NULL) {
3842 * We found what we were looking for, or we found a CNAME.
3845 if (type != found->type &&
3847 found->type == dns_rdatatype_cname) {
3849 * We weren't doing an ANY query and we found a CNAME instead
3878 * We might have found data that isn't glue, but was occluded
3908 bind_rdataset(search.rbtdb, node, found, 0, rdataset);
3924 * If we found a zonecut but aren't going to use it, we have to
4091 rdatasetheader_t *found, *foundsig;
4114 found = NULL;
4165 * We've found an extant rdataset. See if
4169 found = header;
4175 if (found != NULL)
4183 if (found != NULL) {
4218 bind_rdataset(search->rbtdb, node, found, search->now,
4223 if (need_headerupdate(found, search->now) ||
4232 if (need_headerupdate(found, search->now))
4233 update_header(search->rbtdb, found,
4246 if (found == NULL && i > 0) {
4264 rdatasetheader_t *found, *foundsig;
4290 found = NULL;
4347 found = header;
4352 if (found != NULL) {
4357 bind_rdataset(search->rbtdb, node, found,
4390 rdatasetheader_t *found, *nsheader;
4469 found = NULL;
4525 * If we found a type we were looking for, remember
4534 * We've found the answer.
4536 found = header;
4548 * We've found the RRSIG rdataset for our
4555 * We've found a negative cache entry.
4557 found = header;
4597 if (found == NULL ||
4598 (DNS_TRUST_ADDITIONAL(found->trust) &&
4600 (found->trust == dns_trust_glue &&
4602 (DNS_TRUST_PENDING(found->trust) &&
4636 * We found what we were looking for, or we found a CNAME.
4645 if (NEGATIVE(found)) {
4647 * We found a negative cache entry.
4649 if (NXDOMAIN(found))
4653 } else if (type != found->type &&
4655 found->type == dns_rdatatype_cname) {
4657 * We weren't doing an ANY query and we found a CNAME instead
4671 bind_rdataset(search.rbtdb, node, found, search.now,
4673 if (need_headerupdate(found, search.now))
4674 update = found;
4675 if (!NEGATIVE(found) && foundsig != NULL) {
4702 * If we found a zonecut but aren't going to use it, we have to
4733 rdatasetheader_t *found, *foundsig;
4782 found = NULL;
4826 * If we found a type we were looking for, remember
4835 found = header;
4848 if (found == NULL) {
4862 bind_rdataset(search.rbtdb, node, found, search.now, rdataset);
4867 if (need_headerupdate(found, search.now) ||
4875 if (need_headerupdate(found, search.now))
4876 update_header(search.rbtdb, found, search.now);
5158 rdatasetheader_t *header, *header_next, *found, *foundsig;
5178 found = NULL;
5207 found = header;
5212 if (found != NULL)
5217 if (found != NULL) {
5218 bind_rdataset(rbtdb, rbtnode, found, now, rdataset);
5231 if (found == NULL)
5245 rdatasetheader_t *header, *header_next, *found, *foundsig;
5265 found = NULL;
5298 found = header;
5301 found = header;
5306 if (found != NULL) {
5307 bind_rdataset(rbtdb, rbtnode, found, now, rdataset);
5308 if (!NEGATIVE(found) && foundsig != NULL)
5315 if (found == NULL)
5318 if (NEGATIVE(found)) {
5320 * We found a negative cache entry.
5322 if (NXDOMAIN(found))
5546 * only rdataset that can be found at this
5628 * If header isn't NULL, we've found the right type. There may be
6263 * If header isn't NULL, we've found the right type. There may be
8029 * Stay on main chain if not found on either chain.