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

/external/sqlite/dist/
H A Dsqlite3.c.orig25555 int sharedLockByte = SHARED_FIRST+pInode->sharedByte;
25556 rc = afpSetLock(context->dbPath, pFile, sharedLockByte, 1, 1);
25580 unsigned long long sharedLockByte = SHARED_FIRST+pInode->sharedByte;
25587 rc = afpSetLock(context->dbPath, pFile, sharedLockByte, 1, 0);
[all...]
H A Dsqlite3.c25562 int sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
25563 rc = afpSetLock(context->dbPath, pFile, sharedLockByte, 1, 1);
25587 unsigned long long sharedLockByte = SHARED_FIRST+pInode->sharedByte; local
25594 rc = afpSetLock(context->dbPath, pFile, sharedLockByte, 1, 0);
[all...]

Completed in 1483 milliseconds