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

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/sqlite3/
H A Dshell.c914 while( sqlite3_step(pStmt)==SQLITE_ROW ){
2027 while( SQLITE_ROW==sqlite3_step(pStmt) ){
3347 while( sqlite3_step(pS2)==SQLITE_ROW ){
3371 while( sqlite3_step(pS2)==SQLITE_ROW ){
3396 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){
8933 if( rc!=SQLITE_ROW ){
9065 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){
9089 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){
9237 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){
9247 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){
[all...]
H A Dsqlite3.c1514 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
5713 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
5729 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
5752 ** other than [SQLITE_ROW] before any subsequent invocation of
5791 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
5870 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
5874 ** something other than [SQLITE_ROW], the results are undefined.
6093 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
10039 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
11608 ** to sqlite3changeset_next() has advanced it, SQLITE_ROW i
[all...]
H A Dsqlite3.h451 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
4650 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
4666 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
4689 ** other than [SQLITE_ROW] before any subsequent invocation of
4728 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
4807 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
4811 ** something other than [SQLITE_ROW], the results are undefined.
5030 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
8976 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
10545 ** to sqlite3changeset_next() has advanced it, SQLITE_ROW i
[all...]
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c118 } else if (ret == SQLITE_ROW) {
170 } while (ret == SQLITE_ROW || ret == SQLITE_BUSY);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c349 if (sqlite_result != SQLITE_DONE && sqlite_result != SQLITE_ROW)
360 *got_row = (sqlite_result == SQLITE_ROW);
/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_1x.c644 while (sqlite3_step(stmt) == SQLITE_ROW) {
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1647 ** is analogous to a return of SQLITE_ROW from sqlite3_step(). If TCL_BREAK
1667 if( rcs==SQLITE_ROW ){

Completed in 1120 milliseconds