Searched refs:zonelist (Results 1 – 5 of 5) sorted by relevance
499 opt->zonelist = NULL; in parse_zone_list_file()505 if(!opt->zonelist) { in parse_zone_list_file()518 fclose(opt->zonelist); in parse_zone_list_file()519 opt->zonelist = NULL; in parse_zone_list_file()663 if(opt->zonelist) fclose(opt->zonelist); in zone_list_add_or_cat()665 if(!opt->zonelist) { in zone_list_add_or_cat()889 fclose(opt->zonelist); in zone_list_compact()903 opt->zonelist = out; in zone_list_compact()911 if(opt->zonelist) { in zone_list_close()912 fclose(opt->zonelist); in zone_list_close()[all …]
59 FILE* zonelist; member
510 # Zones that are dynamically added and deleted are put in the zonelist file.
121 # default zonelist file location.
3129 - nsd-control delzone zone. Removes zone from zonelist.3160 - nsd reads the zonelist file on start.3168 - code to add and remove zonelist entries, and unit test.3201 - work on zonelist read and storage.