Home
last modified time | relevance | path

Searched refs:sqlite3_db_handle (Results 1 – 12 of 12) sorted by relevance

/sqlite-3.40.0/tool/
H A Dfast_vacuum.c57 sqlite3 *db = sqlite3_db_handle(pStmt); in vacuumFinalize()
/sqlite-3.40.0/ext/misc/
H A Dunionvtab.c403 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(sqlite3_db_handle(pStmt)));
415 sqlite3 *db = sqlite3_db_handle(pStmt); in unionFinalize()
/sqlite-3.40.0/test/
H A Dfuzzinvariants.c242 sqlite3 *db = sqlite3_db_handle(pStmt); in fuzz_invariant_sql()
/sqlite-3.40.0/src/
H A Dloadext.c187 sqlite3_db_handle,
H A Dtest_thread.c495 rc = wait_for_unlock_notify(sqlite3_db_handle(pStmt)); in sqlite3_blocking_step()
H A Dsqlite3ext.h438 #define sqlite3_db_handle sqlite3_api->db_handle macro
H A Dtest1.c138 #define StmtToDb(X) sqlite3_db_handle(X)
4011 db = sqlite3_db_handle(pStmt); in test_bind_value_from_preupdate()
4055 db = sqlite3_db_handle(pStmt); in test_bind_value_from_select()
7170 rc = sqlite3_prepare_v2(sqlite3_db_handle(pStmt), zExplain, -1, &pExplain, 0); in printExplainQueryPlan()
H A Dvdbeapi.c1771 sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){ in sqlite3_db_handle() function
H A Dshell.c.in6505 sqlite3 *db = sqlite3_db_handle(pStmt);
6529 sqlite3 *db = sqlite3_db_handle(pStmt);
H A Dsqlite.h.in6316 ** ^The sqlite3_db_handle interface returns the [database connection] handle
6318 ** returned by sqlite3_db_handle is the same [database connection]
6323 sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c503 recoverDbError(p, sqlite3_db_handle(pStmt)); in recoverReset()
515 sqlite3 *db = sqlite3_db_handle(pStmt); in recoverFinalize()
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c754 *pzErrmsg = sqlite3_mprintf("%s", sqlite3_errmsg(sqlite3_db_handle(pStmt))); in resetAndCollectError()
1138 sqlite3 *db = sqlite3_db_handle(pStmt); in rbuFinalize()