Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dtest_osinst.c795 typedef struct VfslogVtab VfslogVtab; typedef
801 struct VfslogVtab { struct
802 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 */