Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3_db_handle

5027 ** ^The sqlite3_db_handle interface returns the [database connection] handle
5029 ** returned by sqlite3_db_handle is the same [database connection]
5034 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
64015 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){
91278 #define sqlite3_db_handle sqlite3_api->db_handle
91587 sqlite3_db_handle,