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

/bind-9.11.3/lib/isccfg/
H A Dparser.c183 cfg_parse_obj(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { function
276 CHECK(cfg_parse_obj(pctx, f->type, &obj->value.tuple[i]));
558 result = cfg_parse_obj(pctx, type, &obj);
1409 result = cfg_parse_obj(pctx, elttype, &value);
1677 CHECK(cfg_parse_obj(pctx, &cfg_type_qstring, &includename));
1702 CHECK(cfg_parse_obj(pctx, &cfg_type_unsupported, &eltobj));
1821 CHECK(cfg_parse_obj(pctx, elttype, &obj));
1871 CHECK(cfg_parse_obj(pctx, nametype, &idobj));

Completed in 21 milliseconds