Searched refs:sqlite3_db_handle (Results 1 – 12 of 12) sorted by relevance
57 sqlite3 *db = sqlite3_db_handle(pStmt); in vacuumFinalize()
403 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(sqlite3_db_handle(pStmt)));415 sqlite3 *db = sqlite3_db_handle(pStmt); in unionFinalize()
242 sqlite3 *db = sqlite3_db_handle(pStmt); in fuzz_invariant_sql()
187 sqlite3_db_handle,
495 rc = wait_for_unlock_notify(sqlite3_db_handle(pStmt)); in sqlite3_blocking_step()
438 #define sqlite3_db_handle sqlite3_api->db_handle macro
138 #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()
1771 sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){ in sqlite3_db_handle() function
6505 sqlite3 *db = sqlite3_db_handle(pStmt);6529 sqlite3 *db = sqlite3_db_handle(pStmt);
6316 ** ^The sqlite3_db_handle interface returns the [database connection] handle6318 ** returned by sqlite3_db_handle is the same [database connection]6323 sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
503 recoverDbError(p, sqlite3_db_handle(pStmt)); in recoverReset()515 sqlite3 *db = sqlite3_db_handle(pStmt); in recoverFinalize()
754 *pzErrmsg = sqlite3_mprintf("%s", sqlite3_errmsg(sqlite3_db_handle(pStmt))); in resetAndCollectError()1138 sqlite3 *db = sqlite3_db_handle(pStmt); in rbuFinalize()