Searched refs:SQLITE_SHM_NLOCK (Results 1 – 3 of 3) sorted by relevance
1563 #define SQLITE_SHM_NLOCK 8 macro
1876 #define SQLITE_SHM_NLOCK 8 macro42367 sqlite3_mutex *aMutex[SQLITE_SHM_NLOCK];42369 int aLock[SQLITE_SHM_NLOCK]; /* # shared locks on slot, -1==excl lock */42400 #define UNIX_SHM_BASE ((22+SQLITE_SHM_NLOCK)*4) /* first lock byte */42401 #define UNIX_SHM_DMS (UNIX_SHM_BASE+SQLITE_SHM_NLOCK) /* deadman switch */42422 f.l_len = SQLITE_SHM_NLOCK - 3;42459 || (ofst>=UNIX_SHM_BASE && ofst+n<=(UNIX_SHM_BASE+SQLITE_SHM_NLOCK))42480 assert( n>=1 && n<=SQLITE_SHM_NLOCK );42481 assert( ofst>=UNIX_SHM_BASE && ofst<=(UNIX_SHM_DMS+SQLITE_SHM_NLOCK) );42559 for(i=0; i<SQLITE_SHM_NLOCK; i++){[all …]
5813 ./usr/share/man/cat3/SQLITE_SHM_NLOCK.0 comp-c-catman .cat14415 ./usr/share/man/html3/SQLITE_SHM_NLOCK.html comp-c-htmlman html22862 ./usr/share/man/man3/SQLITE_SHM_NLOCK.3 comp-c-man .man