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

/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c977 parse_list(cfg_parser_t *pctx, const cfg_type_t *listtype, cfg_obj_t **ret) argument
980 const cfg_type_t *listof = listtype->of;
984 CHECK(cfg_create_list(pctx, listtype, &listobj));
1052 cfg_parse_spacelist(cfg_parser_t *pctx, const cfg_type_t *listtype, argument
1056 const cfg_type_t *listof = listtype->of;
1059 CHECK(cfg_create_list(pctx, listtype, &listobj));

Completed in 23 milliseconds