Searched defs:VfslogVtab (Results 1 – 1 of 1) sorted by relevance
804 typedef struct VfslogVtab VfslogVtab; typedef810 struct VfslogVtab { struct811 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 */