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

  /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/
zoneconf.c 287 const cfg_obj_t *typeobj; local
294 typeobj = cfg_listelt_value(element2);
295 str = cfg_obj_asstring(typeobj);
server.c 6707 const cfg_obj_t *typeobj = NULL; local
6814 (void)cfg_map_get(zoptions, "type", &typeobj);
6815 if (typeobj == NULL) {
6821 ztypestr = cfg_obj_asstring(typeobj);
14794 const cfg_obj_t *typeobj = NULL; local
14798 cfg_map_get(zoptions, "type", &typeobj);
14800 if (redirect && typeobj != NULL &&
14801 strcasecmp(cfg_obj_asstring(typeobj),
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 2911 const cfg_obj_t *typeobj; local
2914 typeobj = cfg_listelt_value(element2);
2915 r.base = UNCONST(cfg_obj_asstring(typeobj));
2927 cfg_obj_log(typeobj, logctx,
2939 cfg_obj_log(typeobj, logctx, ISC_LOG_ERROR,

Completed in 45 milliseconds