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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 291 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2 macro
337 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2 macro
sqlite3.h 170 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
272 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()].
274 ** by [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()].
    [all...]
  /external/chromium/app/sql/
connection.cc 250 if (sqlite3_prepare_v2(db_, sql, -1, &stmt, NULL) != SQLITE_OK) {
  /frameworks/base/core/jni/
android_database_SQLiteDatabase.cpp 144 err = sqlite3_prepare_v2(handle, integritySql, -1, &statement, NULL);
335 err = sqlite3_prepare_v2(handle, sql, -1, &stmt, NULL);
337 LOGE("sqlite3_prepare_v2(\"%s\") failed\n", sql);
  /external/chromium/chrome/common/
sqlite_utils.cc 283 int rv = sqlite3_prepare_v2(db, sql, sql_len, &stmt_, NULL);
  /external/sqlite/android/
sqlite3_android.cpp 345 err = sqlite3_prepare_v2(handle, sql, -1, &statement, NULL);
  /external/sqlite/dist/
sqlite3.h 223 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
303 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
    [all...]
sqlite3.h.orig 223 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
303 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
    [all...]
sqlite3.c 770 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
850 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
84737 #define sqlite3_prepare_v2 macro
84783 #define sqlite3_prepare_v2 macro
    [all...]
sqlite3.c.orig 766 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
846 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c     [all...]

Completed in 252 milliseconds