Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/session/
H A Dtest_session.c28 typedef struct TestStreamInput TestStreamInput; typedef
29 struct TestStreamInput { struct
30 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 */