Home
last modified time | relevance | path

Searched refs:xSetSystemCall (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_syscall.c453 pVfs->xSetSystemCall(pVfs, aSyscall[iCall].zName, aSyscall[iCall].xTest); in test_syscall_install()
478 pVfs->xSetSystemCall(pVfs, aSyscall[i].zName, 0); in test_syscall_uninstall()
502 rc = pVfs->xSetSystemCall(pVfs, 0, 0); in test_syscall_reset()
507 rc = pVfs->xSetSystemCall(pVfs, Tcl_GetString(objv[2]), 0); in test_syscall_reset()
689 pVfs->xSetSystemCall(pVfs, "getpagesize", gSyscall.orig_getpagesize); in test_syscall_pagesize()
698 pVfs->xSetSystemCall( in test_syscall_pagesize()
735 if( pVfs->iVersion<3 || pVfs->xSetSystemCall==0 ){ in test_syscall()
H A Dtest_vfstrace.c808 return pRoot->xSetSystemCall(pRoot, zName, pFunc); in vfstraceSetSystemCall()
876 pNew->xSetSystemCall = pRoot->xSetSystemCall==0 ? 0 : in vfstrace_register()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_syscall.c453 pVfs->xSetSystemCall(pVfs, aSyscall[iCall].zName, aSyscall[iCall].xTest); in test_syscall_install()
478 pVfs->xSetSystemCall(pVfs, aSyscall[i].zName, 0); in test_syscall_uninstall()
502 rc = pVfs->xSetSystemCall(pVfs, 0, 0); in test_syscall_reset()
507 rc = pVfs->xSetSystemCall(pVfs, Tcl_GetString(objv[2]), 0); in test_syscall_reset()
689 pVfs->xSetSystemCall(pVfs, "getpagesize", gSyscall.orig_getpagesize); in test_syscall_pagesize()
698 pVfs->xSetSystemCall( in test_syscall_pagesize()
735 if( pVfs->iVersion<3 || pVfs->xSetSystemCall==0 ){ in test_syscall()
H A Dtest_vfstrace.c808 return pRoot->xSetSystemCall(pRoot, zName, pFunc); in vfstraceSetSystemCall()
876 pNew->xSetSystemCall = pRoot->xSetSystemCall==0 ? 0 : in vfstrace_register()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_syscall.c453 pVfs->xSetSystemCall(pVfs, aSyscall[iCall].zName, aSyscall[iCall].xTest); in test_syscall_install()
478 pVfs->xSetSystemCall(pVfs, aSyscall[i].zName, 0); in test_syscall_uninstall()
502 rc = pVfs->xSetSystemCall(pVfs, 0, 0); in test_syscall_reset()
507 rc = pVfs->xSetSystemCall(pVfs, Tcl_GetString(objv[2]), 0); in test_syscall_reset()
689 pVfs->xSetSystemCall(pVfs, "getpagesize", gSyscall.orig_getpagesize); in test_syscall_pagesize()
698 pVfs->xSetSystemCall( in test_syscall_pagesize()
735 if( pVfs->iVersion<3 || pVfs->xSetSystemCall==0 ){ in test_syscall()
H A Dtest_vfstrace.c808 return pRoot->xSetSystemCall(pRoot, zName, pFunc); in vfstraceSetSystemCall()
876 pNew->xSetSystemCall = pRoot->xSetSystemCall==0 ? 0 : in vfstrace_register()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_syscall.c453 pVfs->xSetSystemCall(pVfs, aSyscall[iCall].zName, aSyscall[iCall].xTest); in test_syscall_install()
478 pVfs->xSetSystemCall(pVfs, aSyscall[i].zName, 0); in test_syscall_uninstall()
502 rc = pVfs->xSetSystemCall(pVfs, 0, 0); in test_syscall_reset()
507 rc = pVfs->xSetSystemCall(pVfs, Tcl_GetString(objv[2]), 0); in test_syscall_reset()
689 pVfs->xSetSystemCall(pVfs, "getpagesize", gSyscall.orig_getpagesize); in test_syscall_pagesize()
698 pVfs->xSetSystemCall( in test_syscall_pagesize()
735 if( pVfs->iVersion<3 || pVfs->xSetSystemCall==0 ){ in test_syscall()
H A Dtest_vfstrace.c808 return pRoot->xSetSystemCall(pRoot, zName, pFunc); in vfstraceSetSystemCall()
876 pNew->xSetSystemCall = pRoot->xSetSystemCall==0 ? 0 : in vfstrace_register()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_syscall.c407 pVfs->xSetSystemCall(pVfs, aSyscall[iCall].zName, aSyscall[iCall].xTest); in test_syscall_install()
432 pVfs->xSetSystemCall(pVfs, aSyscall[i].zName, 0); in test_syscall_uninstall()
456 rc = pVfs->xSetSystemCall(pVfs, 0, 0); in test_syscall_reset()
461 rc = pVfs->xSetSystemCall(pVfs, Tcl_GetString(objv[2]), 0); in test_syscall_reset()
H A Dtest_vfstrace.c689 return pRoot->xSetSystemCall(pRoot, zName, pFunc); in vfstraceSetSystemCall()
757 pNew->xSetSystemCall = pRoot->xSetSystemCall==0 ? 0 : in vfstrace_register()
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DTelemetryVFS.cpp646 static int xSetSystemCall(sqlite3_vfs* vfs, const char* zName, in xSetSystemCall() function
649 return orig_vfs->xSetSystemCall(orig_vfs, zName, pFunc); in xSetSystemCall()
724 tvfs->xSetSystemCall = xSetSystemCall; in ConstructTelemetryVFS()
/dports/www/firefox/firefox-99.0/storage/
H A DTelemetryVFS.cpp646 static int xSetSystemCall(sqlite3_vfs* vfs, const char* zName, in xSetSystemCall() function
649 return orig_vfs->xSetSystemCall(orig_vfs, zName, pFunc); in xSetSystemCall()
724 tvfs->xSetSystemCall = xSetSystemCall; in ConstructTelemetryVFS()
/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DTelemetryVFS.cpp739 static int xSetSystemCall(sqlite3_vfs *vfs, const char *zName, in xSetSystemCall() function
742 return orig_vfs->xSetSystemCall(orig_vfs, zName, pFunc); in xSetSystemCall()
814 tvfs->xSetSystemCall = xSetSystemCall; in ConstructTelemetryVFS()
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DTelemetryVFS.cpp804 xSetSystemCall(sqlite3_vfs *vfs, const char *zName, sqlite3_syscall_ptr pFunc) in xSetSystemCall() function
807 return orig_vfs->xSetSystemCall(orig_vfs, zName, pFunc); in xSetSystemCall()
884 tvfs->xSetSystemCall = xSetSystemCall; in ConstructTelemetryVFS()
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DTelemetryVFS.cpp646 static int xSetSystemCall(sqlite3_vfs* vfs, const char* zName, in xSetSystemCall() function
649 return orig_vfs->xSetSystemCall(orig_vfs, zName, pFunc); in xSetSystemCall()
724 tvfs->xSetSystemCall = xSetSystemCall; in ConstructTelemetryVFS()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DTelemetryVFS.cpp663 static int xSetSystemCall(sqlite3_vfs* vfs, const char* zName, in xSetSystemCall() function
666 return orig_vfs->xSetSystemCall(orig_vfs, zName, pFunc); in xSetSystemCall()
739 tvfs->xSetSystemCall = xSetSystemCall; in ConstructTelemetryVFS()
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/
H A Dpkgdb.c1086 vfs->xSetSystemCall(vfs, "open", (sqlite3_syscall_ptr)_dbdir_open); in pkgdb_syscall_overload()
1087 vfs->xSetSystemCall(vfs, "access", (sqlite3_syscall_ptr)_dbdir_access); in pkgdb_syscall_overload()
1088 vfs->xSetSystemCall(vfs, "stat", (sqlite3_syscall_ptr)_dbdir_stat); in pkgdb_syscall_overload()
1089 vfs->xSetSystemCall(vfs, "lstat", (sqlite3_syscall_ptr)_dbdir_lstat); in pkgdb_syscall_overload()
1090 vfs->xSetSystemCall(vfs, "unlink", (sqlite3_syscall_ptr)_dbdir_unlink); in pkgdb_syscall_overload()
1091 vfs->xSetSystemCall(vfs, "mkdir", (sqlite3_syscall_ptr)_dbdir_mkdir); in pkgdb_syscall_overload()
1092 vfs->xSetSystemCall(vfs, "getcwd", (sqlite3_syscall_ptr)_dbdir_getcwd); in pkgdb_syscall_overload()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sql/
H A Dvfs_wrapper.cc448 wrapper_vfs->xSetSystemCall = nullptr; in VFSWrapper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/
H A Dvfs_wrapper.cc449 wrapper_vfs->xSetSystemCall = nullptr; in VFSWrapper()
/dports/databases/py-apsw/apsw-3.35.4-r1/
H A Dtests.py4959 return super(TestVFS, self).xSetSystemCall(name, ptr)
5436 self.assertRaises(TypeError, vfs.xSetSystemCall)
5437 self.assertRaises(TypeError, vfs.xSetSystemCall, 3, 4)
5439 self.assertRaises(TypeError, vfs.xSetSystemCall, "none", 3.7)
5444 self.assertEqual(True, vfs.xSetSystemCall("open", realopen))
5445 TestVFS.xSetSystemCall = TestVFS.xSetSystemCall1
5448 TestVFS.xSetSystemCall = TestVFS.xSetSystemCall2
5451 TestVFS.xSetSystemCall = TestVFS.xSetSystemCall3
5453 TestVFS.xSetSystemCall = TestVFS.xSetSystemCall99
5454 self.assertEqual(True, vfs2.xSetSystemCall("open", realopen))
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dsyscall.test30 # Tests for the xSetSystemCall method.
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dsyscall.test30 # Tests for the xSetSystemCall method.
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dsyscall.test30 # Tests for the xSetSystemCall method.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dsyscall.test30 # Tests for the xSetSystemCall method.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dappendvfs.c523 return ORIGVFS(pVfs)->xSetSystemCall(ORIGVFS(pVfs),zName,pCall); in apndSetSystemCall()

12345678910>>...17