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

/external/sqlite/dist/
H A Dsqlite3.c.orig8625 ** SHARED_SIZE is the number of bytes available in the pool from which
8639 ** the pages involved in locking therefore. SHARED_SIZE is selected so
8660 #define SHARED_SIZE 510
21892 LockArea.lRange = SHARED_SIZE;
21912 UnlockArea.lRange = SHARED_SIZE;
22035 LockArea.lRange = SHARED_SIZE;
22144 UnlockArea.lRange = SHARED_SIZE;
24166 lock.l_len = SHARED_SIZE;
24212 lock.l_len = SHARED_SIZE;
24341 off_t divSize = SHARED_SIZE
[all...]
H A Dsqlite3.c8632 ** SHARED_SIZE is the number of bytes available in the pool from which
8646 ** the pages involved in locking therefore. SHARED_SIZE is selected so
8667 #define SHARED_SIZE 510 macro
21899 LockArea.lRange = SHARED_SIZE;
21919 UnlockArea.lRange = SHARED_SIZE;
22042 LockArea.lRange = SHARED_SIZE;
22151 UnlockArea.lRange = SHARED_SIZE;
24173 lock.l_len = SHARED_SIZE;
24219 lock.l_len = SHARED_SIZE;
24348 off_t divSize = SHARED_SIZE
[all...]

Completed in 179 milliseconds