Searched refs:check_callback (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/lib/libsqlite/test/ |
| H A D | threadtest2.c | 42 int check_callback(void *notUsed, int argc, char **argv, char **notUsed2){ in check_callback() function 60 rc = sqlite_exec(db, "pragma integrity_check", check_callback, 0, 0); in integrity_check() 65 sqlite_exec(db, "pragma integrity_check", check_callback, 0, 0); in integrity_check()
|