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.c1908 if( rc==SQLITE_ROW ){ in qrfJsonbToJson()
2815 if( rc!=SQLITE_ROW || nColumn==0 ){ in qrfColumnar()
2881 }while( sqlite3_step(p->pStmt)==SQLITE_ROW && p->iErr==SQLITE_OK ); in qrfColumnar()
3214 for(iOp=0; SQLITE_ROW==sqlite3_step(p->pStmt) && !p->iErr; iOp++){ in qrfExplain()
3271 for(iOp=0; sqlite3_step(p->pStmt)==SQLITE_ROW && !p->iErr; iOp++){ in qrfExplain()
3877 while( qrf.iErr==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in sqlite3_format_query_result()
5134 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()
5559 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha1QueryFunc()
11160 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
11189 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
[all …]
H A Dsqlite3.c800 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
56059 if( rc!=SQLITE_ROW ){
56067 if( rc==SQLITE_ROW ){
90211 rc = SQLITE_ROW;
94397 if( rc==SQLITE_ROW ){
94400 db->errCode = SQLITE_ROW;
94401 return SQLITE_ROW;
94432 || rc==SQLITE_ROW || rc==SQLITE_DONE || rc==SQLITE_ERROR
98222 rc = SQLITE_ROW;
105908 if( rc==SQLITE_ROW ){
[all …]
H A Dsqlite3.h479 #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.c1787 if( rcs==SQLITE_ROW ){ in dbEvalStep()