Searched defs:cfg_obj_t (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dcfg.h65 typedef struct cfg_obj cfg_obj_t; typedef in typeref:struct:cfg_obj
78 (*cfg_parsecallback_t)(const char *clausename, const cfg_obj_t *obj, void *arg);
113 const cfg_type_t *type, cfg_obj_t **ret);
116 const cfg_type_t *type, cfg_obj_t **ret);
147 cfg_obj_isvoid(const cfg_obj_t *obj);
154 cfg_obj_ismap(const cfg_obj_t *obj);
160 cfg_map_get(const cfg_obj_t *mapobj, const char* name, const cfg_obj_t **obj);
175 const cfg_obj_t *
176 cfg_map_getname(const cfg_obj_t *mapob
[all...]

Completed in 42 milliseconds