Searched refs:zonelist (Results 1 – 5 of 5) sorted by relevance
417 opt->zonelist = NULL; in parse_zone_list_file()422 opt->zonelist = fopen(opt->zonelistfile, "r+"); in parse_zone_list_file()423 if(!opt->zonelist) { in parse_zone_list_file()432 if(fread(hdr, 1, strlen(ZONELIST_HEADER), opt->zonelist) != in parse_zone_list_file()436 fclose(opt->zonelist); in parse_zone_list_file()437 opt->zonelist = NULL; in parse_zone_list_file()443 while(fgets(buf, sizeof(buf), opt->zonelist)) { in parse_zone_list_file()469 ftello(opt->zonelist)-linesize); in parse_zone_list_file()474 ftello(opt->zonelist)-linesize); in parse_zone_list_file()481 opt->zonelist_off = ftello(opt->zonelist); in parse_zone_list_file()[all …]
55 FILE* zonelist; member
492 # Zones that are dynamically added and deleted are put in the zonelist file.
121 # default zonelist file location.
3043 - nsd-control delzone zone. Removes zone from zonelist.3074 - nsd reads the zonelist file on start.3082 - code to add and remove zonelist entries, and unit test.3115 - work on zonelist read and storage.