Home | History | Annotate | Download | only in chromium

Lines Matching refs:sqlite3_vfs

50 // vfs - pointer to the sqlite3_vfs object.
55 int chromiumOpen(sqlite3_vfs*, const char* fileName,
79 // vfs - pointer to the sqlite3_vfs object.
83 int chromiumDelete(sqlite3_vfs*, const char* fileName, int)
90 // vfs - pointer to the sqlite3_vfs object.
94 int chromiumAccess(sqlite3_vfs*, const char* fileName, int flag, int* res)
114 // vfs - pointer to the sqlite3_vfs object.
118 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath,
129 // vfs - pointer to the sqlite3_vfs object.
131 void* chromiumDlOpen(sqlite3_vfs*, const char*)
145 sqlite3_vfs* win32_vfs = sqlite3_vfs_find("win32");
146 static sqlite3_vfs chromium_vfs = {