Home
last modified time | relevance | path

Searched defs:xdrs (Results 1 – 10 of 10) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/xdr/
Dxdr_mem.c105 xdrmem_create (XDR * xdrs, in xdrmem_create()
119 xdrmem_destroy (XDR * xdrs) in xdrmem_destroy()
125 xdrmem_getlong_aligned (XDR * xdrs, in xdrmem_getlong_aligned()
137 xdrmem_putlong_aligned (XDR * xdrs, in xdrmem_putlong_aligned()
149 xdrmem_getlong_unaligned (XDR * xdrs, in xdrmem_getlong_unaligned()
164 xdrmem_putlong_unaligned (XDR * xdrs, in xdrmem_putlong_unaligned()
179 xdrmem_getbytes (XDR * xdrs, in xdrmem_getbytes()
192 xdrmem_putbytes (XDR * xdrs, in xdrmem_putbytes()
205 xdrmem_getpos (XDR * xdrs) in xdrmem_getpos()
212 xdrmem_setpos (XDR * xdrs, in xdrmem_setpos()
[all …]
Dxdr_stdio.c87 xdrstdio_create (XDR * xdrs, in xdrstdio_create()
103 xdrstdio_destroy (XDR * xdrs) in xdrstdio_destroy()
110 xdrstdio_getlong (XDR * xdrs, in xdrstdio_getlong()
122 xdrstdio_putlong (XDR * xdrs, in xdrstdio_putlong()
133 xdrstdio_getbytes (XDR * xdrs, in xdrstdio_getbytes()
144 xdrstdio_putbytes (XDR * xdrs, in xdrstdio_putbytes()
155 xdrstdio_getpos (XDR * xdrs) in xdrstdio_getpos()
161 xdrstdio_setpos (XDR * xdrs, in xdrstdio_setpos()
170 xdrstdio_inline (XDR * xdrs, in xdrstdio_inline()
188 xdrstdio_getint32 (XDR *xdrs, in xdrstdio_getint32()
[all …]
Dxdr.c90 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()
326 xdr_int16_t (XDR * xdrs, in xdr_int16_t()
[all …]
Dxdr_sizeof.c47 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()
Dxdr_float.c63 xdr_float (XDR * xdrs, in xdr_float()
83 xdr_double (XDR * xdrs, in xdr_double()
Dxdr_reference.c60 xdr_reference (XDR * xdrs, in xdr_reference()
120 xdr_pointer (XDR * xdrs, in xdr_pointer()
Dxdr_rec.c179 xdrrec_create (XDR * xdrs, in xdrrec_create()
270 xdrrec_getlong (XDR * xdrs, in xdrrec_getlong()
296 xdrrec_putlong (XDR * xdrs, in xdrrec_putlong()
320 xdrrec_getbytes (XDR * xdrs, in xdrrec_getbytes()
349 xdrrec_putbytes (XDR * xdrs, in xdrrec_putbytes()
376 xdrrec_getpos (XDR * xdrs) in xdrrec_getpos()
402 xdrrec_setpos (XDR * xdrs, in xdrrec_setpos()
442 xdrrec_inline (XDR * xdrs, in xdrrec_inline()
484 xdrrec_destroy (XDR * xdrs) in xdrrec_destroy()
494 xdrrec_getint32 (XDR *xdrs, in xdrrec_getint32()
[all …]
Dxdr_array.c58 xdr_array (XDR * xdrs, in xdr_array()
141 xdr_vector (XDR * xdrs, in xdr_vector()
Dxdr_float_vax.c85 xdr_float (XDR * xdrs, in xdr_float()
187 xdr_double (XDR * xdrs, in xdr_double()
/picolibc-3.7.0-3.6.0/newlib/libc/include/rpc/
Dxdr.h170 #define XDR_GETINT32(xdrs, int32p) \ argument
172 #define xdr_getint32(xdrs, int32p) \ argument
175 #define XDR_PUTINT32(xdrs, int32p) \ argument
177 #define xdr_putint32(xdrs, int32p) \ argument
180 #define XDR_GETLONG(xdrs, longp) \ argument
182 #define xdr_getlong(xdrs, longp) \ argument
185 #define XDR_PUTLONG(xdrs, longp) \ argument
187 #define xdr_putlong(xdrs, longp) \ argument
190 #define XDR_GETBYTES(xdrs, addr, len) \ argument
192 #define xdr_getbytes(xdrs, addr, len) \ argument
[all …]