Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_close_v2

337 ** and [sqlite3_close_v2()] are its destructors.  There are many other
385 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
387 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
394 ** ^If sqlite3_close_v2() is called with unfinalized prepared statements
398 ** finished. The sqlite3_close_v2() interface is intended for use with
406 ** sqlite3_close_v2() is called on a [database connection] that still has
415 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
420 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
424 SQLITE_API int sqlite3_close_v2(sqlite3*);
97448 #define sqlite3_close_v2 sqlite3_api->close_v2
97842 sqlite3_close_v2,
123013 ** sqlite3_close_v2() with a NULL pointer argument is a harmless no-op. */
123061 ** statements or unfinished sqlite3_backups. The sqlite3_close_v2()
123067 SQLITE_API int sqlite3_close_v2(sqlite3 *db){ return sqlite3Close(db,1); }
123074 ** has been a prior call to sqlite3_close(db) or sqlite3_close_v2(db)) and
123083 ** or if the connection has not yet been closed by sqlite3_close_v2(),