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

/bind-9.11.3/lib/isccfg/
H A Dparser.c352 cfg_tuple_get(const cfg_obj_t *tupleobj, const char* name) { argument
357 REQUIRE(tupleobj != NULL && tupleobj->type->rep == &cfg_rep_tuple);
360 fields = tupleobj->type->of;
363 return (tupleobj->value.tuple[i]);

Completed in 17 milliseconds