#include "qxdr.h"Functions | |
| static bool_t | xdrstdio_getlong (XDR *xdrs, long *lp) |
| static bool_t | xdrstdio_putlong (XDR *xdrs, const long *lp) |
| static bool_t | xdrstdio_getbytes (XDR *xdrs, caddr_t addr, u_int len) |
| static bool_t | xdrstdio_putbytes (XDR *xdrs, const caddr_t addr, u_int len) |
| static u_int | xdrstdio_getpos (XDR *xdrs) |
| static bool_t | xdrstdio_setpos (XDR *xdrs, u_int pos) |
| static long * | xdrstdio_inline (XDR *xdrs, u_int len) |
| static void | xdrstdio_destroy (XDR *xdrs) |
| void | xdrstdio_create (XDR *xdrs, FILE *file, enum xdr_op op) |
Variables | |
| static struct XDR::xdr_ops | xdrstdio_ops |
| static void xdrstdio_destroy | ( | XDR * | xdrs | ) | [static] |
| static bool_t xdrstdio_getlong | ( | XDR * | xdrs, | |
| long * | lp | |||
| ) | [static] |
| static bool_t xdrstdio_putlong | ( | XDR * | xdrs, | |
| const long * | lp | |||
| ) | [static] |
struct XDR::xdr_ops xdrstdio_ops [static] |
Initial value:
1.5.7