MySQL 9.1.0
Source Code Documentation
|
General purpose routine to see how much space something will use when serialized using XDR. More...
Functions | |
static bool_t | x_putlong (XDR *xdrs, const long *longp) |
static bool_t | x_putbytes (XDR *xdrs, const char *bp, u_int len) |
static u_int | x_getpostn (const XDR *xdrs) |
static bool_t | x_setpostn (XDR *xdrs, u_int len) |
static int32_t * | x_inline (XDR *xdrs, u_int len) |
static int | harmless (void) |
static void | x_destroy (XDR *xdrs) |
static bool_t | x_putint32 (XDR *xdrs, const int32_t *int32p) |
unsigned long | xdr_sizeof (xdrproc_t func, void *data) |
General purpose routine to see how much space something will use when serialized using XDR.
|
static |
|
static |
unsigned long xdr_sizeof | ( | xdrproc_t | func, |
void * | data | ||
) |