Searched refs:mapobj (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dcfg.h160 cfg_map_get(const cfg_obj_t *mapobj, const char* name, const cfg_obj_t **obj);
166 * \li 'mapobj' points to a valid configuration object of a map type.
176 cfg_map_getname(const cfg_obj_t *mapobj);
181 * \li 'mapobj' points to a valid configuration object of a map type.
/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c1365 cfg_obj_t *mapobj = NULL; local
1368 CHECK(cfg_parse_map(pctx, type, &mapobj));
1369 mapobj->value.map.id = idobj;
1371 *ret = mapobj;
1554 cfg_map_get(const cfg_obj_t *mapobj, const char* name, const cfg_obj_t **obj) { argument
1559 REQUIRE(mapobj != NULL && mapobj->type->rep == &cfg_rep_map);
1563 map = &mapobj->value.map;
1573 cfg_map_getname(const cfg_obj_t *mapobj) { argument
1574 REQUIRE(mapobj !
[all...]

Completed in 607 milliseconds