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

/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dcfg.h195 cfg_tuple_get(const cfg_obj_t *tupleobj, const char *name);
201 * \li 'tupleobj' points to a valid configuration object of a tuple type.
/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c302 cfg_tuple_get(const cfg_obj_t *tupleobj, const char* name) { argument
307 REQUIRE(tupleobj != NULL && tupleobj->type->rep == &cfg_rep_tuple);
309 fields = tupleobj->type->of;
312 return (tupleobj->value.tuple[i]);

Completed in 109 milliseconds