Searched refs:sqlite3_prepare_v2 (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/test/
H A Dthread_common.tcl34 set ::STMT [sqlite3_prepare_v2 $::DB $sql -1 dummy_tail]
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
H A Ddb_bench_sqlite3.cc513 status = sqlite3_prepare_v2(db_, replace_str.c_str(), -1,
516 status = sqlite3_prepare_v2(db_, begin_trans_str.c_str(), -1,
519 status = sqlite3_prepare_v2(db_, end_trans_str.c_str(), -1,
590 status = sqlite3_prepare_v2(db_, begin_trans_str.c_str(), -1,
593 status = sqlite3_prepare_v2(db_, end_trans_str.c_str(), -1,
596 status = sqlite3_prepare_v2(db_, read_str.c_str(), -1, &read_stmt, NULL);
654 status = sqlite3_prepare_v2(db_, read_str.c_str(), -1, &pStmt, NULL);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest9.c149 rc = sqlite3_prepare_v2(db, 0, 0, &pStmt, 0);
151 zErrFunction = "sqlite3_prepare_v2";
H A Dtest_thread.c427 ** This function assumes that an SQLite API call (either sqlite3_prepare_v2()
498 ** This function is a wrapper around the SQLite function sqlite3_prepare_v2().
516 while( SQLITE_LOCKED==(rc = sqlite3_prepare_v2(db, zSql, nSql, ppStmt, pz)) ){
582 rc = sqlite3_prepare_v2(db, zSql, bytes, &pStmt, &zTail);
H A Dsqlite3ext.h310 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2 macro
356 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2 macro
H A Dloadext.c272 sqlite3_prepare_v2,
H A Dtest_func.c301 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, 0);
312 zErr = sqlite3_mprintf("sqlite3_prepare_v2() error: %s",sqlite3_errmsg(db));
H A Dtest_stat.c207 rc = sqlite3_prepare_v2(pTab->db,
H A Dprepare.c765 int sqlite3_prepare_v2( function
H A Drecover.c510 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, 0);
543 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, 0);
H A Dsqlite.h.in218 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
298 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2111 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2121 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
2126 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
2171 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2174 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
2183 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
2312 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2471 ** <li> Create the object using [sqlite3_prepare_v2()] o
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_tokenizer.c232 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, 0);
255 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, 0);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspeedtest8inst1.c46 sqlite3_snprintf(1023, zMessage, "sqlite3_prepare_v2: %s", zSql);
50 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, &stmtTail);
H A Dspeedtest8.c67 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, &stmtTail);
71 printf("sqlite3_prepare_v2() returns %d in %llu cycles\n", rc, iElapse);
/external/chromium_org/sql/
H A Dconnection.cc699 int rc = sqlite3_prepare_v2(db_, sql, -1, &stmt, NULL);
718 int rc = sqlite3_prepare_v2(db_, sql, -1, &stmt, NULL);
735 if (sqlite3_prepare_v2(db_, sql, -1, &stmt, NULL) != SQLITE_OK)
/external/chromium/app/sql/
H A Dconnection.cc250 if (sqlite3_prepare_v2(db_, sql, -1, &stmt, NULL) != SQLITE_OK) {
/external/sqlite/dist/orig/
H A Dsqlite3ext.h334 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2 macro
380 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2 macro
H A Dsqlite3.h223 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
303 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2244 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2254 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
2259 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
2304 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2307 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
2316 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
2448 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2581 ** third argument to sqlite3_prepare_v2()
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h334 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2 macro
380 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2 macro
H A Dsqlite3.h223 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
303 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2244 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2254 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
2259 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
2304 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2307 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
2316 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
2448 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2581 ** third argument to sqlite3_prepare_v2()
[all...]
/external/chromium/chrome/common/
H A Dsqlite_utils.cc283 int rv = sqlite3_prepare_v2(db, sql, sql_len, &stmt_, NULL);
/external/chromium_org/third_party/WebKit/Source/core/platform/sql/
H A DSQLiteStatement.cpp35 // SQLite 3.6.16 makes sqlite3_prepare_v2 automatically retry preparing the statement
70 // Pass the length of the string including the null character to sqlite3_prepare_v2;
75 int error = sqlite3_prepare_v2(m_database.sqlite3Handle(), query.data(), lengthIncludingNullCharacter, &m_statement, &tail);
/external/sqlite/android/
H A Dsqlite3_android.cpp297 err = sqlite3_prepare_v2(handle, sql, -1, &statement, NULL);
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_expr.c772 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, 0);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h223 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
303 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2116 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2126 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
2131 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
2176 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2179 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
2188 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
2317 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2476 ** <li> Create the object using [sqlite3_prepare_v2()] o
[all...]

Completed in 411 milliseconds

12