HomeSort by relevance Sort by last modified time
    Searched full:sqlite3_close (Results 26 - 50 of 56) sorted by null

12 3

  /external/chromium/app/sql/
connection.cc 117 sqlite3_close(db_);
  /external/chromium_org/third_party/sqlite/src/src/
loadext.c 148 sqlite3_close,
test_superlock.c 163 sqlite3_close(p->db);
tclsqlite.c 456 sqlite3_close(pDb->db);
    [all...]
shell.c     [all...]
sqlite3ext.h 247 #define sqlite3_close sqlite3_api->close macro
sqlite.h.in 216 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
264 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
265 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
271 ** sqlite3_close() is called on a [database connection] that still has
275 ** ^If [sqlite3_close()] is invoked while a transaction is open,
278 ** The C parameter to [sqlite3_close(C)] must be either a NULL
282 ** ^Calling sqlite3_close() with a NULL pointer argument is a
285 int sqlite3_close(sqlite3 *);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 144 sqlite3_close(db);
150 sqlite3_close(db);
156 sqlite3_close(db);
767 sqlite3_close(data->sqlite_db);
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_sqlite3.cc 339 int status = sqlite3_close(db_);
486 sqlite3_close(db_);
  /external/sqlite/dist/orig/
shell.c     [all...]
sqlite3ext.h 271 #define sqlite3_close sqlite3_api->close macro
sqlite3.c 771 ** [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 *);
91244 #define sqlite3_close macro
113162 SQLITE_API int sqlite3_close(sqlite3 *db){ function
    [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...]
  /external/sqlite/dist/
shell.c     [all...]
sqlite3ext.h 271 #define sqlite3_close sqlite3_api->close macro
sqlite3.c 771 ** [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 *);
91280 #define sqlite3_close macro
113198 SQLITE_API int sqlite3_close(sqlite3 *db){ function
    [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...]
  /external/chromium_org/third_party/sqlite/src/test/
tableapi.test 239 sqlite3_close $::dbx
malloc.test 435 set rc [sqlite3_close $DB2]
445 set rc [sqlite3_close $DB2]
shared.test 81 # shared-10.*: Tests of sqlite3_close().
721 sqlite3_close $db16
threadtest3.c 513 sqlite3_close(pDb->db);
542 rc = sqlite3_close(pDb->db);
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 814 sqlite3_close((sqlite3 *) h->sqlite);
823 sqlite3_close((sqlite3 *) h->sqlite);
1072 sqlite3_close((sqlite3 *) h->sqlite);
1082 sqlite3_close((sqlite3 *) h->sqlite);
1164 sqlite3_close((sqlite3 *) h->sqlite);
1185 sqlite3_close((sqlite3 *) h->sqlite);
1206 sqlite3_close((sqlite3 *) h->sqlite);
1216 sqlite3_close((sqlite3 *) h->sqlite);
    [all...]
  /external/chromium/chrome/common/
sqlite_utils.h 353 sqlite3_close(x);
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 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 *);
86936 #define sqlite3_close macro
108130 SQLITE_API int sqlite3_close(sqlite3 *db){ function
    [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...]

Completed in 724 milliseconds

12 3