Searched refs:XDR (Results 1 – 13 of 13) sorted by relevance
/picolibc-latest/newlib/libc/include/rpc/ |
D | xdr.h | 148 } XDR; typedef 159 typedef bool_t (*xdrproc_t) (XDR *, ...); 296 extern bool_t xdr_short (XDR *, short *); 297 extern bool_t xdr_u_short (XDR *, u_short *); 298 extern bool_t xdr_int (XDR *, int *); 299 extern bool_t xdr_u_int (XDR *, u_int *); 300 extern bool_t xdr_long (XDR *, long *); 301 extern bool_t xdr_u_long (XDR *, u_long *); 302 extern bool_t xdr_int8_t (XDR *, int8_t *); 303 extern bool_t xdr_uint8_t (XDR *, uint8_t *); [all …]
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr_stdio.c | 54 static void xdrstdio_destroy (XDR *); 55 static bool_t xdrstdio_getlong (XDR *, long *); 56 static bool_t xdrstdio_putlong (XDR *, const long *); 57 static bool_t xdrstdio_getbytes (XDR *, char *, u_int); 58 static bool_t xdrstdio_putbytes (XDR *, const char *, u_int); 59 static u_int xdrstdio_getpos (XDR *); 60 static bool_t xdrstdio_setpos (XDR *, u_int); 61 static int32_t * xdrstdio_inline (XDR *, u_int); 62 static bool_t xdrstdio_getint32 (XDR*, int32_t *); 63 static bool_t xdrstdio_putint32 (XDR*, const int32_t *); [all …]
|
D | xdr_mem.c | 57 static void xdrmem_destroy (XDR *); 58 static bool_t xdrmem_getlong_aligned (XDR *, long *); 59 static bool_t xdrmem_putlong_aligned (XDR *, const long *); 60 static bool_t xdrmem_getlong_unaligned (XDR *, long *); 61 static bool_t xdrmem_putlong_unaligned (XDR *, const long *); 62 static bool_t xdrmem_getbytes (XDR *, char *, u_int); 63 static bool_t xdrmem_putbytes (XDR *, const char *, u_int); 65 static u_int xdrmem_getpos (XDR *); 66 static bool_t xdrmem_setpos (XDR *, u_int); 67 static int32_t * xdrmem_inline_aligned (XDR *, u_int); [all …]
|
D | xdr_sizeof.c | 47 x_putlong (XDR * xdrs, in x_putlong() 57 x_putbytes (XDR * xdrs, in x_putbytes() 67 x_getpostn (XDR * xdrs) in x_getpostn() 74 x_setpostn (XDR * xdrs, in x_setpostn() 91 x_inline (XDR * xdrs, in x_inline() 128 x_destroy (XDR * xdrs) in x_destroy() 141 x_putint32 (XDR *xdrs, in x_putint32() 154 XDR x; in xdr_sizeof() 158 typedef bool_t (*dummyfunc1) (XDR *, long *); in xdr_sizeof() 159 typedef bool_t (*dummyfunc2) (XDR *, caddr_t, u_int); in xdr_sizeof() [all …]
|
D | xdr.c | 70 XDR x; in xdr_free() 90 xdr_int (XDR * xdrs, in xdr_int() 124 xdr_u_int (XDR * xdrs, in xdr_u_int() 158 xdr_long (XDR * xdrs, in xdr_long() 178 xdr_u_long (XDR * xdrs, in xdr_u_long() 208 xdr_int32_t (XDR * xdrs, in xdr_int32_t() 229 xdr_u_int32_t (XDR * xdrs, in xdr_u_int32_t() 250 xdr_uint32_t (XDR * xdrs, in xdr_uint32_t() 271 xdr_short (XDR * xdrs, in xdr_short() 298 xdr_u_short (XDR * xdrs, in xdr_u_short() [all …]
|
D | xdr_rec.c | 82 static bool_t xdrrec_getlong (XDR *, long *); 83 static bool_t xdrrec_putlong (XDR *, const long *); 84 static bool_t xdrrec_getbytes (XDR *, char *, u_int); 85 static bool_t xdrrec_putbytes (XDR *, const char *, u_int); 86 static u_int xdrrec_getpos (XDR *); 87 static bool_t xdrrec_setpos (XDR *, u_int); 88 static int32_t * xdrrec_inline (XDR *, u_int); 89 static void xdrrec_destroy (XDR *); 90 static bool_t xdrrec_getint32 (XDR *, int32_t *); 91 static bool_t xdrrec_putint32 (XDR *, const int32_t *); [all …]
|
D | xdr_reference.c | 60 xdr_reference (XDR * xdrs, in xdr_reference() 120 xdr_pointer (XDR * xdrs, in xdr_pointer()
|
D | xdr_float.c | 63 xdr_float (XDR * xdrs, in xdr_float() 83 xdr_double (XDR * xdrs, in xdr_double()
|
D | xdr_array.c | 58 xdr_array (XDR * xdrs, in xdr_array() 141 xdr_vector (XDR * xdrs, in xdr_vector()
|
D | xdr_float_vax.c | 85 xdr_float (XDR * xdrs, in xdr_float() 187 xdr_double (XDR * xdrs, in xdr_double()
|
D | README | 4 (XDR) code from SunRPC (derived from the relicensed -- to 45 To port XDR to a new newlib target, first enable building it 163 implementation of XDR, as well as the glibc implementation, 175 For years, the Sun RPC code, and the XDR implementation, was in 188 So, in the XDR implementation from Fedora 11's libtirpc package,
|
/picolibc-latest/newlib/ |
D | NEWS | 200 * eXtensible Data Record (XDR) support for Cygwin
|
D | ChangeLog-2015 | 5032 Add eXtensible Data Record (XDR) support
|