Home
last modified time | relevance | path

Searched refs:recoverSqlCb (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/test/
H A Dfuzzcheck.c992 static int recoverSqlCb(void *pCtx, const char *zSql){ in recoverSqlCb() function
1009 p = sqlite3_recover_init_sql(db, "main", recoverSqlCb, 0); in recoverDatabase()
/sqlite-3.40.0/src/
H A Dshell.c.in7295 static int recoverSqlCb(void *pCtx, const char *zSql){ function
7347 pState->db, "main", recoverSqlCb, (void*)pState