Home
last modified time | relevance | path

Searched refs:F_UNLCK (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_unix.c319 static const short aType[3] = { F_UNLCK, F_RDLCK, F_WRLCK }; in lsmPosixOsLock()
322 assert( aType[LSM_LOCK_UNLOCK]==F_UNLCK ); in lsmPosixOsLock()
366 }else if( lock.l_type!=F_UNLCK ){ in lsmPosixOsTestLock()
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasi.h28 F_UNLCK enumerator
/sqlite-3.40.0/src/
H A Dos_unix.c797 }else if( p->l_type==F_UNLCK ){ in lockTrace()
816 }else if( l2.l_type==F_UNLCK ){ in lockTrace()
1801 lock.l_type = F_UNLCK; in unixLock()
1960 lock.l_type = F_UNLCK; in posixUnlock()
1982 lock.l_type = F_UNLCK; in posixUnlock()
2012 lock.l_type = F_UNLCK; in posixUnlock()
2031 lock.l_type = F_UNLCK; in posixUnlock()
4352 *piOut = (f.l_type!=F_UNLCK); in unixFcntlExternalReader()
4411 if( lockType==F_UNLCK ){ in unixShmSystemLock()
4426 if( lockType==F_UNLCK ){ in unixShmSystemLock()
[all …]
/sqlite-3.40.0/tool/
H A Dshowlocks.c53 if( x.l_type==F_UNLCK ) continue; in showLocksInRange()
H A Dgetlock.c45 if( lk.l_type==F_UNLCK ) return 0; in isLocked()