sbin/unwind/libunbound/dns64/dns64.c
877
rrset_cache_remove(super->env->rrset_cache, dk->rk.dname,
sbin/unwind/libunbound/iterator/iter_scrub.c
804
(void)rrset_cache_update(env->rrset_cache, &ref, env->alloc, now);
sbin/unwind/libunbound/iterator/iter_utils.c
1182
(void)rrset_cache_update(env->rrset_cache, &ref, env->alloc, *env->now);
sbin/unwind/libunbound/iterator/iter_utils.c
1272
akey = rrset_cache_lookup(env->rrset_cache, dp->name,
sbin/unwind/libunbound/iterator/iter_utils.c
1299
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
sbin/unwind/libunbound/iterator/iter_utils.c
1311
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
sbin/unwind/libunbound/iterator/iterator.c
1505
qstate->region, qstate->env->rrset_cache,
sbin/unwind/libunbound/iterator/iterator.c
3452
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
873
slabhash_clear(&w->env->rrset_cache->table);
sbin/unwind/libunbound/services/cache/dns.c
1147
(void)rrset_cache_update(env->rrset_cache, &ref,
sbin/unwind/libunbound/services/cache/dns.c
224
if((rrset = rrset_cache_lookup(env->rrset_cache, qname,
sbin/unwind/libunbound/services/cache/dns.c
243
if(!rrset_cache_expired_above(env->rrset_cache, &qname,
sbin/unwind/libunbound/services/cache/dns.c
251
rrset_cache, origqname, origqnamelen,
sbin/unwind/libunbound/services/cache/dns.c
315
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
sbin/unwind/libunbound/services/cache/dns.c
335
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
sbin/unwind/libunbound/services/cache/dns.c
379
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
sbin/unwind/libunbound/services/cache/dns.c
400
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
sbin/unwind/libunbound/services/cache/dns.c
439
env->rrset_cache, dp->name, dp->namelen, LDNS_RR_TYPE_DS,
sbin/unwind/libunbound/services/cache/dns.c
444
rrset = rrset_cache_lookup(env->rrset_cache, dp->name,
sbin/unwind/libunbound/services/cache/dns.c
667
rrset_array_unlock_touch(env->rrset_cache, scratch, r->ref,
sbin/unwind/libunbound/services/cache/dns.c
853
env->rrset_cache, qname, qnamelen, lookup[i],
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
948
env->rrset_cache, qname, qnamelen,
sbin/unwind/libunbound/services/cache/dns.c
965
(rrset=rrset_cache_lookup(env->rrset_cache, qname, qnamelen,
sbin/unwind/libunbound/services/cache/dns.c
984
(rrset=rrset_cache_lookup(env->rrset_cache, qname, qnamelen,
sbin/unwind/libunbound/services/cache/rrset.c
192
rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref,
sbin/unwind/libunbound/services/cache/rrset.c
248
void rrset_cache_update_wildcard(struct rrset_cache* rrset_cache,
sbin/unwind/libunbound/services/cache/rrset.c
278
(void)rrset_cache_update(rrset_cache, &ref, alloc, timenow);
sbin/unwind/libunbound/services/cache/rrset.c
282
rrset_cache_lookup(struct rrset_cache* r, uint8_t* qname, size_t qnamelen,
sbin/unwind/libunbound/services/cache/rrset.c
344
rrset_array_unlock_touch(struct rrset_cache* r, struct regional* scratch,
sbin/unwind/libunbound/services/cache/rrset.c
373
rrset_update_sec_status(struct rrset_cache* r,
sbin/unwind/libunbound/services/cache/rrset.c
413
rrset_check_sec_status(struct rrset_cache* r,
sbin/unwind/libunbound/services/cache/rrset.c
450
rrset_cache_remove_above(struct rrset_cache* r, uint8_t** qname, size_t*
sbin/unwind/libunbound/services/cache/rrset.c
494
rrset_cache_expired_above(struct rrset_cache* r, uint8_t** qname, size_t*
sbin/unwind/libunbound/services/cache/rrset.c
532
void rrset_cache_remove(struct rrset_cache* r, uint8_t* nm, size_t nmlen,
sbin/unwind/libunbound/services/cache/rrset.c
61
struct rrset_cache* rrset_cache_create(struct config_file* cfg,
sbin/unwind/libunbound/services/cache/rrset.c
68
struct rrset_cache *r = (struct rrset_cache*)slabhash_create(slabs,
sbin/unwind/libunbound/services/cache/rrset.c
77
void rrset_cache_delete(struct rrset_cache* r)
sbin/unwind/libunbound/services/cache/rrset.c
85
struct rrset_cache* rrset_cache_adjust(struct rrset_cache *r,
sbin/unwind/libunbound/services/cache/rrset.c
98
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
1060
grab_nsec(struct rrset_cache* rrset_cache, uint8_t* qname, size_t qname_len,
sbin/unwind/libunbound/validator/val_neg.c
1065
struct ub_packed_rrset_key* r, *k = rrset_cache_lookup(rrset_cache,
sbin/unwind/libunbound/validator/val_neg.c
1110
uint16_t qclass, struct rrset_cache* rrset_cache, time_t now,
sbin/unwind/libunbound/validator/val_neg.c
1157
nsec = grab_nsec(rrset_cache, data->name, data->len, LDNS_RR_TYPE_NSEC,
sbin/unwind/libunbound/validator/val_neg.c
1217
struct rrset_cache* rrset_cache, struct regional* region,
sbin/unwind/libunbound/validator/val_neg.c
1238
nc_rrset = grab_nsec(rrset_cache, data->name, data->len,
sbin/unwind/libunbound/validator/val_neg.c
1250
int qlabs, sldns_buffer* buf, struct rrset_cache* rrset_cache,
sbin/unwind/libunbound/validator/val_neg.c
1278
ce_rrset = grab_nsec(rrset_cache, data->name, data->len,
sbin/unwind/libunbound/validator/val_neg.c
1309
nc_rrset = neg_nsec3_getnc(zone, hashnc, nclen, rrset_cache,
sbin/unwind/libunbound/validator/val_neg.c
1349
static int add_soa(struct rrset_cache* rrset_cache, time_t now,
sbin/unwind/libunbound/validator/val_neg.c
1366
soa = rrset_cache_lookup(rrset_cache, nm, nmlen, LDNS_RR_TYPE_SOA,
sbin/unwind/libunbound/validator/val_neg.c
1380
struct regional* region, struct rrset_cache* rrset_cache,
sbin/unwind/libunbound/validator/val_neg.c
1407
rrset_cache, now, region);
sbin/unwind/libunbound/validator/val_neg.c
1422
if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL))
sbin/unwind/libunbound/validator/val_neg.c
1454
if((cache_wc = rrset_cache_lookup(rrset_cache, wc_qinfo.qname,
sbin/unwind/libunbound/validator/val_neg.c
1483
rrset_cache, now, region)))
sbin/unwind/libunbound/validator/val_neg.c
1505
if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL))
sbin/unwind/libunbound/validator/val_neg.c
1549
zname_labs+1, buf, rrset_cache, region, now, topname);
sbin/unwind/libunbound/validator/val_neg.c
1550
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
1461
rrset_check_sec_status(env->rrset_cache, list[i], *env->now);
sbin/unwind/libunbound/validator/val_nsec3.c
1471
rrset_update_sec_status(env->rrset_cache, list[i], *env->now);
sbin/unwind/libunbound/validator/val_utils.c
1178
struct rrset_cache* r, struct module_env* env)
sbin/unwind/libunbound/validator/val_utils.c
1198
struct rrset_cache* r, struct module_env* env)
sbin/unwind/libunbound/validator/val_utils.c
1307
env->rrset_cache, nm, nmlen, LDNS_RR_TYPE_DS, c, 0,
sbin/unwind/libunbound/validator/val_utils.c
1331
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
458
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
1037
rrset_cache_update_wildcard(env->rrset_cache, s, wc, wl,
sbin/unwind/libunbound/validator/validator.c
1847
qstate->env->rrset_cache, qstate->env);
sbin/unwind/libunbound/validator/validator.c
1927
qstate->env->rrset_cache, qstate->env);
sbin/unwind/libunbound/validator/validator.c
1955
qstate->env->rrset_cache, qstate->env);
sbin/unwind/libunbound/validator/validator.c
2192
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
722
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
1046
!slabhash_is_size(&daemon->env->rrset_cache->table,
usr.sbin/unbound/daemon/daemon.c
1050
slabhash_clear(&daemon->env->rrset_cache->table);
usr.sbin/unbound/daemon/daemon.c
1066
if((daemon->env->rrset_cache = rrset_cache_adjust(
usr.sbin/unbound/daemon/daemon.c
1067
daemon->env->rrset_cache, cfg, &daemon->superalloc)) == 0)
usr.sbin/unbound/daemon/daemon.c
878
slabhash_clear(&daemon->env->rrset_cache->table);
usr.sbin/unbound/daemon/daemon.c
942
rrset_cache_delete(daemon->env->rrset_cache);
usr.sbin/unbound/daemon/daemon.h
53
struct rrset_cache;
usr.sbin/unbound/daemon/remote.c
2023
slabhash_traverse(&worker->env.rrset_cache->table, 0,
usr.sbin/unbound/daemon/remote.c
2097
rrset_cache_remove(worker->env.rrset_cache, nm, nmlen, t, c, 0);
usr.sbin/unbound/daemon/remote.c
2099
rrset_cache_remove(worker->env.rrset_cache, nm, nmlen, t, c,
usr.sbin/unbound/daemon/remote.c
2346
slabhash_traverse(&worker->env.rrset_cache->table, 1,
usr.sbin/unbound/daemon/remote.c
2426
slabhash_traverse(&worker->env.rrset_cache->table, 1,
usr.sbin/unbound/daemon/remote.c
2514
slabhash_traverse(&worker->env.rrset_cache->table, 1,
usr.sbin/unbound/daemon/remote.c
6190
slabhash_adjust_size(&env->rrset_cache->table,
usr.sbin/unbound/daemon/remote.c
907
rrset = slabhash_get_mem(&daemon->env->rrset_cache->table);
usr.sbin/unbound/daemon/stats.c
305
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
2483
slabhash_clear(&worker->env.rrset_cache->table);
usr.sbin/unbound/daemon/worker.c
813
rrset_array_unlock_touch(worker->env.rrset_cache,
usr.sbin/unbound/daemon/worker.c
905
rrset_array_unlock_touch(worker->env.rrset_cache, worker->scratchpad,
usr.sbin/unbound/daemon/worker.c
911
rrset_array_unlock_touch(worker->env.rrset_cache,
usr.sbin/unbound/dns64/dns64.c
877
rrset_cache_remove(super->env->rrset_cache, dk->rk.dname,
usr.sbin/unbound/iterator/iter_scrub.c
804
(void)rrset_cache_update(env->rrset_cache, &ref, env->alloc, now);
usr.sbin/unbound/iterator/iter_utils.c
1182
(void)rrset_cache_update(env->rrset_cache, &ref, env->alloc, *env->now);
usr.sbin/unbound/iterator/iter_utils.c
1272
akey = rrset_cache_lookup(env->rrset_cache, dp->name,
usr.sbin/unbound/iterator/iter_utils.c
1299
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
usr.sbin/unbound/iterator/iter_utils.c
1311
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
usr.sbin/unbound/iterator/iterator.c
1505
qstate->region, qstate->env->rrset_cache,
usr.sbin/unbound/iterator/iterator.c
3452
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
873
slabhash_clear(&w->env->rrset_cache->table);
usr.sbin/unbound/services/cache/dns.c
1147
(void)rrset_cache_update(env->rrset_cache, &ref,
usr.sbin/unbound/services/cache/dns.c
224
if((rrset = rrset_cache_lookup(env->rrset_cache, qname,
usr.sbin/unbound/services/cache/dns.c
243
if(!rrset_cache_expired_above(env->rrset_cache, &qname,
usr.sbin/unbound/services/cache/dns.c
251
rrset_cache, origqname, origqnamelen,
usr.sbin/unbound/services/cache/dns.c
315
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
usr.sbin/unbound/services/cache/dns.c
335
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
usr.sbin/unbound/services/cache/dns.c
379
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
usr.sbin/unbound/services/cache/dns.c
400
akey = rrset_cache_lookup(env->rrset_cache, ns->name,
usr.sbin/unbound/services/cache/dns.c
439
env->rrset_cache, dp->name, dp->namelen, LDNS_RR_TYPE_DS,
usr.sbin/unbound/services/cache/dns.c
444
rrset = rrset_cache_lookup(env->rrset_cache, dp->name,
usr.sbin/unbound/services/cache/dns.c
667
rrset_array_unlock_touch(env->rrset_cache, scratch, r->ref,
usr.sbin/unbound/services/cache/dns.c
853
env->rrset_cache, qname, qnamelen, lookup[i],
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
948
env->rrset_cache, qname, qnamelen,
usr.sbin/unbound/services/cache/dns.c
965
(rrset=rrset_cache_lookup(env->rrset_cache, qname, qnamelen,
usr.sbin/unbound/services/cache/dns.c
984
(rrset=rrset_cache_lookup(env->rrset_cache, qname, qnamelen,
usr.sbin/unbound/services/cache/rrset.c
192
rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref,
usr.sbin/unbound/services/cache/rrset.c
248
void rrset_cache_update_wildcard(struct rrset_cache* rrset_cache,
usr.sbin/unbound/services/cache/rrset.c
278
(void)rrset_cache_update(rrset_cache, &ref, alloc, timenow);
usr.sbin/unbound/services/cache/rrset.c
282
rrset_cache_lookup(struct rrset_cache* r, uint8_t* qname, size_t qnamelen,
usr.sbin/unbound/services/cache/rrset.c
344
rrset_array_unlock_touch(struct rrset_cache* r, struct regional* scratch,
usr.sbin/unbound/services/cache/rrset.c
373
rrset_update_sec_status(struct rrset_cache* r,
usr.sbin/unbound/services/cache/rrset.c
413
rrset_check_sec_status(struct rrset_cache* r,
usr.sbin/unbound/services/cache/rrset.c
450
rrset_cache_remove_above(struct rrset_cache* r, uint8_t** qname, size_t*
usr.sbin/unbound/services/cache/rrset.c
494
rrset_cache_expired_above(struct rrset_cache* r, uint8_t** qname, size_t*
usr.sbin/unbound/services/cache/rrset.c
532
void rrset_cache_remove(struct rrset_cache* r, uint8_t* nm, size_t nmlen,
usr.sbin/unbound/services/cache/rrset.c
61
struct rrset_cache* rrset_cache_create(struct config_file* cfg,
usr.sbin/unbound/services/cache/rrset.c
68
struct rrset_cache *r = (struct rrset_cache*)slabhash_create(slabs,
usr.sbin/unbound/services/cache/rrset.c
77
void rrset_cache_delete(struct rrset_cache* r)
usr.sbin/unbound/services/cache/rrset.c
85
struct rrset_cache* rrset_cache_adjust(struct rrset_cache *r,
usr.sbin/unbound/services/cache/rrset.c
98
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
261
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
1060
grab_nsec(struct rrset_cache* rrset_cache, uint8_t* qname, size_t qname_len,
usr.sbin/unbound/validator/val_neg.c
1065
struct ub_packed_rrset_key* r, *k = rrset_cache_lookup(rrset_cache,
usr.sbin/unbound/validator/val_neg.c
1110
uint16_t qclass, struct rrset_cache* rrset_cache, time_t now,
usr.sbin/unbound/validator/val_neg.c
1157
nsec = grab_nsec(rrset_cache, data->name, data->len, LDNS_RR_TYPE_NSEC,
usr.sbin/unbound/validator/val_neg.c
1217
struct rrset_cache* rrset_cache, struct regional* region,
usr.sbin/unbound/validator/val_neg.c
1238
nc_rrset = grab_nsec(rrset_cache, data->name, data->len,
usr.sbin/unbound/validator/val_neg.c
1250
int qlabs, sldns_buffer* buf, struct rrset_cache* rrset_cache,
usr.sbin/unbound/validator/val_neg.c
1278
ce_rrset = grab_nsec(rrset_cache, data->name, data->len,
usr.sbin/unbound/validator/val_neg.c
1309
nc_rrset = neg_nsec3_getnc(zone, hashnc, nclen, rrset_cache,
usr.sbin/unbound/validator/val_neg.c
1349
static int add_soa(struct rrset_cache* rrset_cache, time_t now,
usr.sbin/unbound/validator/val_neg.c
1366
soa = rrset_cache_lookup(rrset_cache, nm, nmlen, LDNS_RR_TYPE_SOA,
usr.sbin/unbound/validator/val_neg.c
1380
struct regional* region, struct rrset_cache* rrset_cache,
usr.sbin/unbound/validator/val_neg.c
1407
rrset_cache, now, region);
usr.sbin/unbound/validator/val_neg.c
1422
if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL))
usr.sbin/unbound/validator/val_neg.c
1454
if((cache_wc = rrset_cache_lookup(rrset_cache, wc_qinfo.qname,
usr.sbin/unbound/validator/val_neg.c
1483
rrset_cache, now, region)))
usr.sbin/unbound/validator/val_neg.c
1505
if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL))
usr.sbin/unbound/validator/val_neg.c
1549
zname_labs+1, buf, rrset_cache, region, now, topname);
usr.sbin/unbound/validator/val_neg.c
1550
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
1461
rrset_check_sec_status(env->rrset_cache, list[i], *env->now);
usr.sbin/unbound/validator/val_nsec3.c
1471
rrset_update_sec_status(env->rrset_cache, list[i], *env->now);
usr.sbin/unbound/validator/val_utils.c
1178
struct rrset_cache* r, struct module_env* env)
usr.sbin/unbound/validator/val_utils.c
1198
struct rrset_cache* r, struct module_env* env)
usr.sbin/unbound/validator/val_utils.c
1307
env->rrset_cache, nm, nmlen, LDNS_RR_TYPE_DS, c, 0,
usr.sbin/unbound/validator/val_utils.c
1331
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
458
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
1037
rrset_cache_update_wildcard(env->rrset_cache, s, wc, wl,
usr.sbin/unbound/validator/validator.c
1847
qstate->env->rrset_cache, qstate->env);
usr.sbin/unbound/validator/validator.c
1927
qstate->env->rrset_cache, qstate->env);
usr.sbin/unbound/validator/validator.c
1955
qstate->env->rrset_cache, qstate->env);
usr.sbin/unbound/validator/validator.c
2192
qstate->env->rrset_cache, qstate->env);