Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_osinst.c805 typedef struct VfslogCsr VfslogCsr; typedef
820 struct VfslogCsr { struct
821 sqlite3_vtab_cursor base; /* Base class */
822 sqlite3_int64 iRowid; /* Current rowid. */
823 sqlite3_int64 iOffset; /* Offset of next record in file */
824 char *zTransient; /* Transient 'file' string */
825 int nFile; /* Size of array azFile[] */
826 char **azFile; /* File strings */
827 unsigned char aBuf[1024]; /* Current vfs log entry (read from file) */