HomeSort by: relevance | last modified time | path
    Searched defs:zonelist (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/bin/check/
named-checkconf.c 472 const cfg_obj_t *zonelist; local
481 zonelist = NULL;
483 (void)cfg_map_get(voptions, "zone", &zonelist);
485 (void)cfg_map_get(config, "zone", &zonelist);
488 for (element = cfg_list_first(zonelist); element != NULL;
  /src/external/bsd/nsd/dist/
options.h 57 /* free space in zonelist file, contains zonelist_bucket */
59 /* number of free space lines in zonelist file */
61 /* zonelist file if open */
62 FILE* zonelist; member in struct:nsd_options
370 /* if not part of config, the offset and linesize of zonelist entry */
376 /* zone is fixed into the main config, not in zonelist, cannot delete */
477 /** zonelist free bucket for a particular line length */
559 /* create (potential) catalog producer member entry and add to the zonelist */
562 /* create zone entry and add to the zonelist file */
566 /* create zonelist entry, do not insert in file (called by _add) *
    [all...]
  /src/external/mpl/bind/dist/bin/named/
server.c 272 ISC_LIST(struct zonelistentry) zonelist; member in struct:viewlistentry
3603 const cfg_obj_t *zonelist, const char **empty_dbtype,
3637 for (element = cfg_list_first(zonelist); element != NULL;
4184 const cfg_obj_t *zonelist; local
4302 zonelist = NULL;
4304 (void)cfg_map_get(voptions, "zone", &zonelist);
4306 (void)cfg_map_get(config, "zone", &zonelist);
4312 for (element = cfg_list_first(zonelist); element != NULL;
6002 CHECK(create_empty_zone(zone, name, view, zonelist,
6250 for (element = cfg_list_first(zonelist);
8057 const cfg_obj_t *zonelist; local
13613 const cfg_obj_t *zonelist; local
    [all...]

Completed in 29 milliseconds