Lines Matching defs:rrset_cache
1047 * @param rrset_cache: rrset cache
1060 grab_nsec(struct rrset_cache* rrset_cache, uint8_t* qname, size_t qname_len,
1065 struct ub_packed_rrset_key* r, *k = rrset_cache_lookup(rrset_cache,
1103 * @param rrset_cache: rrset cache
1110 uint16_t qclass, struct rrset_cache* rrset_cache, time_t now,
1157 nsec = grab_nsec(rrset_cache, data->name, data->len, LDNS_RR_TYPE_NSEC,
1217 struct rrset_cache* rrset_cache, struct regional* region,
1238 nc_rrset = grab_nsec(rrset_cache, data->name, data->len,
1250 int qlabs, sldns_buffer* buf, struct rrset_cache* rrset_cache,
1278 ce_rrset = grab_nsec(rrset_cache, data->name, data->len,
1309 nc_rrset = neg_nsec3_getnc(zone, hashnc, nclen, rrset_cache,
1342 * @param rrset_cache: to look into.
1349 static int add_soa(struct rrset_cache* rrset_cache, time_t now,
1366 soa = rrset_cache_lookup(rrset_cache, nm, nmlen, LDNS_RR_TYPE_SOA,
1380 struct regional* region, struct rrset_cache* rrset_cache,
1407 rrset_cache, now, region);
1422 if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL))
1454 if((cache_wc = rrset_cache_lookup(rrset_cache, wc_qinfo.qname,
1483 rrset_cache, now, region)))
1505 if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL))
1549 zname_labs+1, buf, rrset_cache, region, now, topname);
1550 if(msg && addsoa && !add_soa(rrset_cache, now, region, msg, zone)) {