/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/ |
SQLiteFileSystemWin.cpp | 158 win32_vfs->xDlClose,
|
SQLiteFileSystemPosix.cpp | 186 unix_vfs->xDlClose,
|
/external/chromium_org/third_party/sqlite/src/src/ |
os.c | 175 pVfs->xDlClose(pVfs, pHandle);
|
test_vfstrace.c | 632 pRoot->xDlClose(pRoot, pHandle); 748 pNew->xDlClose = pRoot->xDlClose==0 ? 0 : vfstraceDlClose;
|
test_multiplex.c | 443 gMultiplex.pOrigVfs->xDlClose(gMultiplex.pOrigVfs, b); 928 gMultiplex.sThisVfs.xDlClose = multiplexDlClose; [all...] |
test6.c | 672 pVfs->xDlClose(pVfs, pHandle); 807 cfDlClose, /* xDlClose */
|
test_journal.c | 180 jtDlClose, /* xDlClose */ 793 g.pVfs->xDlClose(g.pVfs, pHandle);
|
test_onefile.c | 198 fsDlClose, /* xDlClose */ 786 pParent->xDlClose(pParent, pHandle);
|
sqlite.h.in | [all...] |
test_osinst.c | 188 vfslogDlClose, /* xDlClose */ 575 REALVFS(pVfs)->xDlClose(REALVFS(pVfs), pHandle); [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.h | [all...] |
sqlite3.c | [all...] |
/external/chromium_org/third_party/sqlite/src/ext/async/ |
sqlite3async.c | [all...] |