![]() |
MySQL 9.5.0
Source Code Documentation
|
If you have some data to be interpreted as external data representation or to be converted to external data representation in a memory buffer, then this is the package for you. More...
Functions | |
| static bool_t | xdrmem_getlong (XDR *, long *) |
| static bool_t | xdrmem_putlong (XDR *, const long *) |
| static bool_t | xdrmem_getbytes (XDR *, caddr_t, u_int) |
| static bool_t | xdrmem_putbytes (XDR *, const char *, u_int) |
| static u_int | xdrmem_getpos (const XDR *) |
| static bool_t | xdrmem_setpos (XDR *, u_int) |
| static int32_t * | xdrmem_inline (XDR *, u_int) |
| static void | xdrmem_destroy (XDR *) |
| static bool_t | xdrmem_getint32 (XDR *, int32_t *) |
| static bool_t | xdrmem_putint32 (XDR *, const int32_t *) |
| void | xdrmem_create (XDR *xdrs, const caddr_t addr, u_int size, enum xdr_op op) |
Variables | |
| static const struct xdr_ops | xdrmem_ops |
If you have some data to be interpreted as external data representation or to be converted to external data representation in a memory buffer, then this is the package for you.
|
static |
|
static |