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

  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 72 sqlite3_close(m_db);
78 sqlite3_close(m_db);
102 sqlite3_close(db);
  /external/chromium/chrome/browser/sync/util/
user_settings.cc 180 sqlite3_close(dbhandle_);
265 sqlite3_close(dbhandle_);
  /external/chromium/app/sql/
connection.cc 117 sqlite3_close(db_);
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 175 sqlite3_close(load_dbhandle_);
179 sqlite3_close(save_dbhandle_);
319 sqlite3_close(load_dbhandle_);
324 sqlite3_close(save_dbhandle_);
    [all...]
  /external/chromium/chrome/common/
sqlite_utils.h 353 sqlite3_close(x);
  /frameworks/base/core/jni/
android_database_SQLiteDatabase.cpp 181 if (handle != NULL) sqlite3_close(handle);
240 int result = sqlite3_close(handle);
247 LOGE("sqlite3_close(%p) failed: %d\n", handle, result);
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 228 #define sqlite3_close sqlite3_api->close macro
sqlite3.h 168 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
229 ** If [sqlite3_close()] is invoked while a transaction is open,
232 ** The C parameter to [sqlite3_close(C)] must be either a NULL
240 int sqlite3_close(sqlite3 *);
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 815 sqlite3_close((sqlite3 *) h->sqlite);
824 sqlite3_close((sqlite3 *) h->sqlite);
1073 sqlite3_close((sqlite3 *) h->sqlite);
1083 sqlite3_close((sqlite3 *) h->sqlite);
1165 sqlite3_close((sqlite3 *) h->sqlite);
1186 sqlite3_close((sqlite3 *) h->sqlite);
1207 sqlite3_close((sqlite3 *) h->sqlite);
1217 sqlite3_close((sqlite3 *) h->sqlite);
    [all...]
  /external/sqlite/dist/
shell.c.orig     [all...]
shell.c     [all...]
sqlite3.h 221 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
269 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
270 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
276 ** sqlite3_close() is called on a [database connection] that still has
280 ** ^If [sqlite3_close()] is invoked while a transaction is open,
283 ** The C parameter to [sqlite3_close(C)] must be either a NULL
287 ** ^Calling sqlite3_close() with a NULL pointer argument is a
290 SQLITE_API int sqlite3_close(sqlite3 *);
    [all...]
sqlite3.h.orig 221 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
269 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
270 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
276 ** sqlite3_close() is called on a [database connection] that still has
280 ** ^If [sqlite3_close()] is invoked while a transaction is open,
283 ** The C parameter to [sqlite3_close(C)] must be either a NULL
287 ** ^Calling sqlite3_close() with a NULL pointer argument is a
290 SQLITE_API int sqlite3_close(sqlite3 *);
    [all...]
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...]
sqlite3.c.orig 764 ** [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 *);
    [all...]

Completed in 526 milliseconds