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

  /src/external/bsd/nsd/dist/
nsd-checkconf.c 358 ZONE_GET_BIN(store_ixfr, o, zone->pattern);
395 ZONE_GET_BIN(store_ixfr, o, p);
564 printf("\tstore-ixfr: %s\n", pat->store_ixfr?"yes":"no");
options.h 338 uint8_t store_ixfr; member in struct:pattern_options
options.c 1129 p->store_ixfr = 0;
1335 orig->store_ixfr = p->store_ixfr;
1474 if(!booleq(p->store_ixfr,q->store_ixfr)) return 0;
1715 marshal_u8(b, p->store_ixfr);
1769 p->store_ixfr = unmarshal_u8(b);
2839 dest->store_ixfr = pat->store_ixfr;
xfrd-catalog-zones.c 217 if(zone->pattern && zone->pattern->store_ixfr) {
219 zone->pattern->store_ixfr = 0;
configparser.y 1173 cfg_parser->pattern->store_ixfr = $2;
configparser.c 3123 cfg_parser->pattern->store_ixfr = (yyvsp[0].bln);
ixfr.c 1457 return zone->opts->pattern->store_ixfr;

Completed in 24 milliseconds