Searched refs:SQLITE_ROW (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteStatement.cpp108 if (error != SQLITE_DONE && error != SQLITE_ROW) {
156 if (step() != SQLITE_ROW) {
282 if (prepareAndStep() != SQLITE_ROW)
294 if (prepareAndStep() != SQLITE_ROW)
305 if (prepareAndStep() != SQLITE_ROW)
333 if (prepareAndStep() != SQLITE_ROW)
344 if (prepareAndStep() != SQLITE_ROW)
355 if (prepareAndStep() != SQLITE_ROW)
366 if (prepareAndStep() != SQLITE_ROW)
377 if (!m_statement && prepareAndStep() != SQLITE_ROW)
[all...]
H A DSQLiteDatabase.cpp45 const int SQLResultRow = SQLITE_ROW;
267 return sql.step() == SQLITE_ROW;
456 if (error != SQLITE_ROW)
/external/chromium/chrome/browser/sync/util/
H A Duser_settings_win.cc46 if (SQLITE_ROW == query.step()) {
H A Duser_settings.cc118 CHECK(SQLITE_ROW == query_result);
198 CHECK(SQLITE_ROW == query_result);
206 CHECK(SQLITE_ROW == query_result);
300 CHECK(SQLITE_ROW == query_result);
340 if (SQLITE_ROW == query_result) {
405 while (SQLITE_ROW == query_result) {
435 if (query_result == SQLITE_ROW)
449 if (SQLITE_ROW == query.step()) {
H A Duser_settings_posix.cc54 if (SQLITE_ROW == query.step()) {
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_backing_store.cc58 } while (SQLITE_ROW == result);
99 if (SQLITE_ROW == query_result) {
233 if (SQLITE_ROW != statement.step()) {
515 if (SQLITE_ROW != statement.step()) {
574 while (SQLITE_ROW == (query_result = UnpackEntry(&statement, &kernel))) {
592 if (SQLITE_ROW != query.step())
616 while (SQLITE_ROW == query.step()) {
630 if (SQLITE_ROW != query.step())
749 while (query.step() == SQLITE_ROW) {
790 if (SQLITE_ROW !
[all...]
/external/chromium/app/sql/
H A Dstatement_unittest.cc98 EXPECT_EQ(SQLITE_ROW, db().GetErrorCode());
H A Dstatement.cc51 return CheckError(sqlite3_step(ref_->stmt())) == SQLITE_ROW;
268 succeeded_ = (err == SQLITE_OK || err == SQLITE_ROW || err == SQLITE_DONE);
/external/chromium/chrome/common/
H A Dsqlite_utils.cc120 return sqlite3_step(statement.get()) == SQLITE_ROW;
143 while (s.step() == SQLITE_ROW) {
162 return s.step() == SQLITE_ROW;
294 if ((status == SQLITE_ROW) || (status == SQLITE_DONE))
/external/javasqlite/src/main/java/SQLite/
H A DConstants.java44 public static final int SQLITE_ROW = 100; /* sqlite3_step() has another row ready */ field in class:Constants
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h341 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
2715 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2731 ** If the SQL statement being executed returns any data, then [SQLITE_ROW]
2827 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
2831 ** something other than [SQLITE_ROW], the results are undefined.
3012 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
/external/sqlite/dist/orig/
H A Dsqlite3.h409 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3409 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3425 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3448 ** other than [SQLITE_ROW] before any subsequent invocation of
3484 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
3542 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3546 ** something other than [SQLITE_ROW], the results are undefined.
3737 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6691 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
H A Dsqlite3.c959 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3959 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3975 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3998 ** other than [SQLITE_ROW] before any subsequent invocation of
4034 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
4092 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
4096 ** something other than [SQLITE_ROW], the results are undefined.
4287 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
7241 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
[all...]
/external/sqlite/dist/
H A Dsqlite3.h409 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3409 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3425 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3448 ** other than [SQLITE_ROW] before any subsequent invocation of
3484 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
3542 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3546 ** something other than [SQLITE_ROW], the results are undefined.
3737 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6691 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
H A Dsqlite3.c959 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3959 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3975 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3998 ** other than [SQLITE_ROW] before any subsequent invocation of
4034 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
4092 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
4096 ** something other than [SQLITE_ROW], the results are undefined.
4287 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
7241 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c2658 } else if (ret == SQLITE_ROW) {
2745 } else if (ret == SQLITE_ROW) {
2797 if (ret == SQLITE_ROW) {
3647 if (ret == SQLITE_ROW) {

Completed in 8238 milliseconds