Lines Matching refs:XDR
55 static bool_t xdrrec_getlong (XDR *, long *);
56 static bool_t xdrrec_putlong (XDR *, const long *);
57 static bool_t xdrrec_getbytes (XDR *, caddr_t, u_int);
58 static bool_t xdrrec_putbytes (XDR *, const char *, u_int);
59 static u_int xdrrec_getpos (const XDR *);
60 static bool_t xdrrec_setpos (XDR *, u_int);
61 static int32_t *xdrrec_inline (XDR *, u_int);
62 static void xdrrec_destroy (XDR *);
63 static bool_t xdrrec_getint32 (XDR *, int32_t *);
64 static bool_t xdrrec_putint32 (XDR *, const int32_t *);
138 xdrrec_create (XDR *xdrs, u_int sendsize, in xdrrec_create()
203 xdrrec_getlong (XDR *xdrs, long *lp) in libc_hidden_nolink_sunrpc()
228 xdrrec_putlong (XDR *xdrs, const long *lp) in xdrrec_putlong()
251 xdrrec_getbytes (XDR *xdrs, caddr_t addr, u_int len) in xdrrec_getbytes()
278 xdrrec_putbytes (XDR *xdrs, const char *addr, u_int len) in xdrrec_putbytes()
302 xdrrec_getpos (const XDR *xdrs) in xdrrec_getpos()
328 xdrrec_setpos (XDR *xdrs, u_int pos) in xdrrec_setpos()
368 xdrrec_inline (XDR *xdrs, u_int len) in xdrrec_inline()
401 xdrrec_destroy (XDR *xdrs) in xdrrec_destroy()
411 xdrrec_getint32 (XDR *xdrs, int32_t *ip) in xdrrec_getint32()
436 xdrrec_putint32 (XDR *xdrs, const int32_t *ip) in xdrrec_putint32()
467 xdrrec_skiprecord (XDR *xdrs) in xdrrec_skiprecord()
490 xdrrec_eof (XDR *xdrs) in libc_hidden_nolink_sunrpc()
515 xdrrec_endofrecord (XDR *xdrs, bool_t sendnow) in libc_hidden_nolink_sunrpc()