Searched defs:VfslogCsr (Results 1 – 1 of 1) sorted by relevance
805 typedef struct VfslogCsr VfslogCsr; typedef820 struct VfslogCsr { struct821 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) */