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

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dwhatis.c64 while (sqlite3_step(stmt) == SQLITE_ROW) {
H A Dapropos-utils.c321 if (sqlite3_step(stmt) != SQLITE_ROW) {
554 while (sqlite3_step(stmt) == SQLITE_ROW) {
H A Dmakemandb.c717 while (sqlite3_step(stmt) == SQLITE_ROW) {
1837 if (sqlite3_step(stmt) == SQLITE_ROW) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c272 if (ret != SQLITE_ROW)
370 } while (ret == SQLITE_ROW);
517 if (sqlite3_step(s->scache_name) == SQLITE_ROW) {
583 } while (ret == SQLITE_ROW);
602 } while (ret == SQLITE_ROW);
645 } while (ret == SQLITE_ROW);
759 } while (ret == SQLITE_ROW);
778 } while (ret == SQLITE_ROW);
796 } while (ret == SQLITE_ROW);
835 if (sqlite3_step(s->scache) != SQLITE_ROW) {
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c351 if(ret == SQLITE_ROW) {
408 if (sqlite_error != SQLITE_ROW) {
546 } else if(ret == SQLITE_ROW) { /* Found a principal */
723 if(sqlite_error == SQLITE_ROW) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c231 if (status == SQLITE_ROW) {
/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A Dsqlite.c379 { "ROW", SQLITE_ROW },
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h409 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3369 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3385 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3408 ** other than [SQLITE_ROW] before any subsequent invocation of
3444 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
3502 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3506 ** something other than [SQLITE_ROW], the results are undefined.
3697 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6641 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
H A Dsqlite3.c959 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3919 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3935 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3958 ** other than [SQLITE_ROW] before any subsequent invocation of
3994 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
4052 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
4056 ** something other than [SQLITE_ROW], the results are undefined.
4247 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
7191 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
[all...]

Completed in 433 milliseconds