Searched defs:kcache (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/unbound/validator/
H A Dval_kcache.c52 struct key_cache* kcache = (struct key_cache*)calloc(1, local
74 key_cache_delete(struct key_cache* kcache) argument
83 key_cache_insert(struct key_cache* kcache, struct key_entry_key* kkey, struct module_qstate* qstate) argument
111 key_cache_search(struct key_cache* kcache, uint8_t* name, size_t namelen, uint16_t key_class, int wr) argument
128 key_cache_obtain(struct key_cache* kcache, uint8_t* name, size_t namelen, uint16_t key_class, struct regional* region, uint32_t now) argument
157 key_cache_get_mem(struct key_cache* kcache) argument
162 key_cache_remove(struct key_cache* kcache, uint8_t* name, size_t namelen, uint16_t key_class) argument
[all...]
H A Dvalidator.h76 struct key_cache* kcache; member in struct:val_env

Completed in 64 milliseconds