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 | 139 redis_init(struct module_env * env,struct cachedb_env * cachedb_env) redis_init() argument 225 redis_deinit(struct module_env * env,struct cachedb_env * cachedb_env) redis_deinit() argument 248 redis_command(struct module_env * env,struct cachedb_env * cachedb_env,const char * command,const uint8_t * data,size_t data_len) redis_command() argument 296 redis_lookup(struct module_env * env,struct cachedb_env * cachedb_env,char * key,struct sldns_buffer * result_buffer) redis_lookup() argument 344 redis_store(struct module_env * env,struct cachedb_env * cachedb_env,char * key,uint8_t * data,size_t data_len,time_t ttl) redis_store() argument [all...] |
H A D | cachedb.c | 104 testframe_init(struct module_env * env,struct cachedb_env * cachedb_env) testframe_init() argument 130 testframe_deinit(struct module_env * env,struct cachedb_env * cachedb_env) testframe_deinit() argument 145 testframe_lookup(struct module_env * env,struct cachedb_env * cachedb_env,char * key,struct sldns_buffer * result_buffer) 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...] |