Searched defs:cachedb_env (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/usr.sbin/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 | 138 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 D | cachedb.c | 104 testframe_init(struct module_env* env, struct cachedb_env* cachedb_env) in testframe_init() argument 130 testframe_deinit(struct module_env* env, struct cachedb_env* cachedb_env) in testframe_deinit() argument 145 testframe_lookup(struct module_env* env, struct cachedb_env* cachedb_env, in testframe_lookup() argument 172 testframe_store(struct module_env * env,struct cachedb_env * cachedb_env,char * key,uint8_t * data,size_t data_len,time_t ATTR_UNUSED (ttl)) testframe_store() argument 228 cachedb_apply_cfg(struct cachedb_env * cachedb_env,struct config_file * cfg) cachedb_apply_cfg() argument 246 struct cachedb_env* cachedb_env = (struct cachedb_env*)calloc(1, cachedb_init() local 276 struct cachedb_env* cachedb_env; cachedb_deinit() local [all...] |