OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite3_close
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
421
#define
sqlite3_close
sqlite3_api->close
macro
sqlite3.c
589
** [sqlite3_open_v2()] interfaces are its constructors, and [
sqlite3_close
()]
643
** ^The
sqlite3_close
() and sqlite3_close_v2() routines are destructors
645
** ^Calls to
sqlite3_close
() and sqlite3_close_v2() return [SQLITE_OK] if
655
**
sqlite3_close
() will leave the database connection open and return
669
** The C parameter to [
sqlite3_close
(C)] and [sqlite3_close_v2(C)]
674
** ^Calling
sqlite3_close
() or sqlite3_close_v2() with a NULL pointer
677
SQLITE_API int
sqlite3_close
(sqlite3*);
4056
** passing it to [
sqlite3_close
()] when it is no longer required.
7022
** [database connection] is closed using [
sqlite3_close
()].
10105
** callback is invoked from within the [sqlite3_step] or [
sqlite3_close
]
142641
#define
sqlite3_close
macro
188453
SQLITE_API int
sqlite3_close
(sqlite3 *db){ return sqlite3Close(db,0); }
function
[
all
...]
Completed in 56 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026