Lines Matching refs:WALTRACE
259 # define WALTRACE(X) if(sqlite3WalTrace) sqlite3DebugPrintf X macro
261 # define WALTRACE(X) macro
937 WALTRACE(("WAL%p: acquire SHARED-%s %s\n", pWal, in walLockShared()
946 WALTRACE(("WAL%p: release SHARED-%s\n", pWal, walLockName(lockIdx))); in walUnlockShared()
953 WALTRACE(("WAL%p: acquire EXCLUSIVE-%s cnt=%d %s\n", pWal, in walLockExclusive()
962 WALTRACE(("WAL%p: release EXCLUSIVE-%s cnt=%d\n", pWal, in walUnlockExclusive()
1244 WALTRACE(("WAL%p: recovery begin...\n", pWal)); in walIndexRecover()
1437 WALTRACE(("WAL%p: recovery %s\n", pWal, rc ? "failed" : "ok")); in walIndexRecover()
1568 WALTRACE(("WAL%d: opened\n", pRet)); in sqlite3WalOpen()
2295 WALTRACE(("WAL%p: closed\n", pWal)); in sqlite3WalClose()
3632 WALTRACE(("WAL%p: frame write begin. %d frames. mxFrame=%d. %s\n", in sqlite3WalFrames()
3675 WALTRACE(("WAL%p: wal-header write %s\n", pWal, rc ? "failed" : "ok")); in sqlite3WalFrames()
3828 WALTRACE(("WAL%p: frame write %s\n", pWal, rc ? "failed" : "ok")); in sqlite3WalFrames()
3867 WALTRACE(("WAL%p: checkpoint begins\n", pWal)); in sqlite3WalCheckpoint()
3955 WALTRACE(("WAL%p: checkpoint %s\n", pWal, rc ? "failed" : "ok")); in sqlite3WalCheckpoint()