Symbol: cachedb_backend
sbin/unwind/libunbound/util/config_file.c
1404
else O_STR(opt, "backend", cachedb_backend)
sbin/unwind/libunbound/util/config_file.c
1838
free(cfg->cachedb_backend);
sbin/unwind/libunbound/util/config_file.c
391
if(!(cfg->cachedb_backend = strdup("testframe"))) goto error_exit;
sbin/unwind/libunbound/util/config_file.h
732
char* cachedb_backend;
sbin/unwind/libunbound/util/configparser.y
3905
free(cfg_parser->cfg->cachedb_backend);
sbin/unwind/libunbound/util/configparser.y
3906
cfg_parser->cfg->cachedb_backend = $2;
usr.sbin/unbound/cachedb/cachedb.c
209
static struct cachedb_backend testframe_backend = { "testframe",
usr.sbin/unbound/cachedb/cachedb.c
214
static struct cachedb_backend*
usr.sbin/unbound/cachedb/cachedb.c
231
const char* backend_str = cfg->cachedb_backend;
usr.sbin/unbound/cachedb/cachedb.h
43
struct cachedb_backend;
usr.sbin/unbound/cachedb/cachedb.h
56
struct cachedb_backend* backend;
usr.sbin/unbound/cachedb/redis.c
627
struct cachedb_backend redis_backend = { "redis",
usr.sbin/unbound/cachedb/redis.h
45
extern struct cachedb_backend redis_backend;
usr.sbin/unbound/daemon/remote.c
5268
m += getmem_str(cfg->cachedb_backend);
usr.sbin/unbound/daemon/remote.c
6146
COPY_VAR_ptr(cachedb_backend);
usr.sbin/unbound/util/config_file.c
1404
else O_STR(opt, "backend", cachedb_backend)
usr.sbin/unbound/util/config_file.c
1838
free(cfg->cachedb_backend);
usr.sbin/unbound/util/config_file.c
391
if(!(cfg->cachedb_backend = strdup("testframe"))) goto error_exit;
usr.sbin/unbound/util/config_file.h
732
char* cachedb_backend;
usr.sbin/unbound/util/configparser.y
3905
free(cfg_parser->cfg->cachedb_backend);
usr.sbin/unbound/util/configparser.y
3906
cfg_parser->cfg->cachedb_backend = $2;