Searched defs:VfslogVtab (Results 1 – 1 of 1) sorted by relevance
795 typedef struct VfslogVtab VfslogVtab; typedef801 struct VfslogVtab { struct802 sqlite3_vtab base; /* Base class */803 sqlite3_file *pFd; /* File descriptor open on vfslog file */804 sqlite3_int64 nByte; /* Size of file in bytes */805 char *zFile; /* File name for pFd */