Home
last modified time | relevance | path

Searched refs:WALTRACE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c67682 # 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));
[all …]