Lines Matching refs:XDR
43 static bool_t xdrmem_getlong (XDR *, long *);
44 static bool_t xdrmem_putlong (XDR *, const long *);
45 static bool_t xdrmem_getbytes (XDR *, caddr_t, u_int);
46 static bool_t xdrmem_putbytes (XDR *, const char *, u_int);
47 static u_int xdrmem_getpos (const XDR *);
48 static bool_t xdrmem_setpos (XDR *, u_int);
49 static int32_t *xdrmem_inline (XDR *, u_int);
50 static void xdrmem_destroy (XDR *);
51 static bool_t xdrmem_getint32 (XDR *, int32_t *);
52 static bool_t xdrmem_putint32 (XDR *, const int32_t *);
73 xdrmem_create (XDR *xdrs, const caddr_t addr, u_int size, enum xdr_op op) in xdrmem_create()
94 xdrmem_destroy (XDR *xdrs) in libc_hidden_def()
104 xdrmem_getlong (XDR *xdrs, long *lp) in xdrmem_getlong()
120 xdrmem_putlong (XDR *xdrs, const long *lp) in xdrmem_putlong()
137 xdrmem_getbytes (XDR *xdrs, caddr_t addr, u_int len) in xdrmem_getbytes()
152 xdrmem_putbytes (XDR *xdrs, const char *addr, u_int len) in xdrmem_putbytes()
167 xdrmem_getpos (const XDR *xdrs) in xdrmem_getpos()
176 xdrmem_setpos (XDR *xdrs, u_int pos) in xdrmem_setpos()
196 xdrmem_inline (XDR *xdrs, u_int len) in xdrmem_inline()
215 xdrmem_getint32 (XDR *xdrs, int32_t *ip) in xdrmem_getint32()
231 xdrmem_putint32 (XDR *xdrs, const int32_t *ip) in xdrmem_putint32()