Symbol: key_cache
sbin/unwind/libunbound/iterator/iter_utils.c
924
if(env->key_cache) {
sbin/unwind/libunbound/iterator/iter_utils.c
925
struct key_entry_key* kk = key_cache_obtain(env->key_cache,
sbin/unwind/libunbound/util/module.h
162
struct key_cache;
sbin/unwind/libunbound/util/module.h
348
struct key_cache* key_cache;
sbin/unwind/libunbound/validator/autotrust.c
2419
key_cache_remove(env->key_cache, qinfo.qname, qinfo.qname_len,
sbin/unwind/libunbound/validator/val_kcache.c
106
key_cache_search(struct key_cache* kcache, uint8_t* name, size_t namelen,
sbin/unwind/libunbound/validator/val_kcache.c
123
key_cache_obtain(struct key_cache* kcache, uint8_t* name, size_t namelen,
sbin/unwind/libunbound/validator/val_kcache.c
152
key_cache_get_mem(struct key_cache* kcache)
sbin/unwind/libunbound/validator/val_kcache.c
157
void key_cache_remove(struct key_cache* kcache,
sbin/unwind/libunbound/validator/val_kcache.c
49
struct key_cache*
sbin/unwind/libunbound/validator/val_kcache.c
52
struct key_cache* kcache = (struct key_cache*)calloc(1,
sbin/unwind/libunbound/validator/val_kcache.c
74
key_cache_delete(struct key_cache* kcache)
sbin/unwind/libunbound/validator/val_kcache.c
83
key_cache_insert(struct key_cache* kcache, struct key_entry_key* kkey,
sbin/unwind/libunbound/validator/val_kcache.h
107
struct key_entry_key* key_cache_obtain(struct key_cache* kcache,
sbin/unwind/libunbound/validator/val_kcache.h
116
size_t key_cache_get_mem(struct key_cache* kcache);
sbin/unwind/libunbound/validator/val_kcache.h
64
struct key_cache* key_cache_create(struct config_file* cfg);
sbin/unwind/libunbound/validator/val_kcache.h
70
void key_cache_delete(struct key_cache* kcache);
sbin/unwind/libunbound/validator/val_kcache.h
81
void key_cache_insert(struct key_cache* kcache, struct key_entry_key* kkey,
sbin/unwind/libunbound/validator/val_kcache.h
91
void key_cache_remove(struct key_cache* kcache,
sbin/unwind/libunbound/validator/validator.c
192
if (env->key_cache)
sbin/unwind/libunbound/validator/validator.c
193
val_env->kcache = env->key_cache;
sbin/unwind/libunbound/validator/validator.c
200
env->key_cache = val_env->kcache;
sbin/unwind/libunbound/validator/validator.c
273
env->key_cache = NULL;
sbin/unwind/libunbound/validator/validator.h
50
struct key_cache;
sbin/unwind/libunbound/validator/validator.h
83
struct key_cache* kcache;
sbin/unwind/resolver.c
1198
res->ctx->env->key_cache != unified_key_cache ||
sbin/unwind/resolver.c
1208
res->ctx->env->key_cache = unified_key_cache;
sbin/unwind/resolver.c
1215
res->ctx->env->key_cache != unified_key_cache ||
sbin/unwind/resolver.c
1444
res->ctx->env->key_cache = NULL;
sbin/unwind/resolver.c
1479
ctx->env->key_cache == NULL || ctx->env->neg_cache == NULL)
sbin/unwind/resolver.c
1484
unified_key_cache = ctx->env->key_cache;
sbin/unwind/resolver.c
1501
ctx->env->key_cache = NULL;
sbin/unwind/resolver.c
230
struct key_cache *unified_key_cache;
usr.sbin/unbound/daemon/remote.c
2352
if(worker->env.key_cache) {
usr.sbin/unbound/daemon/remote.c
2353
slabhash_traverse(worker->env.key_cache->slab, 1,
usr.sbin/unbound/daemon/remote.c
2432
if(worker->env.key_cache) {
usr.sbin/unbound/daemon/remote.c
2433
slabhash_traverse(worker->env.key_cache->slab, 1,
usr.sbin/unbound/daemon/remote.c
2520
if(worker->env.key_cache) {
usr.sbin/unbound/daemon/remote.c
2521
slabhash_traverse(worker->env.key_cache->slab, 1,
usr.sbin/unbound/daemon/remote.c
6192
if(env->key_cache &&
usr.sbin/unbound/daemon/remote.c
6194
slabhash_adjust_size(env->key_cache->slab,
usr.sbin/unbound/daemon/stats.c
308
if(worker->env.key_cache)
usr.sbin/unbound/daemon/stats.c
309
s->svr.key_cache_count = (long long)count_slabhash_entries(worker->env.key_cache->slab);
usr.sbin/unbound/iterator/iter_utils.c
924
if(env->key_cache) {
usr.sbin/unbound/iterator/iter_utils.c
925
struct key_entry_key* kk = key_cache_obtain(env->key_cache,
usr.sbin/unbound/util/module.h
162
struct key_cache;
usr.sbin/unbound/util/module.h
348
struct key_cache* key_cache;
usr.sbin/unbound/validator/autotrust.c
2415
key_cache_remove(env->key_cache, qinfo.qname, qinfo.qname_len,
usr.sbin/unbound/validator/val_kcache.c
106
key_cache_search(struct key_cache* kcache, uint8_t* name, size_t namelen,
usr.sbin/unbound/validator/val_kcache.c
123
key_cache_obtain(struct key_cache* kcache, uint8_t* name, size_t namelen,
usr.sbin/unbound/validator/val_kcache.c
152
key_cache_get_mem(struct key_cache* kcache)
usr.sbin/unbound/validator/val_kcache.c
157
void key_cache_remove(struct key_cache* kcache,
usr.sbin/unbound/validator/val_kcache.c
49
struct key_cache*
usr.sbin/unbound/validator/val_kcache.c
52
struct key_cache* kcache = (struct key_cache*)calloc(1,
usr.sbin/unbound/validator/val_kcache.c
74
key_cache_delete(struct key_cache* kcache)
usr.sbin/unbound/validator/val_kcache.c
83
key_cache_insert(struct key_cache* kcache, struct key_entry_key* kkey,
usr.sbin/unbound/validator/val_kcache.h
107
struct key_entry_key* key_cache_obtain(struct key_cache* kcache,
usr.sbin/unbound/validator/val_kcache.h
116
size_t key_cache_get_mem(struct key_cache* kcache);
usr.sbin/unbound/validator/val_kcache.h
64
struct key_cache* key_cache_create(struct config_file* cfg);
usr.sbin/unbound/validator/val_kcache.h
70
void key_cache_delete(struct key_cache* kcache);
usr.sbin/unbound/validator/val_kcache.h
81
void key_cache_insert(struct key_cache* kcache, struct key_entry_key* kkey,
usr.sbin/unbound/validator/val_kcache.h
91
void key_cache_remove(struct key_cache* kcache,
usr.sbin/unbound/validator/validator.c
192
if (env->key_cache)
usr.sbin/unbound/validator/validator.c
193
val_env->kcache = env->key_cache;
usr.sbin/unbound/validator/validator.c
200
env->key_cache = val_env->kcache;
usr.sbin/unbound/validator/validator.c
273
env->key_cache = NULL;
usr.sbin/unbound/validator/validator.h
50
struct key_cache;
usr.sbin/unbound/validator/validator.h
83
struct key_cache* kcache;