Searched refs:max_refresh_time (Results 1 – 7 of 7) sorted by relevance
278 return (time_t)zone->zone_options->pattern->max_refresh_time < refresh in within_refresh_bounds()279 ? (time_t)zone->zone_options->pattern->max_refresh_time in within_refresh_bounds()
886 p->max_refresh_time = 2419200; /* 4 weeks */ in pattern_options_create()1089 orig->max_refresh_time = p->max_refresh_time; in copy_pat_fixed()1212 if(p->max_refresh_time != q->max_refresh_time) return 0; in pattern_options_equal()1449 marshal_u32(b, p->max_refresh_time); in pattern_options_marshal()1499 p->max_refresh_time = unmarshal_u32(b); in pattern_options_unmarshal()2354 dest->max_refresh_time = pat->max_refresh_time; in config_apply_pattern()
280 if (soa_refresh > (time_t)zone->zone_options->pattern->max_refresh_time) in xfrd_read_state()281 soa_refresh = zone->zone_options->pattern->max_refresh_time; in xfrd_read_state()
348 ZONE_GET_INT(max_refresh_time, o, zone->pattern); in config_print_zone()385 ZONE_GET_INT(max_refresh_time, o, p); in config_print_zone()540 printf("\tmax-refresh-time: %d\n", pat->max_refresh_time); in print_zone_content_elems()
280 uint32_t max_refresh_time; member
981 cfg_parser->pattern->max_refresh_time = $2;
2813 cfg_parser->pattern->max_refresh_time = (yyvsp[0].llng); in yyparse()