Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dtest_osinst.c112 typedef struct VfslogFile VfslogFile; typedef
124 struct VfslogFile { struct
125 sqlite3_file base; /* IO methods */
126 sqlite3_file *pReal; /* Underlying file handle */
127 sqlite3_vfs *pVfslog; /* Associated VsflogVfs object */
128 int iFileId; /* File id number */