HomeSort by: relevance | last modified time | path
    Searched refs:zonefiles_write (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/nsd/dist/
options.h 122 int zonefiles_write; member in struct:nsd_options
nsd-checkconf.c 492 SERV_GET_INT(zonefiles_write, o);
721 printf("\tzonefiles-write: %d\n", opt->zonefiles_write);
xfrd.c 215 if(nsd->options->zonefiles_write)
388 if(xfrd->nsd->options->zonefiles_write) {
3031 if(xfrd->nsd->options->zonefiles_write == 0)
3050 if(xfrd->nsd->options->zonefiles_write == 0)
3052 tv.tv_sec = xfrd->nsd->options->zonefiles_write;
configparser.y 485 { cfg_parser->opt->zonefiles_write = (int)$2; }
configparser.c 2092 { cfg_parser->opt->zonefiles_write = (int)(yyvsp[0].llng); }
options.c 144 opt->zonefiles_write = ZONEFILES_WRITE_INTERVAL;

Completed in 40 milliseconds