Searched refs:cachedb_backend (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/unbound/cachedb/
H A Dredis.h45 extern struct cachedb_backend redis_backend;
H A Dcachedb.h43 struct cachedb_backend;
55 struct cachedb_backend* backend;
71 struct cachedb_backend { struct
H A Dcachedb.c198 static struct cachedb_backend testframe_backend = { "testframe",
203 static struct cachedb_backend*
220 const char* backend_str = cfg->cachedb_backend;
H A Dredis.c326 struct cachedb_backend redis_backend = { "redis",
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h635 char* cachedb_backend; member in struct:config_file
H A Dconfig_file.c355 if(!(cfg->cachedb_backend = strdup("testframe"))) goto error_exit;
1205 else O_STR(opt, "backend", cachedb_backend)
1572 free(cfg->cachedb_backend);
H A Dconfigparser.y3315 free(cfg_parser->cfg->cachedb_backend);
3316 cfg_parser->cfg->cachedb_backend = $2;

Completed in 102 milliseconds