Searched defs:sqlite3_close (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c678 int sqlite3_close(sqlite3 *db){ function
2036 sqlite3_close(db);
H A Dsqlite3ext.h247 #define sqlite3_close sqlite3_api->close macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h271 #define sqlite3_close sqlite3_api->close macro
H A Dsqlite3.c771 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
819 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
820 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
826 ** sqlite3_close() is called on a [database connection] that still has
830 ** ^If [sqlite3_close()] is invoked while a transaction is open,
833 ** The C parameter to [sqlite3_close(C)] must be either a NULL
837 ** ^Calling sqlite3_close() with a NULL pointer argument is a
840 SQLITE_API int sqlite3_close(sqlite3 *);
3026 ** passing it to [sqlite3_close()] when it is no longer required.
4833 ** [database connection] is closed using [sqlite3_close()]
91244 #define sqlite3_close macro
113162 SQLITE_API int sqlite3_close(sqlite3 *db){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h271 #define sqlite3_close sqlite3_api->close macro
H A Dsqlite3.c771 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
819 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
820 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
826 ** sqlite3_close() is called on a [database connection] that still has
830 ** ^If [sqlite3_close()] is invoked while a transaction is open,
833 ** The C parameter to [sqlite3_close(C)] must be either a NULL
837 ** ^Calling sqlite3_close() with a NULL pointer argument is a
840 SQLITE_API int sqlite3_close(sqlite3 *);
3026 ** passing it to [sqlite3_close()] when it is no longer required.
4833 ** [database connection] is closed using [sqlite3_close()]
91280 #define sqlite3_close macro
113198 SQLITE_API int sqlite3_close(sqlite3 *db){ function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c764 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
812 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
813 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
819 ** sqlite3_close() is called on a [database connection] that still has
823 ** ^If [sqlite3_close()] is invoked while a transaction is open,
826 ** The C parameter to [sqlite3_close(C)] must be either a NULL
830 ** ^Calling sqlite3_close() with a NULL pointer argument is a
833 SQLITE_API int sqlite3_close(sqlite3 *);
2888 ** passing it to [sqlite3_close()] when it is no longer required.
4506 ** [database connection] is closed using [sqlite3_close()]
86936 #define sqlite3_close macro
108130 SQLITE_API int sqlite3_close(sqlite3 *db){ function
[all...]

Completed in 615 milliseconds