Searched refs:unp (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() argument519 return ((*(choices->proc)) (xdrs, unp, LASTUNSIGNED)); in xdr_union()526 (*dfault) (xdrs, unp, LASTUNSIGNED)); in xdr_union()
Completed in 3 milliseconds