Searched defs:_connectionInput (Results 1 – 1 of 1) sorted by relevance
84 typedef struct _connectionInput { struct85 struct _connectionInput *next; argument86 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 */