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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c370 if (ret != SQLITE_DONE) {
584 if (ret != SQLITE_DONE) {
603 if (ret != SQLITE_DONE) {
646 if (ret != SQLITE_DONE) {
755 if (ret != SQLITE_DONE) {
774 if (ret != SQLITE_DONE) {
792 if (ret != SQLITE_DONE) {
982 if (ret == SQLITE_DONE) {
1069 if (ret == SQLITE_DONE) {
1118 if (ret != SQLITE_DONE) {
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c514 if(sqlite_error == SQLITE_DONE) {
628 if(ret == SQLITE_DONE) { /* No such principal */
635 if (ret != SQLITE_DONE && ret != SQLITE_CONSTRAINT) {
651 if (ret != SQLITE_DONE && ret != SQLITE_CONSTRAINT) {
679 if (ret != SQLITE_DONE) {
688 if (ret != SQLITE_DONE) {
715 if (ret != SQLITE_DONE) {
864 else if(sqlite_error == SQLITE_DONE) {
958 if (ret == SQLITE_DONE) {
967 if (ret != SQLITE_DONE) {
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c217 while ((status = sqlite3_step(sql_stmt)) != SQLITE_DONE) {
/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp191 case SQLITE_DONE:
/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c394 { "DONE", SQLITE_DONE },
/netbsd-current/usr.sbin/makemandb/
H A Dmakemandb.c677 if (rc == SQLITE_DONE) {
1630 if (rc != SQLITE_DONE) {
1744 if (rc != SQLITE_DONE) {
1752 } else if (rc != SQLITE_DONE) {
H A Dcustom_apropos_tokenizer.c733 return SQLITE_DONE;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d143 SQLITE_DONE = 101 /** sqlite3_step() has finished executing */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c13735 if( rc==SQLITE_DONE ) rc = SQLITE_OK;
14028 ** returns SQLITE_DONE, then the recovery operation completed without
14191 ** then SQLITE_DONE is returned. If an error has occurred, then an SQLite
16806 return SQLITE_DONE;
16817 return SQLITE_DONE;
16965 return SQLITE_DONE;
17182 return SQLITE_DONE;
17820 if( SQLITE_DONE==recoverWriteDataStep(p) ){
17835 if( SQLITE_DONE==recoverLostAndFound1Step(p) ){
17844 if( SQLITE_DONE
[all...]
H A Dsqlite3.c788 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
4783 ** [SQLITE_DONE] from [sqlite3_step(S)]) nor
5235 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
5246 ** ^[SQLITE_DONE] means that the statement has finished executing
5268 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
5311 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
9499 ** from source to destination, then it returns [SQLITE_DONE].
9502 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
9535 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to
9550 ** When sqlite3_backup_step() has returned [SQLITE_DONE], o
[all...]
H A Dsqlite3.h475 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
4470 ** [SQLITE_DONE] from [sqlite3_step(S)]) nor
4922 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
4933 ** ^[SQLITE_DONE] means that the statement has finished executing
4955 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
4998 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
9186 ** from source to destination, then it returns [SQLITE_DONE].
9189 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
9222 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to
9237 ** When sqlite3_backup_step() has returned [SQLITE_DONE], o
[all...]
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1691 ** no further rows available. This is similar to SQLITE_DONE.
2106 if( rc==SQLITE_DONE ){
3214 if( rc==SQLITE_DONE ){

Completed in 647 milliseconds