Searched refs:recoverSqlCb (Results 1 – 2 of 2) sorted by relevance
992 static int recoverSqlCb(void *pCtx, const char *zSql){ in recoverSqlCb() function1009 p = sqlite3_recover_init_sql(db, "main", recoverSqlCb, 0); in recoverDatabase()
7295 static int recoverSqlCb(void *pCtx, const char *zSql){ function7347 pState->db, "main", recoverSqlCb, (void*)pState