/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/ |
SQLiteFileSystemWin.cpp | 160 win32_vfs->xSleep,
|
SQLiteFileSystemPosix.cpp | 188 unix_vfs->xSleep,
|
/external/chromium_org/third_party/sqlite/src/src/ |
os.c | 182 return pVfs->xSleep(pVfs, nMicro);
|
test_multiplex.c | 449 return gMultiplex.pOrigVfs->xSleep(gMultiplex.pOrigVfs, b); 930 gMultiplex.sThisVfs.xSleep = multiplexSleep; [all...] |
test_vfstrace.c | 653 return pRoot->xSleep(pRoot, nMicro); 750 pNew->xSleep = vfstraceSleep;
|
test6.c | 680 return pVfs->xSleep(pVfs, nMicro); 809 cfSleep, /* xSleep */
|
test_onefile.c | 200 fsSleep, /* xSleep */ 804 return pParent->xSleep(pParent, nMicro);
|
sqlite.h.in | [all...] |
test_osinst.c | 27 ** xRandomness, xSleep, xCurrentTime, xGetLastError and xCurrentTimeInt64) 190 vfslogSleep, /* xSleep */ 591 return REALVFS(pVfs)->xSleep(REALVFS(pVfs), nMicro); 781 case OS_SLEEP: zEvent = "xSleep"; break; [all...] |
/external/chromium_org/third_party/sqlite/src/ext/async/ |
sqlite3async.c | [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.h | [all...] |
sqlite3.c | [all...] |