Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwal.h55 typedef struct Wal Wal; typedef
62 void sqlite3WalLimit(Wal*, i64);
75 int sqlite3WalFindFrame(Wal *, Pgno, u32 *);
79 Pgno sqlite3WalDbsize(Wal *pWal);
118 int sqlite3WalCallback(Wal *pWal);
129 int sqlite3WalHeapMemory(Wal *pWal);
134 int sqlite3WalSnapshotRecover(Wal *pWal);
136 void sqlite3WalSnapshotUnlock(Wal *pWal);
143 int sqlite3WalFramesize(Wal *pWal);
147 sqlite3_file *sqlite3WalFile(Wal *pWal);
[all …]
H A Dwal.c506 struct Wal { struct
771 static void walShmBarrier(Wal *pWal){ in walShmBarrier()
1535 pRet = (Wal*)sqlite3MallocZero(sizeof(Wal) + pVfs->szOsFile); in sqlite3WalOpen()
1922 static int walLockWriter(Wal *pWal){ in walLockWriter()
1967 static int walPagesize(Wal *pWal){ in walPagesize()
3259 Pgno sqlite3WalDbsize(Wal *pWal){ in sqlite3WalDbsize()
3441 static int walRestartLog(Wal *pWal){ in walRestartLog()
3967 int sqlite3WalCallback(Wal *pWal){ in sqlite3WalCallback()
4042 int sqlite3WalHeapMemory(Wal *pWal){ in sqlite3WalHeapMemory()
4076 Wal *pWal, in sqlite3WalSnapshotOpen()
[all …]
H A Dpager.c700 Wal *pWal; /* Write-ahead log used by "journal_mode=wal" */
/sqlite-3.40.0/doc/
H A Dwal-lock.md1 # Wal-Mode Blocking Locks
22 ## Wal Recovery
24 Wal database "recovery" is a process required when the number of connected
/sqlite-3.40.0/test/
H A Dwal4.test57 error "Wal file was not deleted"
H A Ddelete_db.test49 # 1.2: Wal files.
H A Dsync2.test114 # Wal mode, sync=normal. The first transaction does one sync on directory,
H A Dwal2.test466 Pragma Journal_Mode = Wal;
510 Pragma Journal_Mode = Wal;