Lines Matching defs:__rpc_xdr
99 typedef struct __rpc_xdr {
103 bool_t (*x_getlong)(struct __rpc_xdr *, long *);
105 bool_t (*x_putlong)(struct __rpc_xdr *, const long *);
107 bool_t (*x_getbytes)(struct __rpc_xdr *, char *, unsigned int);
109 bool_t (*x_putbytes)(struct __rpc_xdr *, const char *,
112 unsigned (*x_getpostn)(struct __rpc_xdr *);
114 bool_t (*x_setpostn)(struct __rpc_xdr *, unsigned int);
116 int32_t *(*x_inline)(struct __rpc_xdr *, unsigned int);
118 void (*x_destroy)(struct __rpc_xdr *);
119 bool_t (*x_control)(struct __rpc_xdr *, int, void *);