Searched defs:cfg_parse_obj (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/lib/isccfg/ |
H A D | parser.c | 171 cfg_parse_obj(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { function 237 CHECK(cfg_parse_obj(pctx, f->type, &obj->value.tuple[i])); 477 result = cfg_parse_obj(pctx, type, &obj); 958 result = cfg_parse_obj(pctx, elttype, &value); 1198 CHECK(cfg_parse_obj(pctx, &cfg_type_qstring, &includename)); 1223 CHECK(cfg_parse_obj(pctx, &cfg_type_unsupported, &eltobj)); 1327 CHECK(cfg_parse_obj(pctx, elttype, &obj)); 1367 CHECK(cfg_parse_obj(pctx, nametype, &idobj));
|
Completed in 18 milliseconds