Searched defs:TestStreamInput (Results 1 – 1 of 1) sorted by relevance
28 typedef struct TestStreamInput TestStreamInput; typedef29 struct TestStreamInput { struct30 int nStream; /* Maximum chunk size */31 unsigned char *aData; /* Pointer to buffer containing data */32 int nData; /* Size of buffer aData in bytes */33 int iData; /* Bytes of data already read by sessions */