Searched refs:xDlClose (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteFileSystemWin.cpp158 win32_vfs->xDlClose,
H A DSQLiteFileSystemPosix.cpp186 unix_vfs->xDlClose,
/external/chromium_org/third_party/sqlite/src/src/
H A Dos.c175 pVfs->xDlClose(pVfs, pHandle);
H A Dtest_vfstrace.c632 pRoot->xDlClose(pRoot, pHandle);
748 pNew->xDlClose = pRoot->xDlClose==0 ? 0 : vfstraceDlClose;
H A Dtest_multiplex.c443 gMultiplex.pOrigVfs->xDlClose(gMultiplex.pOrigVfs, b);
928 gMultiplex.sThisVfs.xDlClose = multiplexDlClose;
H A Dtest6.c672 pVfs->xDlClose(pVfs, pHandle);
807 cfDlClose, /* xDlClose */
H A Dtest_journal.c180 jtDlClose, /* xDlClose */
793 g.pVfs->xDlClose(g.pVfs, pHandle);
H A Dtest_onefile.c198 fsDlClose, /* xDlClose */
786 pParent->xDlClose(pParent, pHandle);
H A Dsqlite.h.in926 void (*xDlClose)(sqlite3_vfs*, void*);
H A Dtest_osinst.c188 vfslogDlClose, /* xDlClose */
575 REALVFS(pVfs)->xDlClose(REALVFS(pVfs), pHandle);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h931 void (*xDlClose)(sqlite3_vfs*, void*); member in struct:sqlite3_vfs
H A Dsqlite3.c1474 void (*xDlClose)(sqlite3_vfs*, void*); member in struct:sqlite3_vfs
14119 pVfs->xDlClose(pVfs, pHandle);
23916 os2DlClose, /* xDlClose */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1159 void (*xDlClose)(sqlite3_vfs*, void*); member in struct:sqlite3_vfs
H A Dsqlite3.c1274 void (*xDlClose)(sqlite3_vfs*, void*); member in struct:sqlite3_vfs
15967 pVfs->xDlClose(pVfs, pHandle);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1159 void (*xDlClose)(sqlite3_vfs*, void*); member in struct:sqlite3_vfs
H A Dsqlite3.c1274 void (*xDlClose)(sqlite3_vfs*, void*); member in struct:sqlite3_vfs
15967 pVfs->xDlClose(pVfs, pHandle);
[all...]
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c1283 pVfs->xDlClose(pVfs, pHandle);
1312 asyncDlClose, /* xDlClose */
1315 asyncCurrentTime /* xDlClose */

Completed in 1984 milliseconds