Searched defs:cachedb_env (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/unbound/cachedb/ |
| H A D | cachedb.h | 51 struct cachedb_env { struct 76 /** Init(env, cachedb_env): false on setup failure */ argument
|
| H A D | redis.c | 258 redis_init(struct module_env* env, struct cachedb_env* cachedb_env) in redis_init() 409 redis_deinit(struct module_env* env, struct cachedb_env* cachedb_env) in redis_deinit() 432 redis_command(struct module_env* env, struct cachedb_env* cachedb_env, in redis_command() 513 redis_lookup(struct module_env* env, struct cachedb_env* cachedb_env, in redis_lookup() 568 redis_store(struct module_env* env, struct cachedb_env* cachedb_env, in redis_store()
|
| H A D | cachedb.c | 105 testframe_init(struct module_env* env, struct cachedb_env* cachedb_env) in testframe_init() 131 testframe_deinit(struct module_env* env, struct cachedb_env* cachedb_env) in testframe_deinit() 146 testframe_lookup(struct module_env* env, struct cachedb_env* cachedb_env, in testframe_lookup() 173 testframe_store(struct module_env* env, struct cachedb_env* cachedb_env, in testframe_store() 229 cachedb_apply_cfg(struct cachedb_env* cachedb_env, struct config_file* cfg) in cachedb_apply_cfg() 247 struct cachedb_env* cachedb_env = (struct cachedb_env*)calloc(1, in cachedb_init() local 277 struct cachedb_env* cachedb_env; in cachedb_deinit() local
|