Lines Matching refs:WALTRACE
67682 # define WALTRACE(X) if(sqlite3WalTrace) sqlite3DebugPrintf X macro
67684 # define WALTRACE(X) macro
68507 WALTRACE(("WAL%p: acquire SHARED-%s %s\n", pWal,
68522 WALTRACE(("WAL%p: release SHARED-%s\n", pWal, walLockName(lockIdx)));
68529 WALTRACE(("WAL%p: acquire EXCLUSIVE-%s cnt=%d %s\n", pWal,
68546 WALTRACE(("WAL%p: release EXCLUSIVE-%s cnt=%d\n", pWal,
68829 WALTRACE(("WAL%p: recovery begin...\n", pWal));
69028 WALTRACE(("WAL%p: recovery %s\n", pWal, rc ? "failed" : "ok"));
69159 WALTRACE(("WAL%d: opened\n", pRet));
69983 WALTRACE(("WAL%p: closed\n", pWal));
71483 WALTRACE(("WAL%p: frame write begin. %d frames. mxFrame=%d. %s\n",
71526 WALTRACE(("WAL%p: wal-header write %s\n", pWal, rc ? "failed" : "ok"));
71681 WALTRACE(("WAL%p: frame write %s\n", pWal, rc ? "failed" : "ok"));
71744 WALTRACE(("WAL%p: checkpoint begins\n", pWal));
71844 WALTRACE(("WAL%p: checkpoint %s\n", pWal, rc ? "failed" : "ok"));