Lines Matching refs:sqlite3_close_v2
576 ** and [sqlite3_close_v2()] are its destructors. There are many other
629 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
631 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
642 ** [SQLITE_BUSY]. ^If sqlite3_close_v2() is called with unfinalized prepared
648 ** are closed, and all backups have finished. The sqlite3_close_v2() interface
655 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
660 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
664 SQLITE_API int sqlite3_close_v2(sqlite3*);
132506 #define sqlite3_close_v2 sqlite3_api->close_v2
133007 sqlite3_close_v2,
174635 ** sqlite3_close_v2() with a NULL pointer argument is a harmless no-op. */
174716 ** statements or unfinished sqlite3_backups. The sqlite3_close_v2()
174722 SQLITE_API int sqlite3_close_v2(sqlite3 *db){ return sqlite3Close(db,1); }
174729 ** has been a prior call to sqlite3_close(db) or sqlite3_close_v2(db)) and
174738 ** or if the connection has not yet been closed by sqlite3_close_v2(),