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

/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dgrammar.h407 cfg_parse_void(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret);
/bind-9.6-ESV-R11/lib/isccfg/
H A Dnamedconf.c1290 CHECK(cfg_parse_void(pctx, NULL, &obj));
1921 CHECK(cfg_parse_void(pctx, NULL, &obj->value.tuple[1]));
1923 CHECK(cfg_parse_void(pctx, NULL, &obj->value.tuple[2]));
H A Dparser.c548 cfg_parse_void(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { function
572 "void", cfg_parse_void, cfg_print_void, cfg_doc_void, &cfg_rep_void,

Completed in 1327 milliseconds