GLenum const GLvoid * addr
_Check_return_opt_ _CRTIMP int __cdecl fflush(_Inout_opt_ FILE *_File)
_Check_return_opt_ _CRTIMP size_t __cdecl fread(_Out_writes_bytes_(_ElementSize *_Count) void *_DstBuf, _In_ size_t _ElementSize, _In_ size_t _Count, _Inout_ FILE *_File)
_Check_return_opt_ _CRTIMP int __cdecl fseek(_Inout_ FILE *_File, _In_ long _Offset, _In_ int _Origin)
_Check_return_ _CRTIMP long __cdecl ftell(_Inout_ FILE *_File)
_Check_return_opt_ _CRTIMP size_t __cdecl fwrite(_In_reads_bytes_(_Size *_Count) const void *_Str, _In_ size_t _Size, _In_ size_t _Count, _Inout_ FILE *_File)
const struct __rpc_xdr::xdr_ops * x_ops
static const struct xdr_ops xdrstdio_ops
void xdrstdio_create(XDR *xdrs, FILE *file, enum xdr_op op)
static bool_t xdrstdio_setpos(XDR *, u_int)
static bool_t xdrstdio_getlong(XDR *, long *)
static int32_t * xdrstdio_inline(XDR *, u_int)
static void xdrstdio_destroy(XDR *)
static u_int xdrstdio_getpos(XDR *)
static bool_t xdrstdio_putlong(XDR *, const long *)
static bool_t xdrstdio_putbytes(XDR *, const char *, u_int)
static bool_t xdrstdio_getbytes(XDR *, char *, u_int)