Home
last modified time | relevance | path

Searched refs:redis_replica_server_path (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h748 char* redis_replica_server_path; member
H A Dconfigparser.y3895 redis_server_path | redis_replica_server_path |
4017 redis_replica_server_path: VAR_CACHEDB_REDISREPLICAPATH STRING_ARG
4021 free(cfg_parser->cfg->redis_replica_server_path);
4022 cfg_parser->cfg->redis_replica_server_path = $2;
H A Dconfig_file.c399 cfg->redis_replica_server_path = NULL; in config_create()
1414 else O_STR(opt, "redis-replica-server-path", redis_replica_server_path) in config_get_option()
1844 free(cfg->redis_replica_server_path); in config_delete()
H A Dconfigparser.c7685 free(cfg_parser->cfg->redis_replica_server_path); in yyparse()
7686 cfg_parser->cfg->redis_replica_server_path = (yyvsp[0].str); in yyparse()
/freebsd/contrib/unbound/cachedb/
H A Dredis.c282 moddata->replica_server_path = env->cfg->redis_replica_server_path; in redis_init()
/freebsd/contrib/unbound/daemon/
H A Dremote.c5274 m += getmem_str(cfg->redis_replica_server_path); in config_file_getmem()
6156 COPY_VAR_ptr(redis_replica_server_path); in fr_atomic_copy_cfg()