Home
last modified time | relevance | path

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

/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dxdr.c501 bool_t xdr_union(XDR* xdrs, enum_t* dscmp, char* unp, const struct xdr_discrim* choices, xdrproc_t … in xdr_union() argument
517 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