Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_osinst.c804 typedef struct VfslogVtab VfslogVtab; typedef
810 struct VfslogVtab { struct
811 sqlite3_vtab base; /* Base class */
812 sqlite3_file *pFd; /* File descriptor open on vfslog file */
813 sqlite3_int64 nByte; /* Size of file in bytes */
814 char *zFile; /* File name for pFd */