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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwal.c251 # define WALTRACE(X) if(sqlite3WalTrace) sqlite3DebugPrintf X macro
253 # define WALTRACE(X) macro
762 WALTRACE(("WAL%p: acquire SHARED-%s %s\n", pWal,
771 WALTRACE(("WAL%p: release SHARED-%s\n", pWal, walLockName(lockIdx)));
778 WALTRACE(("WAL%p: acquire EXCLUSIVE-%s cnt=%d %s\n", pWal,
787 WALTRACE(("WAL%p: release EXCLUSIVE-%s cnt=%d\n", pWal,
1065 WALTRACE(("WAL%p: recovery begin...\n", pWal));
1197 WALTRACE(("WAL%p: recovery %s\n", pWal, rc ? "failed" : "ok"));
1285 WALTRACE(("WAL%d: opened\n", pRet));
1802 WALTRACE(("WA
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c43710 # define WALTRACE macro
43712 # define WALTRACE macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c45584 # define WALTRACE macro
45586 # define WALTRACE macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c45612 # define WALTRACE macro
45614 # define WALTRACE macro
[all...]

Completed in 409 milliseconds