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()
13818 if( rc==SQLITE_DONE ) rc = SQLITE_OK; in registerUDFs()15088 p->rc = SQLITE_DONE; in sqlite3_intck_step()15101 p->rc = SQLITE_DONE; in sqlite3_intck_step()15153 return (p->rc==SQLITE_DONE ? SQLITE_OK : p->rc); in sqlite3_intck_error()18069 return SQLITE_DONE; in recoverLostAndFound3Step()18080 return SQLITE_DONE; in recoverLostAndFound3Step()18228 return SQLITE_DONE; in recoverWriteDataStep()18445 return SQLITE_DONE; in recoverLostAndFound2Step()19083 if( SQLITE_DONE==recoverWriteDataStep(p) ){ in recoverStep()19098 if( SQLITE_DONE==recoverLostAndFound1Step(p) ){ in recoverStep()[all …]
790 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro53746 if( rc!=SQLITE_DONE ){58707 return SQLITE_DONE;58722 return SQLITE_DONE;58770 return SQLITE_DONE;59439 return SQLITE_DONE;59448 return SQLITE_DONE;59955 if( rc==SQLITE_DONE ){60016 if( rc==SQLITE_DONE ){60551 assert( rc!=SQLITE_DONE );[all …]
477 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
2106 if( rc==SQLITE_DONE ){ in DbObjCmd()3214 if( rc==SQLITE_DONE ){ in DbObjCmd()