Searched defs:sharedLockByte (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c27403 int sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
27428 unsigned long long sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
31666 short sharedLockByte; /* Randomly chosen byte used as a shared lock */ member in struct:winFile
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c32306 int sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
32331 unsigned long long sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
37384 short sharedLockByte; /* Randomly chosen byte used as a shared lock */ member in struct:winFile
[all...]

Completed in 756 milliseconds