Searched defs:typeobj (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/bin/check/
H A Dnamed-checkconf.c177 const cfg_obj_t *typeobj = NULL; local
210 cfg_map_get(zoptions, "type", &typeobj);
211 if (typeobj == NULL)
236 if (strcasecmp(cfg_obj_asstring(typeobj), "hint") == 0)
238 else if ((strcasecmp(cfg_obj_asstring(typeobj), "master") != 0) &&
239 (strcasecmp(cfg_obj_asstring(typeobj), "redirect") != 0))
245 if (strcasecmp(cfg_obj_asstring(typeobj), "redirect") == 0) {
/bind-9.11.3/bin/named/
H A Dconfig.c394 ns_config_gettype(const cfg_obj_t *typeobj, dns_rdatatype_t deftype, argument
399 if (!cfg_obj_isstring(typeobj)) {
403 DE_CONST(cfg_obj_asstring(typeobj), r.base);
407 cfg_obj_log(typeobj, ns_g_lctx, ISC_LOG_ERROR,
H A Dzoneconf.c290 const cfg_obj_t *typeobj; local
295 typeobj = cfg_listelt_value(element2);
296 str = cfg_obj_asstring(typeobj);
H A Dserver.c5282 const cfg_obj_t *typeobj = NULL; local
5385 (void)cfg_map_get(zoptions, "type", &typeobj);
5386 if (typeobj == NULL) {
5392 ztypestr = cfg_obj_asstring(typeobj);
/bind-9.11.3/lib/bind9/
H A Dcheck.c1737 const cfg_obj_t *typeobj; local
1741 typeobj = cfg_listelt_value(element2);
1742 DE_CONST(cfg_obj_asstring(typeobj), r.base);
1747 cfg_obj_log(typeobj, logctx, ISC_LOG_ERROR,

Completed in 62 milliseconds