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

/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dgrammar.h331 cfg_create_tuple(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **objp);
/bind-9.6-ESV-R11/lib/isccfg/
H A Dnamedconf.c599 CHECK(cfg_create_tuple(pctx, &cfg_type_porttuple, &obj));
1891 CHECK(cfg_create_tuple(pctx, type, &obj));
2137 CHECK(cfg_create_tuple(pctx, &cfg_type_nameport,
H A Dparser.c197 cfg_create_tuple(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { function
235 CHECK(cfg_create_tuple(pctx, type, &obj));

Completed in 41 milliseconds