Home
last modified time | relevance | path

Searched refs:allShared (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dos_os2.c1256 u32 allShared = 0; /* Union of locks held by connections other than "p" */ local
1267 allShared |= pX->sharedMask;
1272 if( (allShared & mask)==0 ){
Dos_win.c1637 u16 allShared = 0; /* Union of locks held by connections other than "p" */ in winShmLock() local
1648 allShared |= pX->sharedMask; in winShmLock()
1653 if( (allShared & mask)==0 ){ in winShmLock()
Dos_unix.c4047 u16 allShared = 0; /* Union of locks held by connections other than "p" */ in unixShmLock() local
4058 allShared |= pX->sharedMask; in unixShmLock()
4063 if( (allShared & mask)==0 ){ in unixShmLock()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c23268 u32 allShared = 0; /* Union of locks held by connections other than "p" */
23279 allShared |= pX->sharedMask;
23284 if( (allShared & mask)==0 ){
28188 u16 allShared = 0; /* Union of locks held by connections other than "p" */
28199 allShared |= pX->sharedMask;
28204 if( (allShared & mask)==0 ){
32756 u16 allShared = 0; /* Union of locks held by connections other than "p" */
32767 allShared |= pX->sharedMask;
32772 if( (allShared & mask)==0 ){
/external/sqlite/dist/
Dsqlite3.c28843 u16 allShared = 0; /* Union of locks held by connections other than "p" */
28854 allShared |= pX->sharedMask;
28859 if( (allShared & mask)==0 ){
35702 u16 allShared = 0; /* Union of locks held by connections other than "p" */
35713 allShared |= pX->sharedMask;
35718 if( (allShared & mask)==0 ){
/external/sqlite/dist/orig/
Dsqlite3.c28823 u16 allShared = 0; /* Union of locks held by connections other than "p" */
28834 allShared |= pX->sharedMask;
28839 if( (allShared & mask)==0 ){
35682 u16 allShared = 0; /* Union of locks held by connections other than "p" */
35693 allShared |= pX->sharedMask;
35698 if( (allShared & mask)==0 ){