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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 228 #define sqlite3_close sqlite3_api->close macro
  /external/sqlite/dist/
sqlite3.c 768 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
816 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
817 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
823 ** sqlite3_close() is called on a [database connection] that still has
827 ** ^If [sqlite3_close()] is invoked while a transaction is open,
830 ** The C parameter to [sqlite3_close(C)] must be either a NULL
834 ** ^Calling sqlite3_close() with a NULL pointer argument is a
837 SQLITE_API int sqlite3_close(sqlite3 *);
84674 #define sqlite3_close macro
    [all...]

Completed in 25 milliseconds