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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h228 #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()]
91257 #define sqlite3_close macro
113175 SQLITE_API int sqlite3_close(sqlite3 *db){ function
[all...]

Completed in 345 milliseconds