Searched refs:sqlite3_db_handle (Results 1 – 4 of 4) sorted by relevance
455 #define sqlite3_db_handle sqlite3_api->db_handle macro
6978 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
3603 p->db = sqlite3_db_handle(pStmt); in qrfInitialize()3829 sqlite3 *db = sqlite3_db_handle(p->pJTrans); in qrfFinalize()21240 recoverDbError(p, sqlite3_db_handle(pStmt)); in recoverReset()21252 sqlite3 *db = sqlite3_db_handle(pStmt); in recoverFinalize()29723 sqlite3 *db = sqlite3_db_handle(pStmt); in shellFinalize()29748 sqlite3 *db = sqlite3_db_handle(pStmt); in shellReset()
7299 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);95703 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){ function142909 #define sqlite3_db_handle sqlite3_api->db_handle macro143364 sqlite3_db_handle,227090 *pzErrmsg = sqlite3_mprintf("%s", sqlite3_errmsg(sqlite3_db_handle(pStmt)));227475 sqlite3 *db = sqlite3_db_handle(pStmt);