Searched refs:choices (Results 1 – 1 of 1) sorted by relevance
501 bool_t xdr_union(XDR* xdrs, enum_t* dscmp, char* unp, const struct xdr_discrim* choices, xdrproc_t … in xdr_union() argument517 for (; choices->proc != NULL_xdrproc_t; choices++) { in xdr_union()518 if (choices->value == dscm) in xdr_union()519 return ((*(choices->proc)) (xdrs, unp, LASTUNSIGNED)); in xdr_union()
Completed in 20 milliseconds