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

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c26051 int sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
26052 rc = afpSetLock(context->dbPath, pFile, sharedLockByte, 1, 1);
26076 unsigned long long sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
26083 rc = afpSetLock(context->dbPath, pFile, sharedLockByte, 1, 0);
30855 short sharedLockByte; /* Randomly chosen byte used as a shared lock */ member in struct:winFile
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c27403 int sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
27404 rc = afpSetLock(context->dbPath, pFile, sharedLockByte, 1, 1);
27428 unsigned long long sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
27435 rc = afpSetLock(context->dbPath, pFile, sharedLockByte, 1, 0);
31666 short sharedLockByte; /* Randomly chosen byte used as a shared lock */ member in struct:winFile
[all...]

Completed in 708 milliseconds