ReactOS 0.4.16-dev-38-g96c65e9
|
#include <wintirpc.h>
#include "namespace.h"
#include <sys/types.h>
#include <string.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#include "un-namespace.h"
Go to the source code of this file.
Functions | |
static void | xdrmem_destroy (XDR *) |
static bool_t | xdrmem_getlong_aligned (XDR *, long *) |
static bool_t | xdrmem_putlong_aligned (XDR *, const long *) |
static bool_t | xdrmem_getlong_unaligned (XDR *, long *) |
static bool_t | xdrmem_putlong_unaligned (XDR *, const long *) |
static bool_t | xdrmem_getbytes (XDR *, char *, u_int) |
static bool_t | xdrmem_putbytes (XDR *, const char *, u_int) |
static u_int | xdrmem_getpos (XDR *) |
static bool_t | xdrmem_setpos (XDR *, u_int) |
static int32_t * | xdrmem_inline_aligned (XDR *, u_int) |
static int32_t * | xdrmem_inline_unaligned (XDR *, u_int) |
void | xdrmem_create (XDR *xdrs, char *addr, u_int size, enum xdr_op op) |
Variables | |
static const struct xdr_ops | xdrmem_ops_aligned |
static const struct xdr_ops | xdrmem_ops_unaligned |
Definition at line 94 of file xdr_mem.c.
Referenced by _svcauth_gss(), _svcauth_unix(), authgss_marshal(), authnone_create(), authsspi_marshal(), authunix_create(), authunix_refresh(), authunix_validate(), cache_set(), clnt_dg_create(), clnt_raw_create(), clnt_vc_create(), decode_op_getattr(), decode_readdir_entry(), encode_file_attrs(), info_to_fattr4(), marshal_new_auth(), op_cb_notify_deviceid_args(), replay_cache_read(), replay_cache_write(), replay_validate_args(), rpc_broadcast_exp(), svc_dg_create(), svc_raw_create(), xdr_rpc_gss_unwrap_data(), and xdr_rpc_sspi_unwrap_data().
Definition at line 67 of file xdr_mem.c.
Referenced by xdrmem_create().
Definition at line 78 of file xdr_mem.c.
Referenced by xdrmem_create().