Lines Matching refs:maps
234 ns_config_get(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) {
238 if (maps[i] == NULL)
240 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS)
246 ns_checknames_get(const cfg_obj_t **maps, const char *which,
256 if (maps[i] == NULL)
259 if (cfg_map_get(maps[i], "check-names", &checknames) == ISC_R_SUCCESS) {
720 const cfg_obj_t *maps[3];
729 maps[i++] = options;
730 maps[i++] = ns_g_defaults;
731 maps[i] = NULL;
733 result = ns_config_get(maps, "port", &portobj);