Home
last modified time | relevance | path

Searched refs:shm_enable (Results 1 – 7 of 7) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/util/shm_side/
H A Dshm_main.c92 if(!daemon->cfg->shm_enable) in shm_main_init()
198 if(!daemon->cfg->shm_enable) in shm_main_shutdown()
/dports/dns/unbound/unbound-1.14.0/contrib/
H A Dredirect-bogus.patch127 cfg->shm_enable = 0;
166 int shm_enable;
/dports/dns/unbound/unbound-1.14.0/util/
H A Dconfig_file.h589 int shm_enable; member
H A Dconfig_file.c336 cfg->shm_enable = 0; in config_create()
514 else S_YNO("shm-enable:", shm_enable) in config_set_option()
974 else O_YNO(opt, "shm-enable", shm_enable) in config_get_option()
H A Dconfigparser.y535 else cfg_parser->cfg->shm_enable = (strcmp($2, "yes")==0);
H A Dconfigparser.c3697 else cfg_parser->cfg->shm_enable = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/dports/dns/unbound/unbound-1.14.0/daemon/
H A Dworker.c1635 if (worker->daemon->cfg->shm_enable) { in worker_stat_timer_cb()