Searched refs:x_ops (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/include/rpc/ |
D | xdr.h | 143 } *x_ops; member 171 (*(xdrs)->x_ops->x_getint32)(xdrs, int32p) 173 (*(xdrs)->x_ops->x_getint32)(xdrs, int32p) 176 (*(xdrs)->x_ops->x_putint32)(xdrs, int32p) 178 (*(xdrs)->x_ops->x_putint32)(xdrs, int32p) 181 (*(xdrs)->x_ops->x_getlong)(xdrs, longp) 183 (*(xdrs)->x_ops->x_getlong)(xdrs, longp) 186 (*(xdrs)->x_ops->x_putlong)(xdrs, longp) 188 (*(xdrs)->x_ops->x_putlong)(xdrs, longp) 191 (*(xdrs)->x_ops->x_getbytes)(xdrs, addr, len) [all …]
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr_sizeof.c | 176 x.x_ops = &ops; in xdr_sizeof()
|
D | xdr_stdio.c | 92 xdrs->x_ops = (struct xdr_ops *) &xdrstdio_ops; in xdrstdio_create()
|
D | xdr_mem.c | 111 xdrs->x_ops = ((uintptr_t)addr & (sizeof (int32_t) - 1)) in xdrmem_create()
|
D | xdr_rec.c | 240 xdrs->x_ops = &xdrrec_ops; in xdrrec_create()
|