Home | History | Annotate | Download | only in dist

Lines Matching refs:WALTRACE

55857 # define WALTRACE(X)  if(sqlite3WalTrace) sqlite3DebugPrintf X
55859 # define WALTRACE(X)
56428 WALTRACE(("WAL%p: acquire SHARED-%s %s\n", pWal,
56437 WALTRACE(("WAL%p: release SHARED-%s\n", pWal, walLockName(lockIdx)));
56444 WALTRACE(("WAL%p: acquire EXCLUSIVE-%s cnt=%d %s\n", pWal,
56453 WALTRACE(("WAL%p: release EXCLUSIVE-%s cnt=%d\n", pWal,
56736 WALTRACE(("WAL%p: recovery begin...\n", pWal));
56872 WALTRACE(("WAL%p: recovery %s\n", pWal, rc ? "failed" : "ok"));
56975 WALTRACE(("WAL%d: opened\n", pRet));
57612 WALTRACE(("WAL%p: closed\n", pWal));
58911 WALTRACE(("WAL%p: frame write begin. %d frames. mxFrame=%d. %s\n",
58954 WALTRACE(("WAL%p: wal-header write %s\n", pWal, rc ? "failed" : "ok"));
59109 WALTRACE(("WAL%p: frame write %s\n", pWal, rc ? "failed" : "ok"));
59148 WALTRACE(("WAL%p: checkpoint begins\n", pWal));
59224 WALTRACE(("WAL%p: checkpoint %s\n", pWal, rc ? "failed" : "ok"));