MySQL 9.1.0
Source Code Documentation
|
Generic XDR routines implementation. More...
Macros | |
#define | LSW (__FLOAT_WORD_ORDER == __BIG_ENDIAN) |
Functions | |
bool_t | xdr_float (XDR *xdrs, float *fp) |
bool_t | xdr_double (XDR *xdrs, double *dp) |
Generic XDR routines implementation.
These are the "floating point" xdr routines used to (de)serialize most common data items. See xdr.h for more info on the interface to xdr.
#define LSW (__FLOAT_WORD_ORDER == __BIG_ENDIAN) |