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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_win.c106 short sharedLockByte; /* Randomly chosen byte used as a shared lock */ member in struct:winFile
920 pFile->sharedLockByte = (short)((lk & 0x7fffffff)%(SHARED_SIZE - 1));
921 res = LockFile(pFile->h, SHARED_FIRST+pFile->sharedLockByte, 0, 1, 0);
941 res = UnlockFile(pFile->h, SHARED_FIRST + pFile->sharedLockByte, 0, 1, 0);
986 pFile->h, locktype, pFile->locktype, pFile->sharedLockByte));
1139 pFile->locktype, pFile->sharedLockByte));
H A Dos_unix.c2797 int sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
2798 rc = afpSetLock(context->dbPath, pFile, sharedLockByte, 1, 1);
2822 unsigned long long sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
2829 rc = afpSetLock(context->dbPath, pFile, sharedLockByte, 1, 0);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c26938 int sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
26939 rc = afpSetLock(context->dbPath, pFile, sharedLockByte, 1, 1);
26963 unsigned long long sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
26970 rc = afpSetLock(context->dbPath, pFile, sharedLockByte, 1, 0);
31226 short sharedLockByte; /* Randomly chosen byte used as a shared lock */ member in struct:winFile
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c27243 int sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
27268 unsigned long long sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
32226 short sharedLockByte; /* Randomly chosen byte used as a shared lock */ member in struct:winFile
[all...]
/external/sqlite/dist/
H A Dsqlite3.c27261 int sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
27286 unsigned long long sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
32246 short sharedLockByte; /* Randomly chosen byte used as a shared lock */ member in struct:winFile
[all...]

Completed in 566 milliseconds