Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h735 int cachedb_no_store; member
H A Dconfig_file.c398 cfg->cachedb_no_store = 0; in config_create()
866 else S_YNO("cachedb-no-store:", cachedb_no_store) in config_set_option()
1374 else O_YNO(opt, "cachedb-no-store", cachedb_no_store) in config_get_option()
H A Dconfigparser.y3873 cachedb_no_store | redis_logical_db | cachedb_check_when_serve_expired |
3900 cachedb_no_store: VAR_CACHEDB_NO_STORE STRING_ARG
3906 else cfg_parser->cfg->cachedb_no_store = (strcmp($2, "yes")==0);
H A Dconfigparser.c7550 else cfg_parser->cfg->cachedb_no_store = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c888 if(qstate->env->cfg->cachedb_no_store) { in cachedb_handle_response()