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

  /src/external/mpl/bind/dist/bin/named/
controlconf.c 1174 const cfg_obj_t *controlslist = NULL; local
1183 (void)cfg_map_get(config, "controls", &controlslist);
1193 if (controlslist != NULL) {
1194 for (element = cfg_list_first(controlslist); element != NULL;
controlconf.c 1174 const cfg_obj_t *controlslist = NULL; local
1183 (void)cfg_map_get(config, "controls", &controlslist);
1193 if (controlslist != NULL) {
1194 for (element = cfg_list_first(controlslist); element != NULL;
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 6257 const cfg_obj_t *controlslist = NULL; local
6266 (void)cfg_map_get(config, "controls", &controlslist);
6267 if (controlslist == NULL) {
6284 for (element = cfg_list_first(controlslist); element != NULL;
check.c 6257 const cfg_obj_t *controlslist = NULL; local
6266 (void)cfg_map_get(config, "controls", &controlslist);
6267 if (controlslist == NULL) {
6284 for (element = cfg_list_first(controlslist); element != NULL;

Completed in 54 milliseconds