HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3_close (Results 1 - 6 of 6) sorted by null

  /external/sqlite/dist/orig/
sqlite3ext.h 310 #define sqlite3_close sqlite3_api->close macro
sqlite3.c 439 ** [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*);
104357 #define sqlite3_close macro
131845 SQLITE_API int SQLITE_STDCALL sqlite3_close(sqlite3 *db){ return sqlite3Close(db,0); } function
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 310 #define sqlite3_close sqlite3_api->close macro
sqlite3.c 439 ** [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*);
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/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 

Completed in 512 milliseconds