Lines Matching refs:sqlite3_close

1281 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
1335 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
1337 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
1347 ** sqlite3_close() will leave the database connection open and return
1361 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
1366 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
1369 SQLITE_API int sqlite3_close(sqlite3*);
4331 ** passing it to [sqlite3_close()] when it is no longer required.
6914 ** [database connection] is closed using [sqlite3_close()].
9749 ** callback is invoked from within the [sqlite3_step] or [sqlite3_close]
9770 ** connection using [sqlite3_close()].
10697 ** calling [sqlite3_close()]) and a new connection is subsequently opened
16596 ** sqlite3_close().
32449 ** used as an argument to sqlite3_errmsg() or sqlite3_close().
123571 #define sqlite3_close sqlite3_api->close
123988 sqlite3_close,
161362 /* EVIDENCE-OF: R-63257-11740 Calling sqlite3_close() or
161386 /* Legacy behavior (sqlite3_close() behavior) is to return
161412 ** connection. The sqlite3_close() version returns SQLITE_BUSY and
161419 SQLITE_API int sqlite3_close(sqlite3 *db){ return sqlite3Close(db,0); }
161427 ** has been a prior call to sqlite3_close(db) or sqlite3_close_v2(db)) and
161446 ** passed to sqlite3_close (meaning that it is a zombie). Therefore,
163532 sqlite3_close(db);
197611 sqlite3_close(db);
197805 sqlite3_close(p->dbRbu);
197806 sqlite3_close(p->dbMain);
198160 sqlite3_close(p->dbRbu);
198161 sqlite3_close(p->dbMain);
199172 sqlite3_close(p->dbRbu);
199173 sqlite3_close(p->dbMain);
199351 ** sqlite3_close().
199681 ** prevents it from checkpointing the database from sqlite3_close(). */