Searched refs:SQLITE_DONE (Results 1 – 12 of 12) sorted by relevance
370 if (ret != SQLITE_DONE) { in create_cache()584 if (ret != SQLITE_DONE) { in scc_initialize()603 if (ret != SQLITE_DONE) { in scc_initialize()646 if (ret != SQLITE_DONE) { in scc_destroy()755 if (ret != SQLITE_DONE) { in scc_store_cred()774 if (ret != SQLITE_DONE) { in scc_store_cred()792 if (ret != SQLITE_DONE) { in scc_store_cred()982 if (ret == SQLITE_DONE) { in scc_get_next()1069 if (ret == SQLITE_DONE) { in scc_remove_cred()1118 if (ret != SQLITE_DONE) { in scc_remove_cred()[all …]
514 if(sqlite_error == SQLITE_DONE) { in hdb_sqlite_fetch_kvno()628 if(ret == SQLITE_DONE) { /* No such principal */ in hdb_sqlite_store()635 if (ret != SQLITE_DONE && ret != SQLITE_CONSTRAINT) { in hdb_sqlite_store()651 if (ret != SQLITE_DONE && ret != SQLITE_CONSTRAINT) { in hdb_sqlite_store()679 if (ret != SQLITE_DONE) { in hdb_sqlite_store()688 if (ret != SQLITE_DONE) { in hdb_sqlite_store()715 if (ret != SQLITE_DONE) { in hdb_sqlite_store()864 else if(sqlite_error == SQLITE_DONE) { in hdb_sqlite_nextkey()958 if (ret == SQLITE_DONE) { in hdb_sqlite_remove()967 if (ret != SQLITE_DONE) { in hdb_sqlite_remove()
217 while ((status = sqlite3_step(sql_stmt)) != SQLITE_DONE) { in dict_sqlite_lookup()
677 if (rc == SQLITE_DONE) { in update_existing_entry()1630 if (rc != SQLITE_DONE) { in insert_into_db()1744 if (rc != SQLITE_DONE) { in insert_into_db()1752 } else if (rc != SQLITE_DONE) { in insert_into_db()
733 return SQLITE_DONE; in aproposPorterNext()
191 case SQLITE_DONE: in step()
394 { "DONE", SQLITE_DONE },
143 SQLITE_DONE = 101 /** sqlite3_step() has finished executing */ enumerator
13735 if( rc==SQLITE_DONE ) rc = SQLITE_OK; in registerUDFs()16806 return SQLITE_DONE; in recoverLostAndFound3Step()16817 return SQLITE_DONE; in recoverLostAndFound3Step()16965 return SQLITE_DONE; in recoverWriteDataStep()17182 return SQLITE_DONE; in recoverLostAndFound2Step()17820 if( SQLITE_DONE==recoverWriteDataStep(p) ){ in recoverStep()17835 if( SQLITE_DONE==recoverLostAndFound1Step(p) ){ in recoverStep()17844 if( SQLITE_DONE==recoverLostAndFound2Step(p) ){ in recoverStep()17854 if( SQLITE_DONE==recoverLostAndFound3Step(p) ){ in recoverStep()18035 return SQLITE_DONE; in sqlite3_recover_step()[all …]
788 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro53387 if( rc!=SQLITE_DONE ){58348 return SQLITE_DONE;58363 return SQLITE_DONE;58411 return SQLITE_DONE;59080 return SQLITE_DONE;59089 return SQLITE_DONE;59596 if( rc==SQLITE_DONE ){59657 if( rc==SQLITE_DONE ){60192 assert( rc!=SQLITE_DONE );[all …]
475 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
2106 if( rc==SQLITE_DONE ){ in DbObjCmd()3214 if( rc==SQLITE_DONE ){ in DbObjCmd()