Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dscache.c272 if (ret != SQLITE_ROW) in get_def_name()
369 } while (ret == SQLITE_ROW); in create_cache()
516 if (sqlite3_step(s->scache_name) == SQLITE_ROW) { in scc_resolve()
582 } while (ret == SQLITE_ROW); in scc_initialize()
601 } while (ret == SQLITE_ROW); in scc_initialize()
644 } while (ret == SQLITE_ROW); in scc_destroy()
753 } while (ret == SQLITE_ROW); in scc_store_cred()
772 } while (ret == SQLITE_ROW); in scc_store_cred()
790 } while (ret == SQLITE_ROW); in scc_store_cred()
829 if (sqlite3_step(s->scache) != SQLITE_ROW) { in scc_get_principal()
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hdb/
Dhdb-sqlite.c442 if(ret == SQLITE_ROW) { in hdb_sqlite_make_database()
513 if (sqlite_error != SQLITE_ROW) { in hdb_sqlite_fetch_kvno()
663 if (ret != SQLITE_ROW) { in hdb_sqlite_store()
670 } else if(ret == SQLITE_ROW) { /* Found a principal */ in hdb_sqlite_store()
857 if(sqlite_error == SQLITE_ROW) { in hdb_sqlite_nextkey()
/netbsd/src/usr.sbin/makemandb/
Dwhatis.c69 while (sqlite3_step(stmt) == SQLITE_ROW) { in whatis()
Dapropos-utils.c422 if (sqlite3_step(stmt) != SQLITE_ROW) { in init_db()
703 while (rc == 0 && sqlite3_step(stmt) == SQLITE_ROW) { in execute_search_query()
Dmakemandb.c744 while (sqlite3_step(stmt) == SQLITE_ROW) { in update_db()
1846 if (sqlite3_step(stmt) == SQLITE_ROW) { in check_md5()
/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c2004 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema()
3455 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()
8341 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
8365 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
8390 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){ in completionNext()
12413 if( rc!=SQLITE_ROW ){ in expertNext()
12550 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
12580 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
12736 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){ in idxFindCompatible()
12747 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){ in idxFindCompatible()
[all …]
Dsqlite3.c787 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
53312 if( rc!=SQLITE_ROW ){
86827 rc = SQLITE_ROW;
90722 if( rc==SQLITE_ROW ){
90725 db->errCode = SQLITE_ROW;
90726 return SQLITE_ROW;
90757 || rc==SQLITE_ROW || rc==SQLITE_DONE || rc==SQLITE_ERROR
94329 rc = SQLITE_ROW;
101818 if( rc==SQLITE_ROW ){
101841 if( rc==SQLITE_ROW ){
[all …]
Dsqlite3.h474 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Ddict_sqlite.c221 if (status == SQLITE_ROW) { in dict_sqlite_lookup()
/netbsd/src/external/bsd/kyua-cli/dist/utils/sqlite/
Dstatement.cpp194 case SQLITE_ROW: in step()
/netbsd/src/lib/lua/sqlite/
Dsqlite.c393 { "ROW", SQLITE_ROW },
/netbsd/src/external/bsd/wpa/dist/src/ap/
Dieee802_1x.c709 while (sqlite3_step(stmt) == SQLITE_ROW) { in add_sqlite_radius_attr()