Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dscache.c270 if (ret != SQLITE_ROW) in get_def_name()
368 } while (ret == SQLITE_ROW); in create_cache()
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()
1010 if (ret != SQLITE_ROW) { in scc_get_next()
1127 } while (ret == SQLITE_ROW); in scc_remove_cred()
[all …]
/freebsd-13.1/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-13.1/contrib/sqlite3/
H A Dshell.c946 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema()
9820 if( rc!=SQLITE_ROW ){ in expertNext()
11611 if( SQLITE_ROW==sqlite3_step(pStmt) ){ in dbdataLoadPage()
13639 while( rc==SQLITE_ROW ){ in run_table_dump_query()
14118 if( sqlite3_step(pQ)==SQLITE_ROW ){ in bind_prepared_stmt()
14220 if( rc!=SQLITE_ROW ) return; in exec_prepared_stmt_columnar()
14379 if( SQLITE_ROW == rc ){ in exec_prepared_stmt()
14411 if( SQLITE_ROW == rc ){ in exec_prepared_stmt()
14419 } while( SQLITE_ROW == rc ); in exec_prepared_stmt()
14810 preserveRowid = rc==SQLITE_ROW; in tableColumnList()
[all …]
H A Dsqlite3.c49280 if( rc!=SQLITE_ROW ){
81363 rc = SQLITE_ROW;
85158 if( rc!=SQLITE_ROW ){
88259 rc = SQLITE_ROW;
95251 if( rc==SQLITE_ROW ){
95274 if( rc==SQLITE_ROW ){
168217 case SQLITE_ROW: {
179024 if( rc==SQLITE_ROW ){
185914 rc = SQLITE_ROW;
211785 return SQLITE_ROW;
[all …]
H A Dsqlite3.h474 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
/freebsd-13.1/contrib/kyua/utils/sqlite/
H A Dstatement.cpp196 case SQLITE_ROW: in step()
/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c118 } else if (ret == SQLITE_ROW) { in dbd_sqlite3_select_internal()
170 } while (ret == SQLITE_ROW || ret == SQLITE_BUSY); in dbd_sqlite3_select_internal()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c349 if (sqlite_result != SQLITE_DONE && sqlite_result != SQLITE_ROW) in svn_sqlite__step()
360 *got_row = (sqlite_result == SQLITE_ROW); in svn_sqlite__step()
/freebsd-13.1/contrib/wpa/src/ap/
H A Dieee802_1x.c644 while (sqlite3_step(stmt) == SQLITE_ROW) { in add_sqlite_radius_attr()
/freebsd-13.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1690 if( rcs==SQLITE_ROW ){ in dbEvalStep()