MySQL 9.1.0
Source Code Documentation
|
These are the "non-trivial" xdr primitives used to serialize and de-serialize "pointers". More...
#include <libintl.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#include <stdio.h>
#include <string.h>
Macros | |
#define | LASTUNSIGNED ((u_int)0 - 1) |
Functions | |
bool_t | xdr_reference (XDR *xdrs, caddr_t *pp, u_int size, xdrproc_t proc) |
bool_t | xdr_pointer (XDR *xdrs, char **objpp, u_int obj_size, xdrproc_t xdr_obj) |
These are the "non-trivial" xdr primitives used to serialize and de-serialize "pointers".
See xdr.h for more info on the interface to xdr.
#define LASTUNSIGNED ((u_int)0 - 1) |