Searched refs:store_ixfr (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/nsd/dist/
H A Dnsd-checkconf.c358 ZONE_GET_BIN(store_ixfr, o, zone->pattern);
395 ZONE_GET_BIN(store_ixfr, o, p);
555 printf("\tstore-ixfr: %s\n", pat->store_ixfr?"yes":"no");
H A Doptions.c900 p->store_ixfr = 0;
1103 orig->store_ixfr = p->store_ixfr;
1232 if(!booleq(p->store_ixfr,q->store_ixfr)) return 0;
1460 marshal_u8(b, p->store_ixfr);
1510 p->store_ixfr = unmarshal_u8(b);
2374 dest->store_ixfr = pat->store_ixfr;
H A Doptions.h296 uint8_t store_ixfr; member in struct:pattern_options
H A Dconfigparser.y1013 cfg_parser->pattern->store_ixfr = $2;
H A Dconfigparser.c2865 cfg_parser->pattern->store_ixfr = (yyvsp[0].bln);
H A Dixfr.c1494 return zone->opts->pattern->store_ixfr;

Completed in 225 milliseconds