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

/freebsd-9.3-release/contrib/bind9/lib/isccfg/include/isccfg/
H A Dcfg.h168 cfg_map_get(const cfg_obj_t *mapobj, const char* name, const cfg_obj_t **obj);
174 * \li 'mapobj' points to a valid configuration object of a map type.
184 cfg_map_getname(const cfg_obj_t *mapobj);
189 * \li 'mapobj' points to a valid configuration object of a map type.
/freebsd-9.3-release/contrib/bind9/lib/isccfg/
H A Dparser.c1439 cfg_obj_t *mapobj = NULL; local
1442 CHECK(cfg_parse_map(pctx, type, &mapobj));
1443 mapobj->value.map.id = idobj;
1445 *ret = mapobj;
1629 cfg_map_get(const cfg_obj_t *mapobj, const char* name, const cfg_obj_t **obj) { argument
1634 REQUIRE(mapobj != NULL && mapobj->type->rep == &cfg_rep_map);
1638 map = &mapobj->value.map;
1648 cfg_map_getname(const cfg_obj_t *mapobj) { argument
1649 REQUIRE(mapobj !
[all...]

Completed in 275 milliseconds