Lines Matching defs:sqlite3WalTrace
45583 SQLITE_PRIVATE int sqlite3WalTrace = 0;45584 # define WALTRACE(X) if(sqlite3WalTrace) sqlite3DebugPrintf X