Searched refs:SQLITE_DONE (Results 1 – 7 of 7) sorted by relevance
407 if(sqlite_error == SQLITE_DONE) { in hdb_sqlite_fetch_kvno()524 if(ret == SQLITE_DONE) { /* No such principal */ in hdb_sqlite_store()531 if(ret != SQLITE_DONE) in hdb_sqlite_store()539 if(ret != SQLITE_DONE) in hdb_sqlite_store()553 if(ret != SQLITE_DONE) in hdb_sqlite_store()560 if(ret != SQLITE_DONE) in hdb_sqlite_store()588 if(ret != SQLITE_DONE) in hdb_sqlite_store()728 else if(sqlite_error == SQLITE_DONE) { in hdb_sqlite_nextkey()806 if (ret != SQLITE_DONE) { in hdb_sqlite_remove()
369 if (ret != SQLITE_DONE) { in create_cache()583 if (ret != SQLITE_DONE) { in scc_initialize()602 if (ret != SQLITE_DONE) { in scc_initialize()645 if (ret != SQLITE_DONE) { in scc_destroy()759 if (ret != SQLITE_DONE) { in scc_store_cred()778 if (ret != SQLITE_DONE) { in scc_store_cred()796 if (ret != SQLITE_DONE) { in scc_store_cred()993 if (ret == SQLITE_DONE) { in scc_get_next()1080 if (ret == SQLITE_DONE) { in scc_remove_cred()1129 if (ret != SQLITE_DONE) { in scc_remove_cred()[all …]
193 case SQLITE_DONE: in step()
14732 if( rc==SQLITE_DONE ) rc = SQLITE_OK; in registerUDFs()16007 p->rc = SQLITE_DONE; in sqlite3_intck_step()16020 p->rc = SQLITE_DONE; in sqlite3_intck_step()16072 return (p->rc==SQLITE_DONE ? SQLITE_OK : p->rc); in sqlite3_intck_error()20319 return SQLITE_DONE; in recoverLostAndFound3Step()20330 return SQLITE_DONE; in recoverLostAndFound3Step()20478 return SQLITE_DONE; in recoverWriteDataStep()20697 return SQLITE_DONE; in recoverLostAndFound2Step()21351 if( SQLITE_DONE==recoverWriteDataStep(p) ){ in recoverStep()21366 if( SQLITE_DONE==recoverLostAndFound1Step(p) ){ in recoverStep()[all …]
796 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro54695 if( rc!=SQLITE_DONE ){59654 return SQLITE_DONE;59669 return SQLITE_DONE;59717 return SQLITE_DONE;60395 return SQLITE_DONE;60404 return SQLITE_DONE;60914 if( rc==SQLITE_DONE ){60975 if( rc==SQLITE_DONE ){61510 assert( rc!=SQLITE_DONE );[all …]
477 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
2154 if( rc==SQLITE_DONE ){ in DbObjCmd()3269 if( rc==SQLITE_DONE ){ in DbObjCmd()