Home
last modified time | relevance | path

Searched refs:__rpc_xdr (Results 1 – 1 of 1) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/include/rpc/
Dxdr.h108 typedef struct __rpc_xdr struct
114 bool_t (*x_getlong) (struct __rpc_xdr *, long *); argument
117 bool_t (*x_putlong) (struct __rpc_xdr *, const long *);
120 bool_t (*x_getbytes) (struct __rpc_xdr *, char *, u_int);
123 bool_t (*x_putbytes) (struct __rpc_xdr *, const char *, u_int);
126 u_int (*x_getpostn) (struct __rpc_xdr *);
129 bool_t (*x_setpostn) (struct __rpc_xdr *, u_int);
132 int32_t * (*x_inline) (struct __rpc_xdr *, u_int);
135 void (*x_destroy) (struct __rpc_xdr *);
138 bool_t (*x_getint32) (struct __rpc_xdr *, int32_t *);
[all …]