Searched refs:typeobj (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/bin/named/include/named/ |
H A D | config.h | 40 ns_config_gettype(const cfg_obj_t *typeobj, dns_rdatatype_t deftype,
|
/bind-9.11.3/bin/check/ |
H A D | named-checkconf.c | 177 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 D | config.c | 394 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 D | zoneconf.c | 290 const cfg_obj_t *typeobj; local 295 typeobj = cfg_listelt_value(element2); 296 str = cfg_obj_asstring(typeobj);
|
H A D | server.c | 5282 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 D | check.c | 1737 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 78 milliseconds