Searched refs:SQLITE_ROW (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/usr.sbin/makemandb/
H A Dwhatis.c69 while (sqlite3_step(stmt) == SQLITE_ROW) {
H A Dapropos-utils.c422 if (sqlite3_step(stmt) != SQLITE_ROW) {
703 while (rc == 0 && sqlite3_step(stmt) == SQLITE_ROW) {
H A Dmakemandb.c744 while (sqlite3_step(stmt) == SQLITE_ROW) {
1846 if (sqlite3_step(stmt) == SQLITE_ROW) {
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c272 if (ret != SQLITE_ROW)
369 } while (ret == SQLITE_ROW);
516 if (sqlite3_step(s->scache_name) == SQLITE_ROW) {
582 } while (ret == SQLITE_ROW);
601 } while (ret == SQLITE_ROW);
644 } while (ret == SQLITE_ROW);
753 } while (ret == SQLITE_ROW);
772 } while (ret == SQLITE_ROW);
790 } while (ret == SQLITE_ROW);
829 if (sqlite3_step(s->scache) != SQLITE_ROW) {
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c442 if(ret == SQLITE_ROW) {
513 if (sqlite_error != SQLITE_ROW) {
663 if (ret != SQLITE_ROW) {
670 } else if(ret == SQLITE_ROW) { /* Found a principal */
857 if(sqlite_error == SQLITE_ROW) {
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c218 if (status == SQLITE_ROW) {
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c2004 while( sqlite3_step(pStmt)==SQLITE_ROW ){
3455 while( SQLITE_ROW==sqlite3_step(pStmt) ){
8341 while( sqlite3_step(pS2)==SQLITE_ROW ){
8365 while( sqlite3_step(pS2)==SQLITE_ROW ){
8390 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){
12413 if( rc!=SQLITE_ROW ){
12550 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){
12580 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){
12736 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){
12747 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){
[all...]
H A Dsqlite3.c787 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
5235 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
5251 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
5274 ** other than [SQLITE_ROW] before any subsequent invocation of
5313 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
5392 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
5396 ** something other than [SQLITE_ROW], the results are undefined.
5632 ** that one call to [sqlite3_step(S)] might return SQLITE_ROW but
9847 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
11829 ** to sqlite3changeset_next() has advanced it, SQLITE_ROW i
[all...]
H A Dsqlite3.h474 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
4922 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
4938 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
4961 ** other than [SQLITE_ROW] before any subsequent invocation of
5000 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
5079 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
5083 ** something other than [SQLITE_ROW], the results are undefined.
5319 ** that one call to [sqlite3_step(S)] might return SQLITE_ROW but
9534 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
11516 ** to sqlite3changeset_next() has advanced it, SQLITE_ROW i
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp194 case SQLITE_ROW:
/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c393 { "ROW", SQLITE_ROW },
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d142 SQLITE_ROW = 100, /** sqlite3_step() has another row ready */
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_1x.c644 while (sqlite3_step(stmt) == SQLITE_ROW) {
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1689 ** is analogous to a return of SQLITE_ROW from sqlite3_step(). If TCL_BREAK
1709 if( rcs==SQLITE_ROW ){

Completed in 939 milliseconds