Home
last modified time | relevance | path

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

/openbsd/usr.sbin/nsd/
H A Doptions.c1085 p->store_ixfr = 0; in pattern_options_create()
1291 orig->store_ixfr = p->store_ixfr; in copy_pat_fixed()
1430 if(!booleq(p->store_ixfr,q->store_ixfr)) return 0; in pattern_options_equal()
1671 marshal_u8(b, p->store_ixfr); in pattern_options_marshal()
1725 p->store_ixfr = unmarshal_u8(b); in pattern_options_unmarshal()
2605 dest->store_ixfr = pat->store_ixfr; in config_apply_pattern()
H A Dnsd-checkconf.c358 ZONE_GET_BIN(store_ixfr, o, zone->pattern); in config_print_zone()
395 ZONE_GET_BIN(store_ixfr, o, p); in config_print_zone()
555 printf("\tstore-ixfr: %s\n", pat->store_ixfr?"yes":"no"); in print_zone_content_elems()
H A Doptions.h300 uint8_t store_ixfr; member
H A Dxfrd-catalog-zones.c216 if(zone->pattern && zone->pattern->store_ixfr) { in xfrd_init_catalog_consumer_zone()
218 zone->pattern->store_ixfr = 0; in xfrd_init_catalog_consumer_zone()
H A Dconfigparser.y1021 cfg_parser->pattern->store_ixfr = $2;
H A Dixfr.c1494 return zone->opts->pattern->store_ixfr; in zone_is_ixfr_enabled()