| /sqlite-3.40.0/test/ |
| H A D | e_uri.test | 26 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 D | sessionfuzz.c | 896 rc = sqlite3_open_v2(":memory:",&db, in main() 952 sqlite3_open_v2(":memory:", &db2, in main()
|
| H A D | openv2.test | 12 # Tests on the sqlite3_open_v2() interface.
|
| H A D | ossfuzz.c | 140 rc = sqlite3_open_v2("fuzz.db", &cx.db, in LLVMFuzzerTestOneInput()
|
| H A D | nockpt.test | 90 set ::db1 [sqlite3_open_v2 test.db SQLITE_OPEN_READWRITE ""]
|
| H A D | threadtest4.c | 190 rc = sqlite3_open_v2(zFile, &p->db, in worker_open_connection()
|
| H A D | dbfuzz.c | 721 rc = sqlite3_open_v2("test.db", &db, SQLITE_OPEN_READWRITE, "inmem"); in main()
|
| H A D | fuzzcheck.c | 2017 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 D | user-auth.txt | 45 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 D | MainPage.xaml.cpp | 36 rc = sqlite3_open_v2("test.db", &pDb, in UseSQLite()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | scrub.c | 161 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 D | unionvtab.c | 623 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 D | index_usage.c | 102 rc = sqlite3_open_v2(argv[1], &db, SQLITE_OPEN_READONLY, 0); in main()
|
| H A D | speedtest8inst1.c | 185 rc = sqlite3_open_v2( in main()
|
| H A D | fuzzershell.c | 1084 rc = sqlite3_open_v2(zDbName, &db, SQLITE_OPEN_READWRITE, 0); in main() 1089 rc = sqlite3_open_v2( in main()
|
| H A D | dbhash.c | 438 rc = sqlite3_open_v2(zDb, &g.db, openFlags, 0); in main()
|
| H A D | showdb.c | 75 int rc = sqlite3_open_v2(zName, &db, flags, 0); in openDatabase()
|
| /sqlite-3.40.0/src/ |
| H A D | test_superlock.c | 198 rc = sqlite3_open_v2( in sqlite3demo_superlock()
|
| H A D | loadext.c | 313 sqlite3_open_v2,
|
| H A D | sqlite.h.in | 349 ** [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 D | tclsqlite.c | 2065 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 D | sqlite3ext.h | 532 #define sqlite3_open_v2 sqlite3_api->open_v2 macro
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | batch-runner.js | 497 const rc = capi.sqlite3_open_v2(d.filename, ppDb, oFlags, null);
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-oo1.js | 155 let rc = capi.sqlite3_open_v2(fn, pPtr, oflags, vfsName || 0);
|
| /sqlite-3.40.0/mptest/ |
| H A D | mptest.c | 1366 rc = sqlite3_open_v2(g.zDbFile, &g.db, openFlags, g.zVfs); in main()
|