Home
last modified time | relevance | path

Searched refs:cachedb_backend (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/unbound/cachedb/
H A Dcachedb.h43 struct cachedb_backend;
56 struct cachedb_backend* backend;
72 struct cachedb_backend { struct
H A Dredis.h45 extern struct cachedb_backend redis_backend;
H A Dcachedb.c209 static struct cachedb_backend testframe_backend = { "testframe",
214 static struct cachedb_backend* in cachedb_find_backend()
231 const char* backend_str = cfg->cachedb_backend; in cachedb_apply_cfg()
H A Dredis.c511 struct cachedb_backend redis_backend = { "redis",
/freebsd/contrib/unbound/util/
H A Dconfig_file.h732 char* cachedb_backend;
731 char* cachedb_backend; global() member
H A Dconfig_file.c391 if(!(cfg->cachedb_backend = strdup("testframe"))) goto error_exit; in config_create()
1396 else O_STR(opt, "backend", cachedb_backend) in config_get_option()
1793 free(cfg->cachedb_backend); in init_outgoing_availports()
H A Dconfigparser.y3902 free(cfg_parser->cfg->cachedb_backend);
3903 cfg_parser->cfg->cachedb_backend = $2;
H A Dconfigparser.c7582 free(cfg_parser->cfg->cachedb_backend); in yyparse()
7583 cfg_parser->cfg->cachedb_backend = (yyvsp[0].str); in yyparse()