Lines Matching refs:XDR
45 x_putlong (XDR *xdrs, const long *longp) in x_putlong()
53 x_putbytes (XDR *xdrs, const char *bp, u_int len) in x_putbytes()
60 x_getpostn (const XDR *xdrs) in x_getpostn()
67 x_setpostn (XDR *xdrs, u_int len) in x_setpostn()
74 x_inline (XDR *xdrs, u_int len) in x_inline()
109 x_destroy (XDR *xdrs) in x_destroy()
122 x_putint32 (XDR *xdrs, const int32_t *int32p) in x_putint32()
131 XDR x; in xdr_sizeof()
135 typedef bool_t (*dummyfunc1) (XDR *, long *); in xdr_sizeof()
136 typedef bool_t (*dummyfunc2) (XDR *, caddr_t, u_int); in xdr_sizeof()
137 typedef bool_t (*dummyfunc3) (XDR *, int32_t *); in xdr_sizeof()