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

/bind-9.11.3/lib/isccfg/include/isccfg/
H A Dcfg.h54 typedef struct cfg_obj cfg_obj_t; typedef in typeref:struct:cfg_obj
67 (*cfg_parsecallback_t)(const char *clausename, const cfg_obj_t *obj, void *arg);
108 const cfg_type_t *type, cfg_obj_t **ret);
112 const cfg_type_t *type, cfg_obj_t **ret);
116 cfg_obj_t **ret);
120 const cfg_type_t *type, cfg_obj_t **ret);
152 cfg_parser_mapadd(cfg_parser_t *pctx, cfg_obj_t *mapobj,
153 cfg_obj_t *obj, const char *clause);
159 * \li 'obj' is a valid cfg_obj_t.
160 * \li 'mapobj' is a valid cfg_obj_t o
[all...]

Completed in 7 milliseconds