sbin/unwind/libunbound/dns64/dns64.c
878
rrset_cache_remove(super->env->rrset_cache, dk->rk.dname,
sbin/unwind/libunbound/iterator/iter_scrub.c
864
(void)rrset_cache_update(env->rrset_cache, &ref, env->alloc, now);
sbin/unwind/libunbound/iterator/iter_utils.c
1219
(void)rrset_cache_update(env->rrset_cache, &ref, env->alloc, *env->now);
sbin/unwind/libunbound/iterator/iter_utils.c
1309
akey = rrset_cache_lookup(env->rrset_cache, dp->name,
sbin/unwind/libunbound/iterator/iter_utils.c
1336
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
sbin/unwind/libunbound/iterator/iter_utils.c
1348
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
sbin/unwind/libunbound/iterator/iterator.c
1531
qstate->region, qstate->env->rrset_cache,
sbin/unwind/libunbound/iterator/iterator.c
3476
rrset_cache_remove_above(qstate->env->rrset_cache,
sbin/unwind/libunbound/libunbound/context.c
110
ctx->env->rrset_cache = rrset_cache_adjust(ctx->env->rrset_cache,
sbin/unwind/libunbound/libunbound/context.c
112
if(!ctx->env->rrset_cache)
sbin/unwind/libunbound/libunbound/libunbound.c
386
rrset_cache_delete(ctx->env->rrset_cache);
sbin/unwind/libunbound/libunbound/libworker.c
882
slabhash_clear(&w->env->rrset_cache->table);
sbin/unwind/libunbound/services/cache/dns.c
1002
env->rrset_cache, qname, qnamelen,
sbin/unwind/libunbound/services/cache/dns.c
1019
(rrset=rrset_cache_lookup(env->rrset_cache, qname, qnamelen,
sbin/unwind/libunbound/services/cache/dns.c
1038
(rrset=rrset_cache_lookup(env->rrset_cache, qname, qnamelen,
sbin/unwind/libunbound/services/cache/dns.c
1201
(void)rrset_cache_update(env->rrset_cache, &ref,
sbin/unwind/libunbound/services/cache/dns.c
235
rrset = rrset_cache_lookup(env->rrset_cache, qname,
sbin/unwind/libunbound/services/cache/dns.c
240
rrset = rrset_cache_lookup(env->rrset_cache, qname,
sbin/unwind/libunbound/services/cache/dns.c
261
if(!rrset_cache_expired_above(env->rrset_cache, &qname,
sbin/unwind/libunbound/services/cache/dns.c
269
rrset_cache, origqname, origqnamelen,
sbin/unwind/libunbound/services/cache/dns.c
337
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
sbin/unwind/libunbound/services/cache/dns.c
357
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
sbin/unwind/libunbound/services/cache/dns.c
401
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
sbin/unwind/libunbound/services/cache/dns.c
422
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
sbin/unwind/libunbound/services/cache/dns.c
461
env->rrset_cache, dp->name, dp->namelen, LDNS_RR_TYPE_DS,
sbin/unwind/libunbound/services/cache/dns.c
466
rrset = rrset_cache_lookup(env->rrset_cache, dp->name,
sbin/unwind/libunbound/services/cache/dns.c
706
rrset_array_unlock_touch(env->rrset_cache, scratch, r->ref,
sbin/unwind/libunbound/services/cache/dns.c
89
switch(rrset_cache_update(env->rrset_cache, &rep->ref[i],
sbin/unwind/libunbound/services/cache/dns.c
907
env->rrset_cache, qname, qnamelen, lookup[i],
sbin/unwind/libunbound/services/cache/rrset.c
208
rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref,
sbin/unwind/libunbound/services/cache/rrset.c
288
void rrset_cache_update_wildcard(struct rrset_cache* rrset_cache,
sbin/unwind/libunbound/services/cache/rrset.c
326
(void)rrset_cache_update(rrset_cache, &ref, alloc, timenow);
sbin/unwind/libunbound/services/cache/rrset.c
334
rrset_cache_lookup(struct rrset_cache* r, uint8_t* qname, size_t qnamelen,
sbin/unwind/libunbound/services/cache/rrset.c
405
rrset_array_unlock_touch(struct rrset_cache* r, struct regional* scratch,
sbin/unwind/libunbound/services/cache/rrset.c
434
rrset_update_sec_status(struct rrset_cache* r,
sbin/unwind/libunbound/services/cache/rrset.c
474
rrset_check_sec_status(struct rrset_cache* r,
sbin/unwind/libunbound/services/cache/rrset.c
511
rrset_cache_remove_above(struct rrset_cache* r, uint8_t** qname, size_t*
sbin/unwind/libunbound/services/cache/rrset.c
555
rrset_cache_expired_above(struct rrset_cache* r, uint8_t** qname, size_t*
sbin/unwind/libunbound/services/cache/rrset.c
593
void rrset_cache_remove(struct rrset_cache* r, uint8_t* nm, size_t nmlen,
sbin/unwind/libunbound/services/cache/rrset.c
62
struct rrset_cache* rrset_cache_create(struct config_file* cfg,
sbin/unwind/libunbound/services/cache/rrset.c
69
struct rrset_cache *r = (struct rrset_cache*)slabhash_create(slabs,
sbin/unwind/libunbound/services/cache/rrset.c
78
void rrset_cache_delete(struct rrset_cache* r)
sbin/unwind/libunbound/services/cache/rrset.c
86
struct rrset_cache* rrset_cache_adjust(struct rrset_cache *r,
sbin/unwind/libunbound/services/cache/rrset.c
99
rrset_cache_touch(struct rrset_cache* r, struct ub_packed_rrset_key* key,
sbin/unwind/libunbound/services/cache/rrset.h
104
void rrset_cache_touch(struct rrset_cache* r, struct ub_packed_rrset_key* key,
sbin/unwind/libunbound/services/cache/rrset.h
133
int rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref,
sbin/unwind/libunbound/services/cache/rrset.h
150
void rrset_cache_update_wildcard(struct rrset_cache* rrset_cache,
sbin/unwind/libunbound/services/cache/rrset.h
168
struct ub_packed_rrset_key* rrset_cache_lookup(struct rrset_cache* r,
sbin/unwind/libunbound/services/cache/rrset.h
206
void rrset_array_unlock_touch(struct rrset_cache* r, struct regional* scratch,
sbin/unwind/libunbound/services/cache/rrset.h
219
void rrset_update_sec_status(struct rrset_cache* r,
sbin/unwind/libunbound/services/cache/rrset.h
231
void rrset_check_sec_status(struct rrset_cache* r,
sbin/unwind/libunbound/services/cache/rrset.h
245
void rrset_cache_remove_above(struct rrset_cache* r, uint8_t** qname,
sbin/unwind/libunbound/services/cache/rrset.h
261
int rrset_cache_expired_above(struct rrset_cache* r, uint8_t** qname,
sbin/unwind/libunbound/services/cache/rrset.h
274
void rrset_cache_remove(struct rrset_cache* r, uint8_t* nm, size_t nmlen,
sbin/unwind/libunbound/services/cache/rrset.h
67
struct rrset_cache* rrset_cache_create(struct config_file* cfg,
sbin/unwind/libunbound/services/cache/rrset.h
74
void rrset_cache_delete(struct rrset_cache* r);
sbin/unwind/libunbound/services/cache/rrset.h
85
struct rrset_cache* rrset_cache_adjust(struct rrset_cache* r,
sbin/unwind/libunbound/util/module.h
161
struct rrset_cache;
sbin/unwind/libunbound/util/module.h
344
struct rrset_cache* rrset_cache;
sbin/unwind/libunbound/validator/autotrust.c
2417
rrset_cache_remove(env->rrset_cache, qinfo.qname, qinfo.qname_len,
sbin/unwind/libunbound/validator/val_neg.c
1071
grab_nsec(struct rrset_cache* rrset_cache, uint8_t* qname, size_t qname_len,
sbin/unwind/libunbound/validator/val_neg.c
1076
struct ub_packed_rrset_key* r, *k = rrset_cache_lookup(rrset_cache,
sbin/unwind/libunbound/validator/val_neg.c
1117
uint16_t qclass, struct rrset_cache* rrset_cache, time_t now,
sbin/unwind/libunbound/validator/val_neg.c
1164
nsec = grab_nsec(rrset_cache, data->name, data->len, LDNS_RR_TYPE_NSEC,
sbin/unwind/libunbound/validator/val_neg.c
1233
struct rrset_cache* rrset_cache, struct regional* region,
sbin/unwind/libunbound/validator/val_neg.c
1254
nc_rrset = grab_nsec(rrset_cache, data->name, data->len,
sbin/unwind/libunbound/validator/val_neg.c
1266
int qlabs, sldns_buffer* buf, struct rrset_cache* rrset_cache,
sbin/unwind/libunbound/validator/val_neg.c
1300
ce_rrset = grab_nsec(rrset_cache, data->name, data->len,
sbin/unwind/libunbound/validator/val_neg.c
1333
nc_rrset = neg_nsec3_getnc(zone, hashnc, nclen, rrset_cache,
sbin/unwind/libunbound/validator/val_neg.c
1375
static int add_soa(struct rrset_cache* rrset_cache, time_t now,
sbin/unwind/libunbound/validator/val_neg.c
1392
soa = rrset_cache_lookup(rrset_cache, nm, nmlen, LDNS_RR_TYPE_SOA,
sbin/unwind/libunbound/validator/val_neg.c
1406
struct regional* region, struct rrset_cache* rrset_cache,
sbin/unwind/libunbound/validator/val_neg.c
1433
rrset_cache, now, region);
sbin/unwind/libunbound/validator/val_neg.c
1450
if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL))
sbin/unwind/libunbound/validator/val_neg.c
1484
if((cache_wc = rrset_cache_lookup(rrset_cache, wc_qinfo.qname,
sbin/unwind/libunbound/validator/val_neg.c
1513
rrset_cache, now, region)))
sbin/unwind/libunbound/validator/val_neg.c
1535
if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL))
sbin/unwind/libunbound/validator/val_neg.c
1579
zname_labs+1, buf, rrset_cache, region, now, topname);
sbin/unwind/libunbound/validator/val_neg.c
1580
if(msg && addsoa && !add_soa(rrset_cache, now, region, msg, zone)) {
sbin/unwind/libunbound/validator/val_neg.h
246
struct rrset_cache* rrset_cache, struct sldns_buffer* buf, time_t now,
sbin/unwind/libunbound/validator/val_neg.h
53
struct rrset_cache;
sbin/unwind/libunbound/validator/val_nsec.c
188
rrset_check_sec_status(env->rrset_cache, nsec, *env->now);
sbin/unwind/libunbound/validator/val_nsec.c
195
rrset_update_sec_status(env->rrset_cache, nsec, *env->now);
sbin/unwind/libunbound/validator/val_nsec3.c
1523
rrset_check_sec_status(env->rrset_cache, list[i], *env->now);
sbin/unwind/libunbound/validator/val_nsec3.c
1533
rrset_update_sec_status(env->rrset_cache, list[i], *env->now);
sbin/unwind/libunbound/validator/val_utils.c
1187
struct rrset_cache* r, struct module_env* env)
sbin/unwind/libunbound/validator/val_utils.c
1207
struct rrset_cache* r, struct module_env* env)
sbin/unwind/libunbound/validator/val_utils.c
1316
env->rrset_cache, nm, nmlen, LDNS_RR_TYPE_DS, c, 0,
sbin/unwind/libunbound/validator/val_utils.c
1342
msg = val_neg_getmsg(env->neg_cache, &qinfo, region, env->rrset_cache,
sbin/unwind/libunbound/validator/val_utils.c
423
rrset_check_sec_status(env->rrset_cache, rrset, *env->now);
sbin/unwind/libunbound/validator/val_utils.c
467
rrset_update_sec_status(env->rrset_cache, rrset, *env->now);
sbin/unwind/libunbound/validator/val_utils.h
343
struct val_anchors* anchors, struct rrset_cache* r,
sbin/unwind/libunbound/validator/val_utils.h
355
struct rrset_cache* r, struct module_env* env);
sbin/unwind/libunbound/validator/val_utils.h
56
struct rrset_cache;
sbin/unwind/libunbound/validator/validator.c
1156
rrset_cache_update_wildcard(env->rrset_cache, cache_s,
sbin/unwind/libunbound/validator/validator.c
1926
qstate->env->rrset_cache, qstate->env);
sbin/unwind/libunbound/validator/validator.c
2006
qstate->env->rrset_cache, qstate->env);
sbin/unwind/libunbound/validator/validator.c
2034
qstate->env->rrset_cache, qstate->env);
sbin/unwind/libunbound/validator/validator.c
2271
qstate->env->rrset_cache, qstate->env);
sbin/unwind/resolver.c
1197
res->ctx->env->rrset_cache != unified_rrset_cache ||
sbin/unwind/resolver.c
1207
res->ctx->env->rrset_cache = unified_rrset_cache;
sbin/unwind/resolver.c
1214
res->ctx->env->rrset_cache != unified_rrset_cache ||
sbin/unwind/resolver.c
1442
res->ctx->env->rrset_cache = NULL;
sbin/unwind/resolver.c
1478
if (ctx->env->msg_cache == NULL || ctx->env->rrset_cache == NULL ||
sbin/unwind/resolver.c
1483
unified_rrset_cache = ctx->env->rrset_cache;
sbin/unwind/resolver.c
1500
ctx->env->rrset_cache = NULL;
sbin/unwind/resolver.c
229
struct rrset_cache *unified_rrset_cache;
usr.sbin/unbound/cachedb/cachedb.c
720
qstate->region, qstate->env->rrset_cache,
usr.sbin/unbound/daemon/cachedump.c
277
struct rrset_cache* r = worker->env.rrset_cache;
usr.sbin/unbound/daemon/cachedump.c
557
(void)rrset_cache_update(worker->env.rrset_cache, &ref,
usr.sbin/unbound/daemon/cachedump.c
732
k = rrset_cache_lookup(worker->env.rrset_cache, qinfo.qname,
usr.sbin/unbound/daemon/daemon.c
1176
slabhash_clear(&daemon->env->rrset_cache->table);
usr.sbin/unbound/daemon/daemon.c
1244
rrset_cache_delete(daemon->env->rrset_cache);
usr.sbin/unbound/daemon/daemon.c
1340
!slabhash_is_size(&daemon->env->rrset_cache->table,
usr.sbin/unbound/daemon/daemon.c
1344
slabhash_clear(&daemon->env->rrset_cache->table);
usr.sbin/unbound/daemon/daemon.c
1360
if((daemon->env->rrset_cache = rrset_cache_adjust(
usr.sbin/unbound/daemon/daemon.c
1361
daemon->env->rrset_cache, cfg, &daemon->superalloc)) == 0)
usr.sbin/unbound/daemon/daemon.h
53
struct rrset_cache;
usr.sbin/unbound/daemon/remote.c
2063
slabhash_traverse(&worker->env.rrset_cache->table, 0,
usr.sbin/unbound/daemon/remote.c
2137
rrset_cache_remove(worker->env.rrset_cache, nm, nmlen, t, c, 0);
usr.sbin/unbound/daemon/remote.c
2139
rrset_cache_remove(worker->env.rrset_cache, nm, nmlen, t, c,
usr.sbin/unbound/daemon/remote.c
2386
slabhash_traverse(&worker->env.rrset_cache->table, 1,
usr.sbin/unbound/daemon/remote.c
2466
slabhash_traverse(&worker->env.rrset_cache->table, 1,
usr.sbin/unbound/daemon/remote.c
2554
slabhash_traverse(&worker->env.rrset_cache->table, 1,
usr.sbin/unbound/daemon/remote.c
6414
slabhash_adjust_size(&env->rrset_cache->table,
usr.sbin/unbound/daemon/remote.c
931
rrset = slabhash_get_mem(&daemon->env->rrset_cache->table);
usr.sbin/unbound/daemon/stats.c
308
get_slabhash_stats(&worker->env.rrset_cache->table,
usr.sbin/unbound/daemon/worker.c
135
rrset = slabhash_get_mem(&worker->env.rrset_cache->table);
usr.sbin/unbound/daemon/worker.c
221
(unsigned)slabhash_get_mem(&worker->env.rrset_cache->table),
usr.sbin/unbound/daemon/worker.c
227
(unsigned)slabhash_get_mem(&worker->env.rrset_cache->table),
usr.sbin/unbound/daemon/worker.c
2560
slabhash_clear(&worker->env.rrset_cache->table);
usr.sbin/unbound/daemon/worker.c
851
rrset_array_unlock_touch(worker->env.rrset_cache,
usr.sbin/unbound/daemon/worker.c
943
rrset_array_unlock_touch(worker->env.rrset_cache, worker->scratchpad,
usr.sbin/unbound/daemon/worker.c
949
rrset_array_unlock_touch(worker->env.rrset_cache,
usr.sbin/unbound/dns64/dns64.c
878
rrset_cache_remove(super->env->rrset_cache, dk->rk.dname,
usr.sbin/unbound/iterator/iter_scrub.c
864
(void)rrset_cache_update(env->rrset_cache, &ref, env->alloc, now);
usr.sbin/unbound/iterator/iter_utils.c
1219
(void)rrset_cache_update(env->rrset_cache, &ref, env->alloc, *env->now);
usr.sbin/unbound/iterator/iter_utils.c
1309
akey = rrset_cache_lookup(env->rrset_cache, dp->name,
usr.sbin/unbound/iterator/iter_utils.c
1336
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
usr.sbin/unbound/iterator/iter_utils.c
1348
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
usr.sbin/unbound/iterator/iterator.c
1531
qstate->region, qstate->env->rrset_cache,
usr.sbin/unbound/iterator/iterator.c
3476
rrset_cache_remove_above(qstate->env->rrset_cache,
usr.sbin/unbound/libunbound/context.c
110
ctx->env->rrset_cache = rrset_cache_adjust(ctx->env->rrset_cache,
usr.sbin/unbound/libunbound/context.c
112
if(!ctx->env->rrset_cache)
usr.sbin/unbound/libunbound/libunbound.c
386
rrset_cache_delete(ctx->env->rrset_cache);
usr.sbin/unbound/libunbound/libworker.c
882
slabhash_clear(&w->env->rrset_cache->table);
usr.sbin/unbound/services/cache/dns.c
1002
env->rrset_cache, qname, qnamelen,
usr.sbin/unbound/services/cache/dns.c
1019
(rrset=rrset_cache_lookup(env->rrset_cache, qname, qnamelen,
usr.sbin/unbound/services/cache/dns.c
1038
(rrset=rrset_cache_lookup(env->rrset_cache, qname, qnamelen,
usr.sbin/unbound/services/cache/dns.c
1201
(void)rrset_cache_update(env->rrset_cache, &ref,
usr.sbin/unbound/services/cache/dns.c
235
rrset = rrset_cache_lookup(env->rrset_cache, qname,
usr.sbin/unbound/services/cache/dns.c
240
rrset = rrset_cache_lookup(env->rrset_cache, qname,
usr.sbin/unbound/services/cache/dns.c
261
if(!rrset_cache_expired_above(env->rrset_cache, &qname,
usr.sbin/unbound/services/cache/dns.c
269
rrset_cache, origqname, origqnamelen,
usr.sbin/unbound/services/cache/dns.c
337
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
usr.sbin/unbound/services/cache/dns.c
357
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
usr.sbin/unbound/services/cache/dns.c
401
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
usr.sbin/unbound/services/cache/dns.c
422
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
usr.sbin/unbound/services/cache/dns.c
461
env->rrset_cache, dp->name, dp->namelen, LDNS_RR_TYPE_DS,
usr.sbin/unbound/services/cache/dns.c
466
rrset = rrset_cache_lookup(env->rrset_cache, dp->name,
usr.sbin/unbound/services/cache/dns.c
706
rrset_array_unlock_touch(env->rrset_cache, scratch, r->ref,
usr.sbin/unbound/services/cache/dns.c
89
switch(rrset_cache_update(env->rrset_cache, &rep->ref[i],
usr.sbin/unbound/services/cache/dns.c
907
env->rrset_cache, qname, qnamelen, lookup[i],
usr.sbin/unbound/services/cache/rrset.c
208
rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref,
usr.sbin/unbound/services/cache/rrset.c
288
void rrset_cache_update_wildcard(struct rrset_cache* rrset_cache,
usr.sbin/unbound/services/cache/rrset.c
326
(void)rrset_cache_update(rrset_cache, &ref, alloc, timenow);
usr.sbin/unbound/services/cache/rrset.c
334
rrset_cache_lookup(struct rrset_cache* r, uint8_t* qname, size_t qnamelen,
usr.sbin/unbound/services/cache/rrset.c
405
rrset_array_unlock_touch(struct rrset_cache* r, struct regional* scratch,
usr.sbin/unbound/services/cache/rrset.c
434
rrset_update_sec_status(struct rrset_cache* r,
usr.sbin/unbound/services/cache/rrset.c
474
rrset_check_sec_status(struct rrset_cache* r,
usr.sbin/unbound/services/cache/rrset.c
511
rrset_cache_remove_above(struct rrset_cache* r, uint8_t** qname, size_t*
usr.sbin/unbound/services/cache/rrset.c
555
rrset_cache_expired_above(struct rrset_cache* r, uint8_t** qname, size_t*
usr.sbin/unbound/services/cache/rrset.c
593
void rrset_cache_remove(struct rrset_cache* r, uint8_t* nm, size_t nmlen,
usr.sbin/unbound/services/cache/rrset.c
62
struct rrset_cache* rrset_cache_create(struct config_file* cfg,
usr.sbin/unbound/services/cache/rrset.c
69
struct rrset_cache *r = (struct rrset_cache*)slabhash_create(slabs,
usr.sbin/unbound/services/cache/rrset.c
78
void rrset_cache_delete(struct rrset_cache* r)
usr.sbin/unbound/services/cache/rrset.c
86
struct rrset_cache* rrset_cache_adjust(struct rrset_cache *r,
usr.sbin/unbound/services/cache/rrset.c
99
rrset_cache_touch(struct rrset_cache* r, struct ub_packed_rrset_key* key,
usr.sbin/unbound/services/cache/rrset.h
104
void rrset_cache_touch(struct rrset_cache* r, struct ub_packed_rrset_key* key,
usr.sbin/unbound/services/cache/rrset.h
133
int rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref,
usr.sbin/unbound/services/cache/rrset.h
150
void rrset_cache_update_wildcard(struct rrset_cache* rrset_cache,
usr.sbin/unbound/services/cache/rrset.h
168
struct ub_packed_rrset_key* rrset_cache_lookup(struct rrset_cache* r,
usr.sbin/unbound/services/cache/rrset.h
206
void rrset_array_unlock_touch(struct rrset_cache* r, struct regional* scratch,
usr.sbin/unbound/services/cache/rrset.h
219
void rrset_update_sec_status(struct rrset_cache* r,
usr.sbin/unbound/services/cache/rrset.h
231
void rrset_check_sec_status(struct rrset_cache* r,
usr.sbin/unbound/services/cache/rrset.h
245
void rrset_cache_remove_above(struct rrset_cache* r, uint8_t** qname,
usr.sbin/unbound/services/cache/rrset.h
261
int rrset_cache_expired_above(struct rrset_cache* r, uint8_t** qname,
usr.sbin/unbound/services/cache/rrset.h
274
void rrset_cache_remove(struct rrset_cache* r, uint8_t* nm, size_t nmlen,
usr.sbin/unbound/services/cache/rrset.h
67
struct rrset_cache* rrset_cache_create(struct config_file* cfg,
usr.sbin/unbound/services/cache/rrset.h
74
void rrset_cache_delete(struct rrset_cache* r);
usr.sbin/unbound/services/cache/rrset.h
85
struct rrset_cache* rrset_cache_adjust(struct rrset_cache* r,
usr.sbin/unbound/util/module.h
161
struct rrset_cache;
usr.sbin/unbound/util/module.h
344
struct rrset_cache* rrset_cache;
usr.sbin/unbound/util/shm_side/shm_main.c
254
shm_stat->mem.rrset = (long long)slabhash_get_mem(&worker->env.rrset_cache->table);
usr.sbin/unbound/validator/autotrust.c
2413
rrset_cache_remove(env->rrset_cache, qinfo.qname, qinfo.qname_len,
usr.sbin/unbound/validator/val_neg.c
1071
grab_nsec(struct rrset_cache* rrset_cache, uint8_t* qname, size_t qname_len,
usr.sbin/unbound/validator/val_neg.c
1076
struct ub_packed_rrset_key* r, *k = rrset_cache_lookup(rrset_cache,
usr.sbin/unbound/validator/val_neg.c
1117
uint16_t qclass, struct rrset_cache* rrset_cache, time_t now,
usr.sbin/unbound/validator/val_neg.c
1164
nsec = grab_nsec(rrset_cache, data->name, data->len, LDNS_RR_TYPE_NSEC,
usr.sbin/unbound/validator/val_neg.c
1233
struct rrset_cache* rrset_cache, struct regional* region,
usr.sbin/unbound/validator/val_neg.c
1254
nc_rrset = grab_nsec(rrset_cache, data->name, data->len,
usr.sbin/unbound/validator/val_neg.c
1266
int qlabs, sldns_buffer* buf, struct rrset_cache* rrset_cache,
usr.sbin/unbound/validator/val_neg.c
1300
ce_rrset = grab_nsec(rrset_cache, data->name, data->len,
usr.sbin/unbound/validator/val_neg.c
1333
nc_rrset = neg_nsec3_getnc(zone, hashnc, nclen, rrset_cache,
usr.sbin/unbound/validator/val_neg.c
1375
static int add_soa(struct rrset_cache* rrset_cache, time_t now,
usr.sbin/unbound/validator/val_neg.c
1392
soa = rrset_cache_lookup(rrset_cache, nm, nmlen, LDNS_RR_TYPE_SOA,
usr.sbin/unbound/validator/val_neg.c
1406
struct regional* region, struct rrset_cache* rrset_cache,
usr.sbin/unbound/validator/val_neg.c
1433
rrset_cache, now, region);
usr.sbin/unbound/validator/val_neg.c
1450
if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL))
usr.sbin/unbound/validator/val_neg.c
1484
if((cache_wc = rrset_cache_lookup(rrset_cache, wc_qinfo.qname,
usr.sbin/unbound/validator/val_neg.c
1513
rrset_cache, now, region)))
usr.sbin/unbound/validator/val_neg.c
1535
if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL))
usr.sbin/unbound/validator/val_neg.c
1579
zname_labs+1, buf, rrset_cache, region, now, topname);
usr.sbin/unbound/validator/val_neg.c
1580
if(msg && addsoa && !add_soa(rrset_cache, now, region, msg, zone)) {
usr.sbin/unbound/validator/val_neg.h
246
struct rrset_cache* rrset_cache, struct sldns_buffer* buf, time_t now,
usr.sbin/unbound/validator/val_neg.h
53
struct rrset_cache;
usr.sbin/unbound/validator/val_nsec.c
188
rrset_check_sec_status(env->rrset_cache, nsec, *env->now);
usr.sbin/unbound/validator/val_nsec.c
195
rrset_update_sec_status(env->rrset_cache, nsec, *env->now);
usr.sbin/unbound/validator/val_nsec3.c
1523
rrset_check_sec_status(env->rrset_cache, list[i], *env->now);
usr.sbin/unbound/validator/val_nsec3.c
1533
rrset_update_sec_status(env->rrset_cache, list[i], *env->now);
usr.sbin/unbound/validator/val_utils.c
1187
struct rrset_cache* r, struct module_env* env)
usr.sbin/unbound/validator/val_utils.c
1207
struct rrset_cache* r, struct module_env* env)
usr.sbin/unbound/validator/val_utils.c
1316
env->rrset_cache, nm, nmlen, LDNS_RR_TYPE_DS, c, 0,
usr.sbin/unbound/validator/val_utils.c
1342
msg = val_neg_getmsg(env->neg_cache, &qinfo, region, env->rrset_cache,
usr.sbin/unbound/validator/val_utils.c
423
rrset_check_sec_status(env->rrset_cache, rrset, *env->now);
usr.sbin/unbound/validator/val_utils.c
467
rrset_update_sec_status(env->rrset_cache, rrset, *env->now);
usr.sbin/unbound/validator/val_utils.h
343
struct val_anchors* anchors, struct rrset_cache* r,
usr.sbin/unbound/validator/val_utils.h
355
struct rrset_cache* r, struct module_env* env);
usr.sbin/unbound/validator/val_utils.h
56
struct rrset_cache;
usr.sbin/unbound/validator/validator.c
1156
rrset_cache_update_wildcard(env->rrset_cache, cache_s,
usr.sbin/unbound/validator/validator.c
1926
qstate->env->rrset_cache, qstate->env);
usr.sbin/unbound/validator/validator.c
2006
qstate->env->rrset_cache, qstate->env);
usr.sbin/unbound/validator/validator.c
2034
qstate->env->rrset_cache, qstate->env);
usr.sbin/unbound/validator/validator.c
2271
qstate->env->rrset_cache, qstate->env);