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

/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteStatement.cpp105 if (error != SQLITE_DONE && error != SQLITE_ROW) {
153 if (step() != SQLITE_ROW) {
281 if (prepareAndStep() != SQLITE_ROW)
304 if (prepareAndStep() != SQLITE_ROW)
315 if (prepareAndStep() != SQLITE_ROW)
345 if (prepareAndStep() != SQLITE_ROW)
356 if (prepareAndStep() != SQLITE_ROW)
367 if (prepareAndStep() != SQLITE_ROW)
378 if (prepareAndStep() != SQLITE_ROW)
389 if (!m_statement && prepareAndStep() != SQLITE_ROW)
[all...]
H A DSQLiteDatabase.cpp45 const int SQLResultRow = SQLITE_ROW;
104 if (result != SQLITE_OK && result != SQLITE_ROW)
108 if (result == SQLITE_ROW) {
289 return sql.step() == SQLITE_ROW;
491 if (error != SQLITE_ROW)
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dscache.c270 if (ret != SQLITE_ROW)
368 } while (ret == SQLITE_ROW);
515 if (sqlite3_step(s->scache_name) == SQLITE_ROW) {
581 } while (ret == SQLITE_ROW);
600 } while (ret == SQLITE_ROW);
643 } while (ret == SQLITE_ROW);
757 } while (ret == SQLITE_ROW);
776 } while (ret == SQLITE_ROW);
794 } while (ret == SQLITE_ROW);
833 if (sqlite3_step(s->scache) != SQLITE_ROW) {
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hdb/
H A Dhdb-sqlite.c349 if(ret == SQLITE_ROW) {
406 if (sqlite_error != SQLITE_ROW) {
544 } else if(ret == SQLITE_ROW) { /* Found a principal */
721 if(sqlite_error == SQLITE_ROW) {
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecCAIssuerCache.c136 if (s3e == SQLITE_ROW || s3e == SQLITE_DONE)
312 if (s3e == SQLITE_ROW) {
H A DSecTrustStoreServer.c398 if (s3e == SQLITE_ROW) {
442 if (s3e == SQLITE_ROW) {
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.cpp315 case SQLITE_ROW:
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.cpp315 case SQLITE_ROW:
/macosx-10.10/postfix-255/postfix/src/global/
H A Ddict_sqlite.c232 if (status == SQLITE_ROW) {
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dauthdb.c484 } else if (rc == SQLITE_ROW) {
640 case SQLITE_ROW:
775 case SQLITE_ROW:
/macosx-10.10/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_sqlite3.c118 } else if (ret == SQLITE_ROW) {
170 } while (ret == SQLITE_ROW || ret == SQLITE_BUSY);
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c464 if (s3e == SQLITE_ROW)
587 SecDbError(SQLITE_ERROR, error, CFSTR("SecDbStep SQLITE_ROW returned without a row handler"));
1204 /* SecDbForEach returns true if all SQLITE_ROW returns of sqlite3_step() return true from the row block.
1211 if (s3e == SQLITE_ROW) {
1217 // If we have no row block then getting SQLITE_ROW is an error
1219 CFSTR("step[%d]: %s returned SQLITE_ROW with NULL row block"),
1245 SecDbError(SQLITE_ERROR, error, CFSTR("SecDbStep SQLITE_ROW returned without a row handler"));
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c464 if (s3e == SQLITE_ROW)
587 SecDbError(SQLITE_ERROR, error, CFSTR("SecDbStep SQLITE_ROW returned without a row handler"));
1204 /* SecDbForEach returns true if all SQLITE_ROW returns of sqlite3_step() return true from the row block.
1211 if (s3e == SQLITE_ROW) {
1217 // If we have no row block then getting SQLITE_ROW is an error
1219 CFSTR("step[%d]: %s returned SQLITE_ROW with NULL row block"),
1245 SecDbError(SQLITE_ERROR, error, CFSTR("SecDbStep SQLITE_ROW returned without a row handler"));
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h409 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3284 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3300 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3323 ** other than [SQLITE_ROW] before any subsequent invocation of
3411 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3415 ** something other than [SQLITE_ROW], the results are undefined.
3606 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6449 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
H A Dsqlite3.c962 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3837 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3853 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3876 ** other than [SQLITE_ROW] before any subsequent invocation of
3964 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3968 ** something other than [SQLITE_ROW], the results are undefined.
4159 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
7002 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
[all...]

Completed in 264 milliseconds