Searched defs:cfg_create_obj (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/lib/isccfg/ |
H A D | parser.c | 208 CHECK(cfg_create_obj(pctx, type, &obj)); 550 return (cfg_create_obj(pctx, &cfg_type_void, ret)); 591 CHECK(cfg_create_obj(pctx, &cfg_type_uint32, &obj)); 676 CHECK(cfg_create_obj(pctx, type, &obj)); 879 CHECK(cfg_create_obj(pctx, &cfg_type_boolean, &obj)); 912 CHECK(cfg_create_obj(pctx, type, obj)); 1588 CHECK(cfg_create_obj(pctx, &cfg_type_token, &obj)); 1848 CHECK(cfg_create_obj(pctx, type, &obj)); 1954 CHECK(cfg_create_obj(pctx, &cfg_type_netprefix, &obj)); 2005 CHECK(cfg_create_obj(pct 2329 cfg_create_obj(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { function [all...] |
Completed in 18 milliseconds