Home
last modified time | relevance | path

Searched defs:cachedb_env (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/cachedb/
H A Dcachedb.h51 struct cachedb_env { struct
76 /** Init(env, cachedb_env): false on setup failure */ argument
H A Dredis.c139 redis_init(struct module_env* env, struct cachedb_env* cachedb_env) in redis_init()
225 redis_deinit(struct module_env* env, struct cachedb_env* cachedb_env) in redis_deinit()
248 redis_command(struct module_env* env, struct cachedb_env* cachedb_env, in redis_command()
296 redis_lookup(struct module_env* env, struct cachedb_env* cachedb_env, in redis_lookup()
344 redis_store(struct module_env* env, struct cachedb_env* cachedb_env, in redis_store()
H A Dcachedb.c104 testframe_init(struct module_env* env, struct cachedb_env* cachedb_env) in testframe_init()
130 testframe_deinit(struct module_env* env, struct cachedb_env* cachedb_env) in testframe_deinit()
145 testframe_lookup(struct module_env* env, struct cachedb_env* cachedb_env, in testframe_lookup()
172 testframe_store(struct module_env* env, struct cachedb_env* cachedb_env, in testframe_store()
228 cachedb_apply_cfg(struct cachedb_env* cachedb_env, struct config_file* cfg) in cachedb_apply_cfg()
246 struct cachedb_env* cachedb_env = (struct cachedb_env*)calloc(1, in cachedb_init() local
276 struct cachedb_env* cachedb_env; in cachedb_deinit() local