Home
last modified time | relevance | path

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

/freebsd-12.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-12.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-12.1/contrib/sqlite3/
H A Dshell.c901 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema()
7432 if( rc!=SQLITE_ROW ){ in expertNext()
9171 if( SQLITE_ROW==sqlite3_step(pStmt) ){ in dbdataLoadPage()
11065 while( rc==SQLITE_ROW ){ in run_table_dump_query()
11550 if( sqlite3_step(pQ)==SQLITE_ROW ){ in bind_prepared_stmt()
11574 if( SQLITE_ROW == rc ){ in exec_prepared_stmt()
11606 if( SQLITE_ROW == rc ){ in exec_prepared_stmt()
11614 } while( SQLITE_ROW == rc ); in exec_prepared_stmt()
12002 preserveRowid = rc==SQLITE_ROW; in tableColumnList()
12035 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in toggleSelectOrder()
[all …]
H A Dsqlite3.c48251 if( rc!=SQLITE_ROW ){
79720 rc = SQLITE_ROW;
83478 if( rc!=SQLITE_ROW ){
83509 if( rc!=SQLITE_ROW
86642 rc = SQLITE_ROW;
93222 if( rc==SQLITE_ROW ){
93242 if( rc==SQLITE_ROW ){
161754 case SQLITE_ROW: {
172403 if( rc==SQLITE_ROW ){
204634 return SQLITE_ROW;
[all …]
H A Dsqlite3.h451 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
/freebsd-12.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-12.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-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h409 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
H A Dsqlite3.c59616 rc = SQLITE_ROW;
64680 rc = SQLITE_ROW;
69873 if( rc==SQLITE_ROW ){
69892 if( rc==SQLITE_ROW ){
88814 if( rc==SQLITE_ROW ){
88833 if( rc!=SQLITE_ROW ){
98978 assert( rc!=SQLITE_ROW );
119313 if( rc==SQLITE_ROW ){
124882 rc = SQLITE_ROW;
127519 if( rc==SQLITE_ROW ){
[all …]
/freebsd-12.1/contrib/wpa/src/ap/
H A Dieee802_1x.c644 while (sqlite3_step(stmt) == SQLITE_ROW) { in add_sqlite_radius_attr()
/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1667 if( rcs==SQLITE_ROW ){ in dbEvalStep()