Searched refs:cfg_parse_obj (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/usr.bin/dig/lib/isccfg/ |
| H A D | parser.c | 111 cfg_parse_obj(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret); 164 cfg_parse_obj(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { in cfg_parse_obj() function 328 result = cfg_parse_obj(pctx, type, &obj); in parse2() 579 result = cfg_parse_obj(pctx, elttype, &value); in cfg_parse_listelt() 650 CHECK(cfg_parse_obj(pctx, &cfg_type_qstring, &includename)); in cfg_parse_mapbody() 676 CHECK(cfg_parse_obj(pctx, &cfg_type_unsupported, in cfg_parse_mapbody() 726 CHECK(cfg_parse_obj(pctx, elttype, &obj)); in parse_symtab_elt() 773 CHECK(cfg_parse_obj(pctx, nametype, &idobj)); in parse_any_named_map()
|