Searched refs:SQLITE_DONE (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c409 if(sqlite_error == SQLITE_DONE) {
526 if(ret == SQLITE_DONE) { /* No such principal */
533 if(ret != SQLITE_DONE)
541 if(ret != SQLITE_DONE)
555 if(ret != SQLITE_DONE)
562 if(ret != SQLITE_DONE)
590 if(ret != SQLITE_DONE)
730 else if(sqlite_error == SQLITE_DONE) {
808 if (ret != SQLITE_DONE) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c371 if (ret != SQLITE_DONE) {
585 if (ret != SQLITE_DONE) {
604 if (ret != SQLITE_DONE) {
647 if (ret != SQLITE_DONE) {
761 if (ret != SQLITE_DONE) {
780 if (ret != SQLITE_DONE) {
798 if (ret != SQLITE_DONE) {
995 if (ret == SQLITE_DONE) {
1082 if (ret == SQLITE_DONE) {
1131 if (ret != SQLITE_DONE) {
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c230 while ((status = sqlite3_step(sql_stmt)) != SQLITE_DONE) {
/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A Dsqlite.c380 { "DONE", SQLITE_DONE },
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dmakemandb.c605 if (rc == SQLITE_DONE) {
1619 if (rc != SQLITE_DONE) {
1733 if (rc != SQLITE_DONE) {
1741 } else if (rc != SQLITE_DONE) {
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h410 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
3369 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3380 ** ^[SQLITE_DONE] means that the statement has finished executing
3402 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3442 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
3697 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6334 ** from source to destination, then it returns [SQLITE_DONE].
6337 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6370 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to
6385 ** When sqlite3_backup_step() has returned [SQLITE_DONE], o
[all...]
H A Dsqlite3.c960 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
3919 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3930 ** ^[SQLITE_DONE] means that the statement has finished executing
3952 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3992 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
4247 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6884 ** from source to destination, then it returns [SQLITE_DONE].
6887 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6920 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to
6935 ** When sqlite3_backup_step() has returned [SQLITE_DONE], o
[all...]

Completed in 430 milliseconds