Home
last modified time | relevance | path

Searched defs:ppDb (Results 1 – 13 of 13) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb3.c943 TestDb **ppDb in testLsmOpen()
1033 TestDb **ppDb in test_lsm_open()
1042 TestDb **ppDb in test_lsm_small_open()
1052 TestDb **ppDb in test_lsm_lomem_open()
1067 TestDb **ppDb in test_lsm_lomem2_open()
1080 TestDb **ppDb in test_lsm_zip_open()
1178 int tdb_lsm_open(const char *zCfg, const char *zDb, int bClear, TestDb **ppDb){ in tdb_lsm_open()
1402 TestDb **ppDb in test_lsm_mt2()
1412 TestDb **ppDb in test_lsm_mt3()
1422 int test_lsm_mt(const char *zFilename, int bClear, TestDb **ppDb){ in test_lsm_mt()
H A Dlsmtest_tdb.c185 TestDb **ppDb in test_leveldb_open()
288 TestDb **ppDb in kc_open()
366 TestDb **ppDb in mdb_open()
625 TestDb **ppDb in sql_open()
757 int tdb_open(const char *zLib, const char *zDb, int bClear, TestDb **ppDb){ in tdb_open()
H A Dlsmtest_tdb2.cc16 int test_kc_open(const char *zFilename, int bClear, TestDb **ppDb){ in test_kc_open()
222 TestDb **ppDb in test_mdb_open()
H A Dlsmtest1.c95 int testControlDb(TestDb **ppDb){ in testControlDb()
254 void testReopenRecover(TestDb **ppDb, int *pRc){ in testReopenRecover()
H A Dlsmtest_tdb4.c687 TestDb **ppDb in test_bt_open()
767 TestDb **ppDb in test_fbt_open()
776 TestDb **ppDb in test_fbts_open()
H A Dlsmtest_main.c306 void testClose(TestDb **ppDb){ in testClose()
324 void testReopen(TestDb **ppDb, int *pRc){ in testReopen()
H A Dlsmtest6.c71 lsm_db **ppDb, in testOomOpen()
/sqlite-3.40.0/src/
H A Dtest_server.c332 int sqlite3_client_open(const char *zDatabaseName, sqlite3 **ppDb){ in sqlite3_client_open()
H A Dmain.c3164 sqlite3 **ppDb, /* OUT: Returned database handle */ in openDatabase()
3518 sqlite3 **ppDb in sqlite3_open()
3525 sqlite3 **ppDb, /* OUT: SQLite db handle */ in sqlite3_open_v2()
3538 sqlite3 **ppDb in sqlite3_open16()
H A Dtest1.c109 int getDbPointer(Tcl_Interp *interp, const char *zA, sqlite3 **ppDb){ in getDbPointer()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_tcl.c54 static int f5tDbPointer(Tcl_Interp *interp, Tcl_Obj *pObj, sqlite3 **ppDb){ in f5tDbPointer()
93 sqlite3 **ppDb, in f5tDbAndApi()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_main.c73 int lsm_new(lsm_env *pEnv, lsm_db **ppDb){ in lsm_new()
H A Dlsm_shared.c562 lsm_db **ppDb; in lsmDbDatabaseRelease() local