ReactOS 0.4.16-dev-329-g9223134
|
#include <wintirpc.h>
#include "namespace.h"
#include <rpc/types.h>
#include <rpc/xdr.h>
#include <sys/types.h>
#include <stdlib.h>
#include "un-namespace.h"
Go to the source code of this file.
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 (XDR *xdrs) |
static bool_t | x_setpostn (XDR *xdrs, u_int pos) |
static int32_t * | x_inline (XDR *xdrs, u_int len) |
static int | harmless () |
static void | x_destroy (XDR *xdrs) |
unsigned long | xdr_sizeof (xdrproc_t func, void *data) |
|
static |
Definition at line 106 of file xdr_sizeof.c.
Referenced by xdr_sizeof().
Definition at line 113 of file xdr_sizeof.c.
Referenced by xdr_sizeof().
Definition at line 64 of file xdr_sizeof.c.
Referenced by xdr_sizeof().
Definition at line 78 of file xdr_sizeof.c.
Referenced by xdr_sizeof().
Definition at line 57 of file xdr_sizeof.c.
Referenced by xdr_sizeof().
Definition at line 71 of file xdr_sizeof.c.
Referenced by xdr_sizeof().
Definition at line 125 of file xdr_sizeof.c.