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

/freebsd-9.3-release/contrib/bind9/lib/isccfg/include/isccfg/
H A Dcfg.h203 cfg_tuple_get(const cfg_obj_t *tupleobj, const char *name);
209 * \li 'tupleobj' points to a valid configuration object of a tuple type.
/freebsd-9.3-release/contrib/bind9/lib/isccfg/
H A Dparser.c310 cfg_tuple_get(const cfg_obj_t *tupleobj, const char* name) { argument
315 REQUIRE(tupleobj != NULL && tupleobj->type->rep == &cfg_rep_tuple);
317 fields = tupleobj->type->of;
320 return (tupleobj->value.tuple[i]);

Completed in 49 milliseconds