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

12 3

  /external/sqlite/dist/orig/
sqlite3.c 770 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
835 ** from [sqlite3_open()], [sqlite3_open16()], or
91303 #define sqlite3_open macro
114776 SQLITE_API int sqlite3_open( function
    [all...]
sqlite3.h 220 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
285 ** from [sqlite3_open()], [sqlite3_open16()], or
    [all...]
shell.c     [all...]
  /external/sqlite/dist/
sqlite3.c 770 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
835 ** from [sqlite3_open()], [sqlite3_open16()], or
91339 #define sqlite3_open macro
114812 SQLITE_API int sqlite3_open( function
    [all...]
sqlite3.h 220 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
285 ** from [sqlite3_open()], [sqlite3_open16()], or
    [all...]
shell.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 763 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
828 ** from [sqlite3_open()], [sqlite3_open16()], or
86995 #define sqlite3_open macro
109500 SQLITE_API int sqlite3_open( function
    [all...]
sqlite3.h 220 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
285 ** from [sqlite3_open()], [sqlite3_open16()], or
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqlite.h.in 215 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
280 ** from [sqlite3_open()], [sqlite3_open16()], or
    [all...]
main.c 84 ** sqlite3_open().
2048 int sqlite3_open( function
    [all...]
test4.c 66 sqlite3_open(p->zFilename, &p->db);
shell.c     [all...]
test1.c 715 ** Closes the database opened by sqlite3_open.
    [all...]
tclsqlite.c     [all...]
  /external/chromium/app/sql/
connection.h 282 // sqlite3_open. The string can also be sqlite's special ":memory:" string.
  /external/chromium/chrome/common/
sqlite_utils.h 361 // http://www.sqlite.org/capi3ref.html#sqlite3_open for an explanation of the
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_sqlite3.cc 432 status = sqlite3_open(file_name, &db_);
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 137 if (sqlite3_open(db_file, &db)) {
  /external/chromium_org/sql/
connection.h 421 // sqlite3_open. The string can also be sqlite's special ":memory:" string.
  /external/chromium_org/third_party/sqlite/src/test/
permutations.test 308 Tests run with the SQLITE_OPEN_MULTITHREADED flag passed to sqlite3_open().
threadtest3.c 510 rc = sqlite3_open(zFile, &pDb->db);
    [all...]
  /external/chromium_org/tools/valgrind/drmemory/
suppressions_full.txt 1268 *!sqlite3_open
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 141 if (sqlite3_open(db_file, &db)) {
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 1158 int rc = sqlite3_open(filename.result, (sqlite3 **) &h->sqlite);
1181 if (sqlite3_open(filename.result, (sqlite3 **) &h->sqlite) != SQLITE_OK)
    [all...]
  /external/chromium_org/tools/valgrind/memcheck/
suppressions.txt 631 fun:sqlite3_open
    [all...]

Completed in 1655 milliseconds

12 3