HomeSort by: relevance | last modified time | path
    Searched defs:xdr_inline (Results 1 - 2 of 2) sorted by relevancy

  /src/common/include/rpc/
xdr.h 199 #define XDR_INLINE(xdrs, len) \
201 #define xdr_inline(xdrs, len) \ macro
244 * if ((buf = XDR_INLINE(xdrs, count)) == NULL)
xdr.h 199 #define XDR_INLINE(xdrs, len) \
201 #define xdr_inline(xdrs, len) \ macro
244 * if ((buf = XDR_INLINE(xdrs, count)) == NULL)

Completed in 28 milliseconds