Searched refs:WIN_SHM_BASE (Results 1 – 2 of 2) sorted by relevance
3784 #define WIN_SHM_BASE ((22+SQLITE_SHM_NLOCK)*4) /* first lock byte */ macro3785 #define WIN_SHM_DMS (WIN_SHM_BASE+SQLITE_SHM_NLOCK) /* deadman switch */4111 rc = winShmSystemLock(pShmNode, WINSHM_UNLCK, ofst+WIN_SHM_BASE, n);4139 rc = winShmSystemLock(pShmNode, WINSHM_RDLCK, ofst+WIN_SHM_BASE, n);4164 rc = winShmSystemLock(pShmNode, WINSHM_WRLCK, ofst+WIN_SHM_BASE, n);
1525 #ifdef WIN_SHM_BASE in sqlite3WalOpen()1526 assert( WIN_SHM_BASE==WALINDEX_LOCK_OFFSET ); in sqlite3WalOpen()