HomeSort by: relevance | last modified time | path
    Searched refs:typeobj (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/bind/dist/bin/named/include/named/
config.h 51 named_config_gettype(const cfg_obj_t *typeobj, dns_rdatatype_t deftype,
  /src/external/mpl/bind/dist/bin/check/
named-checkconf.c 184 const cfg_obj_t *typeobj = NULL; local
225 cfg_map_get(zoptions, "type", &typeobj);
226 if (typeobj == NULL) {
231 const char *ztype = cfg_obj_asstring(typeobj);
261 if (strcasecmp(cfg_obj_asstring(typeobj), "hint") == 0) {
263 } else if ((strcasecmp(cfg_obj_asstring(typeobj), "primary") != 0) &&
264 (strcasecmp(cfg_obj_asstring(typeobj), "master") != 0) &&
265 (strcasecmp(cfg_obj_asstring(typeobj), "redirect") != 0))
273 if (strcasecmp(cfg_obj_asstring(typeobj), "redirect") == 0) {
  /src/external/mpl/bind/dist/bin/named/
config.c 473 named_config_gettype(const cfg_obj_t *typeobj, dns_rdatatype_t deftype,
478 if (!cfg_obj_isstring(typeobj)) {
482 r.base = UNCONST(cfg_obj_asstring(typeobj));
486 cfg_obj_log(typeobj, named_g_lctx, ISC_LOG_ERROR,
zoneconf.c 287 const cfg_obj_t *typeobj; local
294 typeobj = cfg_listelt_value(element2);
295 str = cfg_obj_asstring(typeobj);
server.c 6691 const cfg_obj_t *typeobj = NULL; local
6798 (void)cfg_map_get(zoptions, "type", &typeobj);
6799 if (typeobj == NULL) {
6805 ztypestr = cfg_obj_asstring(typeobj);
14770 const cfg_obj_t *typeobj = NULL; local
14774 cfg_map_get(zoptions, "type", &typeobj);
14776 if (redirect && typeobj != NULL &&
14777 strcasecmp(cfg_obj_asstring(typeobj),
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 2923 const cfg_obj_t *typeobj; local
2926 typeobj = cfg_listelt_value(element2);
2927 r.base = UNCONST(cfg_obj_asstring(typeobj));
2939 cfg_obj_log(typeobj, logctx,
2951 cfg_obj_log(typeobj, logctx, ISC_LOG_ERROR,

Completed in 81 milliseconds