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

/bind-9.11.3/lib/isccfg/
H A Dparser.c1428 parse_list(cfg_parser_t *pctx, const cfg_type_t *listtype, cfg_obj_t **ret) argument
1431 const cfg_type_t *listof = listtype->of;
1435 CHECK(cfg_create_list(pctx, listtype, &listobj));
1520 cfg_parse_spacelist(cfg_parser_t *pctx, const cfg_type_t *listtype, argument
1524 const cfg_type_t *listof = listtype->of;
1528 REQUIRE(listtype != NULL);
1531 CHECK(cfg_create_list(pctx, listtype, &listobj));

Completed in 22 milliseconds