Home
last modified time | relevance | path

Searched defs:_connectionInput (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dio.c84 typedef struct _connectionInput { struct
85 struct _connectionInput *next; argument
86 char *buffer; /* contains current client input */
87 char *bufptr; /* pointer to current start of data */
88 int bufcnt; /* count of bytes in buffer */
89 int lenLastReq;
90 int size;
91 unsigned int ignoreBytes; /* bytes to ignore before the next request */