Lines Matching refs:SQLITE_SHM_NLOCK
2503 #define SQLITE_SHM_NLOCK 8 macro
37740 #define UNIX_SHM_BASE ((22+SQLITE_SHM_NLOCK)*4) /* first lock byte */
37741 #define UNIX_SHM_DMS (UNIX_SHM_BASE+SQLITE_SHM_NLOCK) /* deadman switch */
37768 assert( n>=1 && n<=SQLITE_SHM_NLOCK );
38271 assert( ofst>=0 && ofst+n<=SQLITE_SHM_NLOCK );
45362 #define WIN_SHM_BASE ((22+SQLITE_SHM_NLOCK)*4) /* first lock byte */
45363 #define WIN_SHM_DMS (WIN_SHM_BASE+SQLITE_SHM_NLOCK) /* deadman switch */
45662 assert( ofst>=0 && ofst+n<=SQLITE_SHM_NLOCK );
59603 #define WAL_NREADER (SQLITE_SHM_NLOCK-3)
59701 u8 aLock[SQLITE_SHM_NLOCK]; /* Reserved space for locks */
199369 for(i=0; i<SQLITE_SHM_NLOCK;i++){