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

/freebsd-current/contrib/unbound/cachedb/
H A Dcachedb.h51 struct cachedb_env { struct
H A Dredis.c138 redis_init(struct module_env* env, struct cachedb_env* cachedb_env) argument
208 redis_deinit(struct module_env* env, struct cachedb_env* cachedb_env) argument
231 redis_command(struct module_env* env, struct cachedb_env* cachedb_env, argument
279 redis_lookup(struct module_env* env, struct cachedb_env* cachedb_env, char* key, struct sldns_buffer* result_buffer) argument
327 redis_store(struct module_env* env, struct cachedb_env* cachedb_env, char* key, uint8_t* data, size_t data_len, time_t ttl) argument
[all...]
H A Dcachedb.c104 testframe_init(struct module_env* env, struct cachedb_env* cachedb_env) argument
130 testframe_deinit(struct module_env* env, struct cachedb_env* cachedb_env) argument
145 testframe_lookup(struct module_env* env, struct cachedb_env* cachedb_env, 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)) argument
228 cachedb_apply_cfg(struct cachedb_env* cachedb_env, struct config_file* cfg) argument
246 struct cachedb_env* cachedb_env = (struct cachedb_env*)calloc(1, local
276 struct cachedb_env* cachedb_env; local
[all...]

Completed in 61 milliseconds