Home
last modified time | relevance | path

Searched refs:sqlite3_open_v2 (Results 1 – 25 of 32) sorted by relevance

12

/sqlite-3.40.0/test/
H A De_uri.test26 set DB [sqlite3_open_v2 $uri {
44 set DB [sqlite3_open_v2 $uri $flags ""]
82 set DB [sqlite3_open_v2 file:test.db [concat $flags] ""]
114 set DB [sqlite3_open_v2 file:test.db [concat $flags] ""]
146 set DB [sqlite3_open_v2 $uri $flags ""]
203 # sqlite3_open_v2().
230 sqlite3_open_v2 $uri $flags $defvfs
272 # had been set in the third argument to sqlite3_open_v2().
341 set DB [sqlite3_open_v2 $uri $f($flags) ""]
364 # to sqlite3_open_v2().
[all …]
H A Dsessionfuzz.c896 rc = sqlite3_open_v2(":memory:",&db, in main()
952 sqlite3_open_v2(":memory:", &db2, in main()
H A Dopenv2.test12 # Tests on the sqlite3_open_v2() interface.
H A Dossfuzz.c140 rc = sqlite3_open_v2("fuzz.db", &cx.db, in LLVMFuzzerTestOneInput()
H A Dnockpt.test90 set ::db1 [sqlite3_open_v2 test.db SQLITE_OPEN_READWRITE ""]
H A Dthreadtest4.c190 rc = sqlite3_open_v2(zFile, &p->db, in worker_open_connection()
H A Ddbfuzz.c721 rc = sqlite3_open_v2("test.db", &db, SQLITE_OPEN_READWRITE, "inmem"); in main()
H A Dfuzzcheck.c2017 rc = sqlite3_open_v2(azSrcDb[iSrcDb], &db, in main()
2384 rc = sqlite3_open_v2("main.db", &db, openFlags, zVfs); in main()
/sqlite-3.40.0/ext/userauth/
H A Duser-auth.txt45 The sqlite3_open(), sqlite3_open16(), and sqlite3_open_v2() interfaces
62 sqlite3_open_v2()
69 sqlite3_open_v2();
97 sqlite3_open_v2();
103 sqlite3_open_v2();
/sqlite-3.40.0/vsixtest/
H A DMainPage.xaml.cpp36 rc = sqlite3_open_v2("test.db", &pDb, in UseSQLite()
/sqlite-3.40.0/ext/misc/
H A Dscrub.c161 p->rcErr = sqlite3_open_v2(p->zSrcFile, &p->dbSrc, in scrubBackupOpenSrc()
215 p->rcErr = sqlite3_open_v2(p->zDestFile, &p->dbDest, in scrubBackupOpenDest()
H A Dunionvtab.c623 rc = sqlite3_open_v2(pSrc->zFile, &pSrc->db, openFlags, 0); in unionOpenDatabaseInner()
637 rc = sqlite3_open_v2(pSrc->zFile, &pSrc->db, openFlags, 0); in unionOpenDatabaseInner()
/sqlite-3.40.0/tool/
H A Dindex_usage.c102 rc = sqlite3_open_v2(argv[1], &db, SQLITE_OPEN_READONLY, 0); in main()
H A Dspeedtest8inst1.c185 rc = sqlite3_open_v2( in main()
H A Dfuzzershell.c1084 rc = sqlite3_open_v2(zDbName, &db, SQLITE_OPEN_READWRITE, 0); in main()
1089 rc = sqlite3_open_v2( in main()
H A Ddbhash.c438 rc = sqlite3_open_v2(zDb, &g.db, openFlags, 0); in main()
H A Dshowdb.c75 int rc = sqlite3_open_v2(zName, &db, flags, 0); in openDatabase()
/sqlite-3.40.0/src/
H A Dtest_superlock.c198 rc = sqlite3_open_v2( in sqlite3demo_superlock()
H A Dloadext.c313 sqlite3_open_v2,
H A Dsqlite.h.in349 ** [sqlite3_open_v2()], and not previously closed.
575 ** 3rd parameter to the [sqlite3_open_v2()] interface and
578 ** Only those flags marked as "Ok for sqlite3_open_v2()" may be
3406 ** The sqlite3_open_v2() interface works like sqlite3_open()
3479 ** If the 3rd parameter to sqlite3_open_v2() is not one of the
3490 ** by sqlite3_open_v2().
3492 ** ^The fourth parameter to sqlite3_open_v2() is the name of the
3514 ** set in the third argument to sqlite3_open_v2(), or if it has
3646 ** sqlite3_open() or sqlite3_open_v2().
3662 int sqlite3_open_v2(
[all …]
H A Dtclsqlite.c2065 rc = sqlite3_open_v2(zDestFile, &pDest, in DbObjCmd()
3164 rc = sqlite3_open_v2(zSrcFile, &pSrc, in DbObjCmd()
3855 rc = sqlite3_open_v2(zFile, &p->db, flags, zVfs); in DbMain()
H A Dsqlite3ext.h532 #define sqlite3_open_v2 sqlite3_api->open_v2 macro
/sqlite-3.40.0/ext/wasm/
H A Dbatch-runner.js497 const rc = capi.sqlite3_open_v2(d.filename, ppDb, oFlags, null);
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js155 let rc = capi.sqlite3_open_v2(fn, pPtr, oflags, vfsName || 0);
/sqlite-3.40.0/mptest/
H A Dmptest.c1366 rc = sqlite3_open_v2(g.zDbFile, &g.db, openFlags, g.zVfs); in main()

12