Home
last modified time | relevance | path

Searched refs:tupleobj (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isccfg/include/isccfg/
H A Dcfg.h265 cfg_tuple_get(const cfg_obj_t *tupleobj, const char *name);
271 * \li 'tupleobj' points to a valid configuration object of a tuple type.
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/
H A Dcfg.h266 cfg_tuple_get(const cfg_obj_t *tupleobj, const char *name);
/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Dparser.c417 cfg_tuple_get(const cfg_obj_t *tupleobj, const char *name) { in cfg_tuple_get()
422 REQUIRE(tupleobj != NULL && tupleobj->type->rep == &cfg_rep_tuple); in cfg_tuple_get()
425 fields = tupleobj->type->of; in cfg_tuple_get()
428 return tupleobj->value.tuple[i];
411 cfg_tuple_get(const cfg_obj_t * tupleobj,const char * name) cfg_tuple_get() argument
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dparser.c414 cfg_tuple_get(const cfg_obj_t *tupleobj, const char *name) { in cfg_tuple_get() argument
419 REQUIRE(tupleobj != NULL && tupleobj->type->rep == &cfg_rep_tuple); in cfg_tuple_get()
422 fields = tupleobj->type->of; in cfg_tuple_get()
425 return (tupleobj->value.tuple[i]); in cfg_tuple_get()