Lines Matching refs:sqlite3_db_handle
6677 ** ^The sqlite3_db_handle interface returns the [database connection] handle
6679 ** returned by sqlite3_db_handle is the same [database connection]
6684 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
89672 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){
132367 #define sqlite3_db_handle sqlite3_api->db_handle
132810 sqlite3_db_handle,
209563 *pzErrmsg = sqlite3_mprintf("%s", sqlite3_errmsg(sqlite3_db_handle(pStmt)));
209947 sqlite3 *db = sqlite3_db_handle(pStmt);