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

/bind-9.11.3/lib/isccfg/
H A Dnamedconf.c1344 CHECK(cfg_parse_obj(pctx, fields[0].type, &obj->value.tuple[0]));
1351 CHECK(cfg_parse_obj(pctx, fields[1].type,
1382 CHECK(cfg_parse_obj(pctx, fields[0].type, &obj->value.tuple[0]));
1402 CHECK(cfg_parse_obj(pctx, f->type, &obj->value.tuple[fn]));
1639 CHECK(cfg_parse_obj(pctx, &cfg_type_uint32, ret));
1641 CHECK(cfg_parse_obj(pctx, &cfg_type_void, ret));
2600 CHECK(cfg_parse_obj(pctx, othertype, ret));
2825 CHECK(cfg_parse_obj(pctx, fields[1].type,
2834 CHECK(cfg_parse_obj(pctx, fields[2].type, &obj->value.tuple[2]));
2835 CHECK(cfg_parse_obj(pct
[all...]
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));
/bind-9.11.3/lib/isccfg/include/isccfg/
H A Dgrammar.h485 cfg_parse_obj(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret);

Completed in 29 milliseconds