Searched refs:cfg_create_tuple (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/ |
H A D | grammar.h | 331 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 D | namedconf.c | 599 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 D | parser.c | 197 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