Searched refs:cfg_create_list (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.bin/dig/lib/isccfg/ |
H A D | parser.c | 101 cfg_create_list(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **objp); 280 CHECK(cfg_create_list(pctx, &cfg_type_filelist, &pctx->open_files)); in cfg_parser_create() 281 CHECK(cfg_create_list(pctx, &cfg_type_filelist, &pctx->closed_files)); in cfg_parser_create() 520 cfg_create_list(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **obj) { in cfg_create_list() function 869 CHECK(cfg_create_list(pctx, type, &listobj)); in parse_unsupported()
|