Searched defs:elproc (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_array.c63 * elsize is the size (in bytes) of each element, and elproc is the
68 const uint_t elsize, const xdrproc_t elproc)
110 stat = (*elproc)(xdrs, target);
67 xdr_array(XDR *xdrs, caddr_t *addrp, uint_t *sizep, const uint_t maxsize, const uint_t elsize, const xdrproc_t elproc) argument

Completed in 15 milliseconds