Searched defs:allShared (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A 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 ){
H A Dos_win.c1637 u16 allShared = 0; /* Union of locks held by connections other than "p" */ local
1648 allShared |= pX->sharedMask;
1653 if( (allShared & mask)==0 ){
H A Dos_unix.c4047 u16 allShared = 0; /* Union of locks held by connections other than "p" */ local
4058 allShared |= pX->sharedMask;
4063 if( (allShared & mask)==0 ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c23283 u32 allShared = 0; /* Union of locks held by connections other than "p" */ local
23294 allShared |= pX->sharedMask;
23299 if( (allShared & mask)==0 ){
28203 u16 allShared = 0; /* Union of locks held by connections other than "p" */ local
32771 u16 allShared = 0; /* Union of locks held by connections other than "p" */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24137 u32 allShared = 0; /* Union of locks held by connections other than "p" */ local
24148 allShared |= pX->sharedMask;
24153 if( (allShared & mask)==0 ){
29192 u16 allShared = 0; /* Union of locks held by connections other than "p" */ local
34766 u16 allShared = 0; /* Union of locks held by connections other than "p" */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24137 u32 allShared = 0; /* Union of locks held by connections other than "p" */ local
24148 allShared |= pX->sharedMask;
24153 if( (allShared & mask)==0 ){
29220 u16 allShared = 0; /* Union of locks held by connections other than "p" */ local
34794 u16 allShared = 0; /* Union of locks held by connections other than "p" */ local
[all...]

Completed in 455 milliseconds