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

/freebsd-13-stable/contrib/unbound/cachedb/
H A Dcachedb.h50 struct cachedb_env { struct
H A Dredis.c92 redis_init(struct module_env* env, struct cachedb_env* cachedb_env) argument
151 redis_deinit(struct module_env* env, struct cachedb_env* cachedb_env) argument
185 redis_command(struct module_env* env, struct cachedb_env* cachedb_env, argument
233 redis_lookup(struct module_env* env, struct cachedb_env* cachedb_env, char* key, struct sldns_buffer* result_buffer) argument
281 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
120 testframe_deinit(struct module_env* env, struct cachedb_env* cachedb_env) argument
135 testframe_lookup(struct module_env* env, struct cachedb_env* cachedb_env, argument
162 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
218 cachedb_apply_cfg(struct cachedb_env* cachedb_env, struct config_file* cfg) argument
234 struct cachedb_env* cachedb_env = (struct cachedb_env*)calloc(1, local
273 struct cachedb_env* cachedb_env; local
[all...]

Completed in 103 milliseconds