Home
last modified time | relevance | path

Searched refs:redis_connect_timeout (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/unbound/cachedb/
HDredis.c175 if(env->cfg->redis_connect_timeout != 0) { in redis_init()
177 env->cfg->redis_connect_timeout / 1000; in redis_init()
179 (env->cfg->redis_connect_timeout % 1000) * 1000; in redis_init()
/freebsd-13-stable/contrib/unbound/util/
HDconfig_file.h752 int redis_connect_timeout; member
HDconfigparser.y3874 redis_command_timeout | redis_connect_timeout
4003 redis_connect_timeout: VAR_CACHEDB_REDISCONNECTTIMEOUT STRING_ARG
4009 else cfg_parser->cfg->redis_connect_timeout = atoi($2);
HDconfig_file.c406 cfg->redis_connect_timeout = 0; in config_create()
1383 else O_DEC(opt, "redis-connect-timeout", redis_connect_timeout) in config_get_option()
HDconfigparser.c7677 else cfg_parser->cfg->redis_connect_timeout = atoi((yyvsp[0].str)); in yyparse()