124#define LAST_FRAG ((u_int32_t)(1 << 31))
185 int (*readit)(
void *,
void *,
int);
187 int (*writeit)(
void *,
void *,
int);
358 switch (xdrs->
x_op) {
382 int delta = currpos -
pos;
385 if ((
int)currpos != -1)
386 switch (xdrs->
x_op) {
390 if ((newpos > (
char *)(
void *)(rstrm->
frag_header)) &&
399 if ((delta < (
int)(rstrm->
fbtbc)) &&
403 rstrm->
fbtbc -= delta;
454 if ((len <= rstrm->fbtbc) &&
609 if (fraglen == 0 || fraglen > rstrm->
in_maxrec ||
631 if (
n == -1)
continue;
#define mem_free(ptr, bsize)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
__kernel_ptrdiff_t ptrdiff_t
GLenum GLuint GLenum GLsizei const GLchar * buf
GLenum const GLvoid * addr
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
#define memcpy(s1, s2, n)
#define memmove(s1, s2, n)
struct task_struct * current
const struct __rpc_xdr::xdr_ops * x_ops
int(* writeit)(void *, void *, int)
int(* readit)(void *, void *, int)
ActualNumberDriverObjects * sizeof(PDRIVER_OBJECT)) PDRIVER_OBJECT *DriverObjectList
#define BYTES_PER_XDR_UNIT
static u_int xdrrec_getpos(XDR *)
bool_t __xdrrec_setblock(XDR *xdrs)
static bool_t set_input_fragment(RECSTREAM *)
int32_t * xdrrec_getoutbase(XDR *xdrs)
static bool_t xdrrec_getlong(XDR *, long *)
static u_int fix_buf_size(u_int)
static const struct xdr_ops xdrrec_ops
static bool_t xdrrec_getbytes(XDR *, char *, u_int)
static void xdrrec_destroy(XDR *)
static bool_t get_input_bytes(RECSTREAM *, char *, u_int)
bool_t xdrrec_endofrecord(XDR *xdrs, bool_t sendnow)
bool_t __xdrrec_getrec(XDR *xdrs, enum xprt_stat *statp, bool_t expectdata)
void xdrrec_setlastfrag(XDR *xdrs)
bool_t xdrrec_eof(XDR *xdrs)
static bool_t realloc_stream(RECSTREAM *, u_int)
bool_t __xdrrec_setnonblock(XDR *xdrs, int maxrec)
static int32_t * xdrrec_inline(XDR *, u_int)
static bool_t flush_out(RECSTREAM *, bool_t)
static bool_t skip_input_bytes(RECSTREAM *, u_int)
static bool_t xdrrec_putlong(XDR *, const long *)
void xdrrec_create(XDR *xdrs, u_int sendsize, u_int recvsize, int *void *, int *readit, int *writeit)
bool_t xdrrec_skiprecord(XDR *xdrs)
static bool_t fill_input_buf(RECSTREAM *)
static bool_t xdrrec_putbytes(XDR *, const char *, u_int)
static bool_t xdrrec_setpos(XDR *, u_int)
struct rec_strm RECSTREAM