/external/chromium_org/third_party/sqlite/src/src/ |
test_multiplex.c | 292 sqlite3_vfs *pVfs, /* The multiplex VFS */ 307 UNUSED_PARAMETER(pVfs); 385 sqlite3_vfs *pVfs, /* The multiplex VFS */ 394 UNUSED_PARAMETER(pVfs); [all...] |
shell.c | [all...] |
os_unix.c | [all...] |
vdbeaux.c | [all...] |
date.c | 312 sqlite3OsCurrentTimeInt64(db->pVfs, &p->iJD); 1042 sqlite3OsCurrentTimeInt64(db->pVfs, &iT);
|
vdbeapi.c | 399 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime); 423 sqlite3OsCurrentTimeInt64(db->pVfs, &iNow); [all...] |
sqliteInt.h | 801 sqlite3_vfs *pVfs; /* OS Interface */ [all...] |
test1.c | [all...] |
test_quota.c | 288 sqlite3_vfs *pVfs, /* The quota VFS */
|
btree.c | [all...] |
pragma.c | 747 rc = sqlite3OsAccess(db->pVfs, zRight, SQLITE_ACCESS_READWRITE, &res); [all...] |
/external/sqlite/dist/orig/ |
shell.c | [all...] |
/external/sqlite/dist/ |
shell.c | [all...] |