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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c25549 unsigned long long sharedByte; /* for AFP simulated shared lock */ member in struct:unixInodeInfo
27263 pInode->sharedByte = (lk & mask)%(SHARED_SIZE - 1);
27265 SHARED_FIRST+pInode->sharedByte, 1, 1);
27311 pInode->sharedByte, 1, 0)) ){
27317 SHARED_FIRST + pInode->sharedByte, 1, 1)) ){
27403 int sharedLockByte = SHARED_FIRST+pInode->sharedByte;
27428 unsigned long long sharedLockByte = SHARED_FIRST+pInode->sharedByte;
[all...]

Completed in 427 milliseconds