Searched refs:typeobj (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dconfig.h48 ns_config_gettype(const cfg_obj_t *typeobj, dns_rdatatype_t deftype,
/freebsd-9.3-release/contrib/bind9/bin/check/
H A Dnamed-checkconf.c195 const cfg_obj_t *typeobj = NULL; local
222 cfg_map_get(zoptions, "type", &typeobj);
223 if (typeobj == NULL)
235 if (strcasecmp(cfg_obj_asstring(typeobj), "hint") == 0)
237 else if ((strcasecmp(cfg_obj_asstring(typeobj), "master") != 0) &&
238 (strcasecmp(cfg_obj_asstring(typeobj), "redirect") != 0))
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dconfig.c364 ns_config_gettype(const cfg_obj_t *typeobj, dns_rdatatype_t deftype, argument
369 if (!cfg_obj_isstring(typeobj)) {
373 DE_CONST(cfg_obj_asstring(typeobj), r.base);
377 cfg_obj_log(typeobj, ns_g_lctx, ISC_LOG_ERROR,
H A Dzoneconf.c328 const cfg_obj_t *typeobj; local
333 typeobj = cfg_listelt_value(element2);
334 str = cfg_obj_asstring(typeobj);
H A Dserver.c3766 const cfg_obj_t *typeobj = NULL; local
3816 (void)cfg_map_get(zoptions, "type", &typeobj);
3817 if (typeobj == NULL) {
3822 ztypestr = cfg_obj_asstring(typeobj);
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dcheck.c1239 const cfg_obj_t *typeobj; local
1243 typeobj = cfg_listelt_value(element2);
1244 DE_CONST(cfg_obj_asstring(typeobj), r.base);
1249 cfg_obj_log(typeobj, logctx, ISC_LOG_ERROR,

Completed in 143 milliseconds