Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/cachedb/
H A Dcachedb.h50 struct cachedb_env { struct
75 /** Init(env, cachedb_env): false on setup failure */ argument
H A Dredis.c138 redis_init(struct module_env* env, struct cachedb_env* cachedb_env) in redis_init()
208 redis_deinit(struct module_env* env, struct cachedb_env* cachedb_env) in redis_deinit()
231 redis_command(struct module_env* env, struct cachedb_env* cachedb_env, in redis_command()
279 redis_lookup(struct module_env* env, struct cachedb_env* cachedb_env, in redis_lookup()
327 redis_store(struct module_env* env, struct cachedb_env* cachedb_env, in redis_store()
H A Dcachedb.c102 testframe_init(struct module_env* env, struct cachedb_env* cachedb_env) in testframe_init()
128 testframe_deinit(struct module_env* env, struct cachedb_env* cachedb_env) in testframe_deinit()
143 testframe_lookup(struct module_env* env, struct cachedb_env* cachedb_env, in testframe_lookup()
170 testframe_store(struct module_env* env, struct cachedb_env* cachedb_env, in testframe_store()
226 cachedb_apply_cfg(struct cachedb_env* cachedb_env, struct config_file* cfg) in cachedb_apply_cfg()
244 struct cachedb_env* cachedb_env = (struct cachedb_env*)calloc(1, in cachedb_init() local
283 struct cachedb_env* cachedb_env; in cachedb_deinit() local