HomeSort by: relevance | last modified time | path
    Searched refs:SQLITE_DONE (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
scache.c 370 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...]
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb-sqlite.c 514 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...]
  /src/external/ibm-public/postfix/dist/src/global/
dict_sqlite.c 228 while ((status = sqlite3_step(sql_stmt)) != SQLITE_DONE) {
  /src/lib/lua/sqlite/
sqlite.c 394 { "DONE", SQLITE_DONE },
  /src/external/bsd/kyua-cli/dist/utils/sqlite/
statement.cpp 191 case SQLITE_DONE:
  /src/usr.sbin/makemandb/
custom_apropos_tokenizer.c 733 return SQLITE_DONE;
makemandb.c 677 if (rc == SQLITE_DONE) {
1630 if (rc != SQLITE_DONE) {
1744 if (rc != SQLITE_DONE) {
1752 } else if (rc != SQLITE_DONE) {
  /src/external/public-domain/sqlite/dist/
sqlite3.c 801 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
5109 ** [SQLITE_DONE] from [sqlite3_step(S)]) nor
5568 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
5579 ** ^[SQLITE_DONE] means that the statement has finished executing
5601 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
5644 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
9940 ** from source to destination, then it returns [SQLITE_DONE].
9943 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
9976 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to
9991 ** When sqlite3_backup_step() has returned [SQLITE_DONE], or when th
    [all...]
shell.c 16707 if( rc==SQLITE_DONE ) rc = SQLITE_OK;
17069 ** passed as the only argument. This function returns SQLITE_DONE if the
17079 ** If an error occurs and a value other than SQLITE_OK or SQLITE_DONE is
17170 ** sqlite3_intck_unlock() call. This is set to SQLITE_DONE when
17984 p->rc = SQLITE_DONE;
17997 p->rc = SQLITE_DONE;
18049 return (p->rc==SQLITE_DONE ? SQLITE_OK : p->rc);
19439 ** returns SQLITE_DONE, then the recovery operation completed without
19602 ** then SQLITE_DONE is returned. If an error has occurred, then an SQLite
22296 return SQLITE_DONE;
    [all...]
sqlite3.h 480 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
4788 ** [SQLITE_DONE] from [sqlite3_step(S)]) nor
5247 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
5258 ** ^[SQLITE_DONE] means that the statement has finished executing
5280 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
5323 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
9619 ** from source to destination, then it returns [SQLITE_DONE].
9622 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
9655 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to
9670 ** When sqlite3_backup_step() has returned [SQLITE_DONE], or when th
    [all...]
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 1769 ** no further rows available. This is similar to SQLITE_DONE.
2587 if( rc==SQLITE_DONE ){
3717 if( rc==SQLITE_DONE ){

Completed in 76 milliseconds