Searched refs:dfault (Results 1 – 2 of 2) sorted by relevance
501 …xdr_union(XDR* xdrs, enum_t* dscmp, char* unp, const struct xdr_discrim* choices, xdrproc_t dfault) in xdr_union() argument525 return ((dfault == NULL_xdrproc_t) ? FALSE : in xdr_union()526 (*dfault) (xdrs, unp, LASTUNSIGNED)); in xdr_union()
315 xdrproc_t dfault);
Completed in 4 milliseconds