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

/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c407 if(sqlite_error == SQLITE_DONE) {
524 if(ret == SQLITE_DONE) { /* No such principal */
531 if(ret != SQLITE_DONE)
539 if(ret != SQLITE_DONE)
553 if(ret != SQLITE_DONE)
560 if(ret != SQLITE_DONE)
588 if(ret != SQLITE_DONE)
728 else if(sqlite_error == SQLITE_DONE) {
806 if (ret != SQLITE_DONE) {
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dscache.c369 if (ret != SQLITE_DONE) {
583 if (ret != SQLITE_DONE) {
602 if (ret != SQLITE_DONE) {
645 if (ret != SQLITE_DONE) {
759 if (ret != SQLITE_DONE) {
778 if (ret != SQLITE_DONE) {
796 if (ret != SQLITE_DONE) {
993 if (ret == SQLITE_DONE) {
1080 if (ret == SQLITE_DONE) {
1129 if (ret != SQLITE_DONE) {
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c349 if (sqlite_result != SQLITE_DONE && sqlite_result != SQLITE_ROW)
1502 if (rc1 != SQLITE_DONE)
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c82 #define dbd_sqlite3_is_success(x) (((x) == SQLITE_DONE) || ((x) == SQLITE_OK))
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h410 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
3284 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3295 ** ^[SQLITE_DONE] means that the statement has finished executing
3317 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3606 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6142 ** from source to destination, then it returns [SQLITE_DONE].
6145 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6178 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to
6193 ** When sqlite3_backup_step() has returned [SQLITE_DONE], or when the
6198 ** ^If sqlite3_backup_step() has not yet returned [SQLITE_DONE], the
[all...]
H A Dsqlite3.c963 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
3837 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3848 ** ^[SQLITE_DONE] means that the statement has finished executing
3870 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
4159 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6695 ** from source to destination, then it returns [SQLITE_DONE].
6698 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6731 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to
6746 ** When sqlite3_backup_step() has returned [SQLITE_DONE], or when the
6751 ** ^If sqlite3_backup_step() has not yet returned [SQLITE_DONE], the
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c1515 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
5267 ** [SQLITE_DONE] from [sqlite3_step(S)]) nor
5713 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
5724 ** ^[SQLITE_DONE] means that the statement has finished executing
5746 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
5789 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
6093 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
9691 ** from source to destination, then it returns [SQLITE_DONE].
9694 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
9727 ** and sqlite3_backup_step() returns [SQLITE_DONE]
[all...]
H A Dsqlite3.h452 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
4204 ** [SQLITE_DONE] from [sqlite3_step(S)]) nor
4650 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
4661 ** ^[SQLITE_DONE] means that the statement has finished executing
4683 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
4726 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
5030 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
8628 ** from source to destination, then it returns [SQLITE_DONE].
8631 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
8664 ** and sqlite3_backup_step() returns [SQLITE_DONE]
[all...]
H A Dshell.c15346 if( rc!=SQLITE_OK && rc!=SQLITE_ROW && rc!=SQLITE_DONE ){
15357 if( rc==SQLITE_DONE ) break;
15420 if( rc!=SQLITE_DONE ){
17670 if( rc==SQLITE_DONE ){
19263 if( rc==SQLITE_DONE ){
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1649 ** no further rows available. This is similar to SQLITE_DONE.
2062 if( rc==SQLITE_DONE ){
3154 if( rc==SQLITE_DONE ){

Completed in 1086 milliseconds