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

/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 779 milliseconds