Searched refs:sqlite3_recover_errcode (Results 1 – 5 of 5) sorted by relevance
186 int errCode = sqlite3_recover_errcode(pTest->p); in testRecoverCmd()191 int res = sqlite3_recover_errcode(pTest->p); in testRecoverCmd()
233 int sqlite3_recover_errcode(sqlite3_recover*);
2746 int sqlite3_recover_errcode(sqlite3_recover *p){ in sqlite3_recover_errcode() function2824 return sqlite3_recover_errcode(p); in sqlite3_recover_run()
1014 if( sqlite3_recover_errcode(p)!=SQLITE_OK ){ in recoverDatabase()1016 int errCode = sqlite3_recover_errcode(p); in recoverDatabase()
7356 if( sqlite3_recover_errcode(p)!=SQLITE_OK ){7358 int errCode = sqlite3_recover_errcode(p);