Home
last modified time | relevance | path

Searched refs:xNextSystemCall (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DTelemetryVFS.cpp657 static const char* xNextSystemCall(sqlite3_vfs* vfs, const char* zName) { in xNextSystemCall() function
659 return orig_vfs->xNextSystemCall(orig_vfs, zName); in xNextSystemCall()
726 tvfs->xNextSystemCall = xNextSystemCall; in ConstructTelemetryVFS()
/dports/www/firefox/firefox-99.0/storage/
H A DTelemetryVFS.cpp657 static const char* xNextSystemCall(sqlite3_vfs* vfs, const char* zName) { in xNextSystemCall() function
659 return orig_vfs->xNextSystemCall(orig_vfs, zName); in xNextSystemCall()
726 tvfs->xNextSystemCall = xNextSystemCall; in ConstructTelemetryVFS()
/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DTelemetryVFS.cpp750 static const char *xNextSystemCall(sqlite3_vfs *vfs, const char *zName) { in xNextSystemCall() function
752 return orig_vfs->xNextSystemCall(orig_vfs, zName); in xNextSystemCall()
816 tvfs->xNextSystemCall = xNextSystemCall; in ConstructTelemetryVFS()
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DTelemetryVFS.cpp820 xNextSystemCall(sqlite3_vfs *vfs, const char *zName) in xNextSystemCall() function
823 return orig_vfs->xNextSystemCall(orig_vfs, zName); in xNextSystemCall()
886 tvfs->xNextSystemCall = xNextSystemCall; in ConstructTelemetryVFS()
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DTelemetryVFS.cpp657 static const char* xNextSystemCall(sqlite3_vfs* vfs, const char* zName) { in xNextSystemCall() function
659 return orig_vfs->xNextSystemCall(orig_vfs, zName); in xNextSystemCall()
726 tvfs->xNextSystemCall = xNextSystemCall; in ConstructTelemetryVFS()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DTelemetryVFS.cpp674 static const char* xNextSystemCall(sqlite3_vfs* vfs, const char* zName) { in xNextSystemCall() function
676 return orig_vfs->xNextSystemCall(orig_vfs, zName); in xNextSystemCall()
741 tvfs->xNextSystemCall = xNextSystemCall; in ConstructTelemetryVFS()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_syscall.c591 for(zSys = pVfs->xNextSystemCall(pVfs, 0); in test_syscall_list()
593 zSys = pVfs->xNextSystemCall(pVfs, zSys) in test_syscall_list()
H A Dtest_vfstrace.c702 return pRoot->xNextSystemCall(pRoot, zName); in vfstraceNextSystemCall()
761 pNew->xNextSystemCall = pRoot->xNextSystemCall==0 ? 0 : in vfstrace_register()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_vfstrace.c821 return pRoot->xNextSystemCall(pRoot, zName); in vfstraceNextSystemCall()
880 pNew->xNextSystemCall = pRoot->xNextSystemCall==0 ? 0 : in vfstrace_register()
H A Dtest_syscall.c637 for(zSys = pVfs->xNextSystemCall(pVfs, 0); in test_syscall_list()
639 zSys = pVfs->xNextSystemCall(pVfs, zSys) in test_syscall_list()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_vfstrace.c821 return pRoot->xNextSystemCall(pRoot, zName); in vfstraceNextSystemCall()
880 pNew->xNextSystemCall = pRoot->xNextSystemCall==0 ? 0 : in vfstrace_register()
H A Dtest_syscall.c637 for(zSys = pVfs->xNextSystemCall(pVfs, 0); in test_syscall_list()
639 zSys = pVfs->xNextSystemCall(pVfs, zSys) in test_syscall_list()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_vfstrace.c821 return pRoot->xNextSystemCall(pRoot, zName); in vfstraceNextSystemCall()
880 pNew->xNextSystemCall = pRoot->xNextSystemCall==0 ? 0 : in vfstrace_register()
H A Dtest_syscall.c637 for(zSys = pVfs->xNextSystemCall(pVfs, 0); in test_syscall_list()
639 zSys = pVfs->xNextSystemCall(pVfs, zSys) in test_syscall_list()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_vfstrace.c821 return pRoot->xNextSystemCall(pRoot, zName); in vfstraceNextSystemCall()
880 pNew->xNextSystemCall = pRoot->xNextSystemCall==0 ? 0 : in vfstrace_register()
H A Dtest_syscall.c637 for(zSys = pVfs->xNextSystemCall(pVfs, 0); in test_syscall_list()
639 zSys = pVfs->xNextSystemCall(pVfs, zSys) in test_syscall_list()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sql/
H A Dvfs_wrapper.cc450 wrapper_vfs->xNextSystemCall = nullptr; in VFSWrapper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/
H A Dvfs_wrapper.cc451 wrapper_vfs->xNextSystemCall = nullptr; in VFSWrapper()
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dsyscall.test57 # Tests for the xNextSystemCall method.
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dsyscall.test57 # Tests for the xNextSystemCall method.
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dsyscall.test57 # Tests for the xNextSystemCall method.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dsyscall.test57 # Tests for the xNextSystemCall method.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dappendvfs.c532 return ORIGVFS(pVfs)->xNextSystemCall(ORIGVFS(pVfs), zName); in apndNextSystemCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dappendvfs.c532 return ORIGVFS(pVfs)->xNextSystemCall(ORIGVFS(pVfs), zName); in apndNextSystemCall()
/dports/databases/py-apsw/apsw-3.35.4-r1/
H A Dtests.py4932 return super(TestVFS, self).xNextSystemCall(name)
5390 self.assertRaises(TypeError, vfs.xNextSystemCall, 0)
5393 n = vfs.xNextSystemCall(items[-1])
5404 TestVFS.xNextSystemCall = TestVFS.xNextSystemCall1
5405 self.assertRaisesUnraisable(TypeError, vfs2.xNextSystemCall, "open")
5406 TestVFS.xNextSystemCall = TestVFS.xNextSystemCall2
5407 self.assertRaisesUnraisable(TypeError, vfs2.xNextSystemCall, "open")
5409 TestVFS.xNextSystemCall = TestVFS.xNextSystemCall3
5411 TestVFS.xNextSystemCall = TestVFS.xNextSystemCall4
5413 TestVFS.xNextSystemCall = TestVFS.xNextSystemCall99
[all …]

12345678910>>...17