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

/netbsd-current/external/bsd/unbound/dist/cachedb/
H A Dcachedb.h50 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.c102 testframe_init(struct module_env* env, struct cachedb_env* cachedb_env) argument
128 testframe_deinit(struct module_env* env, struct cachedb_env* cachedb_env) argument
143 testframe_lookup(struct module_env* env, struct cachedb_env* cachedb_env, argument
170 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
226 cachedb_apply_cfg(struct cachedb_env* cachedb_env, struct config_file* cfg) argument
244 struct cachedb_env* cachedb_env = (struct cachedb_env*)calloc(1, local
283 struct cachedb_env* cachedb_env; local
[all...]

Completed in 204 milliseconds