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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h310 #define sqlite3_close sqlite3_api->close macro
H A Dsqlite3.c439 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
489 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
491 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
496 ** statements or unfinished sqlite3_backup objects then sqlite3_close()
519 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
524 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
527 SQLITE_API int SQLITE_STDCALL sqlite3_close(sqlite3*);
2988 ** passing it to [sqlite3_close()] when it is no longer required.
4973 ** [database connection] is closed using [sqlite3_close()].
7465 ** callback is invoked from within the [sqlite3_step] or [sqlite3_close]
104357 #define sqlite3_close macro
131845 SQLITE_API int SQLITE_STDCALL sqlite3_close(sqlite3 *db){ return sqlite3Close(db,0); } function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h310 #define sqlite3_close sqlite3_api->close macro
H A Dsqlite3.c439 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
489 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
491 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
496 ** statements or unfinished sqlite3_backup objects then sqlite3_close()
519 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
524 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
527 SQLITE_API int SQLITE_STDCALL sqlite3_close(sqlite3*);
2988 ** passing it to [sqlite3_close()] when it is no longer required.
4973 ** [database connection] is closed using [sqlite3_close()].
7465 ** callback is invoked from within the [sqlite3_step] or [sqlite3_close]
104375 #define sqlite3_close macro
131863 SQLITE_API int SQLITE_STDCALL sqlite3_close(sqlite3 *db){ return sqlite3Close(db,0); } function
[all...]
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...

Completed in 703 milliseconds