Home
last modified time | relevance | path

Searched refs:SQLITE_ROW (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dscache.c270 if (ret != SQLITE_ROW) in get_def_name()
368 } while (ret == SQLITE_ROW); in create_cache()
515 if (sqlite3_step(s->scache_name) == SQLITE_ROW) { in scc_resolve()
581 } while (ret == SQLITE_ROW); in scc_initialize()
600 } while (ret == SQLITE_ROW); in scc_initialize()
643 } while (ret == SQLITE_ROW); in scc_destroy()
757 } while (ret == SQLITE_ROW); in scc_store_cred()
776 } while (ret == SQLITE_ROW); in scc_store_cred()
794 } while (ret == SQLITE_ROW); in scc_store_cred()
833 if (sqlite3_step(s->scache) != SQLITE_ROW) { in scc_get_principal()
[all …]
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c349 if(ret == SQLITE_ROW) { in hdb_sqlite_make_database()
406 if (sqlite_error != SQLITE_ROW) { in hdb_sqlite_fetch_kvno()
544 } else if(ret == SQLITE_ROW) { /* Found a principal */ in hdb_sqlite_store()
721 if(sqlite_error == SQLITE_ROW) { in hdb_sqlite_nextkey()
/freebsd/contrib/sqlite3/
H A Dshell.c1570 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema()
3095 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()
3511 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha1QueryFunc()
9248 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
9272 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
9297 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){ in completionNext()
13331 if( rc!=SQLITE_ROW ){ in expertNext()
13468 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
13498 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
13654 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){ in idxFindCompatible()
[all …]
H A Dsqlite3.c795 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
54612 if( rc!=SQLITE_ROW ){
54620 if( rc==SQLITE_ROW ){
88380 rc = SQLITE_ROW;
92309 if( rc==SQLITE_ROW ){
92312 db->errCode = SQLITE_ROW;
92313 return SQLITE_ROW;
92344 || rc==SQLITE_ROW || rc==SQLITE_DONE || rc==SQLITE_ERROR
96083 rc = SQLITE_ROW;
103652 if( rc==SQLITE_ROW ){
[all …]
H A Dsqlite3.h476 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement.cpp196 case SQLITE_ROW: in step()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_1x.c709 while (sqlite3_step(stmt) == SQLITE_ROW) { in add_sqlite_radius_attr()
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1756 if( rcs==SQLITE_ROW ){ in dbEvalStep()