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

/freebsd-10.0-release/crypto/heimdal/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...]
/freebsd-10.0-release/crypto/heimdal/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) {
/freebsd-10.0-release/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c118 } else if (ret == SQLITE_ROW) {
170 } while (ret == SQLITE_ROW || ret == SQLITE_BUSY);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c290 if (sqlite_result != SQLITE_DONE && sqlite_result != SQLITE_ROW)
301 *got_row = (sqlite_result == SQLITE_ROW);
/freebsd-10.0-release/contrib/sqlite3/
H A Dshell.c982 while( rc==SQLITE_ROW ){
1183 if( SQLITE_ROW == rc ){
1213 if( SQLITE_ROW == rc ){
1221 } while( SQLITE_ROW == rc );
1227 } while( rc == SQLITE_ROW );
1329 while( rc==SQLITE_ROW ){
1334 if( rc==SQLITE_ROW ){
2353 while( sqlite3_step(pStmt)==SQLITE_ROW ){
2384 while( sqlite3_step(pStmt)==SQLITE_ROW ){
H A Dsqlite3.h430 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3558 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3574 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3597 ** other than [SQLITE_ROW] before any subsequent invocation of
3633 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
3691 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3695 ** something other than [SQLITE_ROW], the results are undefined.
3886 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6933 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
H A Dsqlite3.c1001 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
4129 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
4145 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
4168 ** other than [SQLITE_ROW] before any subsequent invocation of
4204 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
4262 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
4266 ** something other than [SQLITE_ROW], the results are undefined.
4457 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
7504 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
[all...]
/freebsd-10.0-release/crypto/heimdal/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 671 milliseconds