Searched refs:check_callback (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | threadtest2.c | 42 int check_callback(void *pid, int argc, char **argv, char **notUsed2){ in check_callback() function 61 rc = sqlite3_exec(db, "pragma integrity_check", check_callback, 0, 0); in integrity_check() 66 sqlite3_exec(db, "pragma integrity_check", check_callback, 0, 0); in integrity_check()
|