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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c788 ** os2Shm.pShmNode
791 ** All other fields are read/write. The os2Shm.pShmNode->mutex must be held
795 os2ShmNode *pShmNode; /* The underlying os2ShmNode object */ member in struct:os2ShmLink
959 pLink->pShmNode = pNode;
1086 pNode = pFile->pShmLink->pShmNode ;
1168 os2ShmNode *pNode = pLink->pShmNode;
1217 os2ShmNode *pShmNode = p->pShmNode; /* Our node */ local
1231 sqlite3_mutex_enter(pShmNode->mutex);
1237 for(pX=pShmNode
[all...]
H A Dos_win.c1309 ** winShm.pShmNode
1312 ** All other fields are read/write. The winShm.pShmNode->mutex must be held
1316 winShmNode *pShmNode; /* The underlying winShmNode object */ member in struct:winShm
1439 struct winShmNode *pShmNode = 0; /* The underlying mmapped file */ local
1453 pNew = sqlite3_malloc( sizeof(*pShmNode) + nName + 15 );
1466 for(pShmNode = winShmNodeList; pShmNode; pShmNode=pShmNode->pNext){
1470 if( sqlite3StrICmp(pShmNode
1555 winShmNode *pShmNode; /* The underlying shared-memory file */ local
1599 winShmNode *pShmNode = p->pShmNode; local
1736 winShmNode *pShmNode; local
[all...]
H A Dos_unix.c940 unixShmNode *pShmNode; /* Shared memory associated with this inode */ member in struct:unixInodeInfo
1076 assert( pInode->pShmNode==0 );
3597 unixShmNode *pShmNode; /* The underlying unixShmNode object */ member in struct:unixShm
3620 unixShmNode *pShmNode, /* Apply locks to this open shared-memory segment */
3629 assert( sqlite3_mutex_held(pShmNode->mutex) || pShmNode->nRef==0 );
3637 if( pShmNode->h>=0 ){
3645 rc = osFcntl(pShmNode->h, F_SETLK, &f);
3657 pShmNode->exclMask &= ~mask;
3658 pShmNode
3619 unixShmSystemLock( unixShmNode *pShmNode, int lockType, int ofst, int n ) argument
3755 struct unixShmNode *pShmNode; /* The underlying mmapped file */ local
3896 unixShmNode *pShmNode; local
4005 unixShmNode *pShmNode = p->pShmNode; /* The underlying file iNode */ local
4128 unixShmNode *pShmNode; /* The underlying shared-memory file */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22815 ** os2Shm.pShmNode
22818 ** All other fields are read/write. The os2Shm.pShmNode->mutex must be held
22822 os2ShmNode *pShmNode; /* The underlying os2ShmNode object */ member in struct:os2ShmLink
22986 pLink->pShmNode = pNode;
23113 pNode = pFile->pShmLink->pShmNode ;
23195 os2ShmNode *pNode = pLink->pShmNode;
23244 os2ShmNode *pShmNode = p->pShmNode; /* Our node */ local
23258 sqlite3_mutex_enter(pShmNode->mutex);
23264 for(pX=pShmNode
25096 unixShmNode *pShmNode; /* Shared memory associated with this inode */ member in struct:unixInodeInfo
27753 unixShmNode *pShmNode; /* The underlying unixShmNode object */ member in struct:unixShm
27775 unixShmSystemLock( unixShmNode *pShmNode, int lockType, int ofst, int n ) argument
27911 struct unixShmNode *pShmNode; /* The underlying mmapped file */ local
28052 unixShmNode *pShmNode; local
28161 unixShmNode *pShmNode = p->pShmNode; /* The underlying file iNode */ local
28284 unixShmNode *pShmNode; /* The underlying shared-memory file */ local
32450 winShmNode *pShmNode; /* The underlying winShmNode object */ member in struct:winShm
32573 struct winShmNode *pShmNode = 0; /* The underlying mmapped file */ local
32689 winShmNode *pShmNode; /* The underlying shared-memory file */ local
32733 winShmNode *pShmNode = p->pShmNode; local
32870 winShmNode *pShmNode; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c23669 ** os2Shm.pShmNode
23672 ** All other fields are read/write. The os2Shm.pShmNode->mutex must be held
23676 os2ShmNode *pShmNode; /* The underlying os2ShmNode object */ member in struct:os2ShmLink
23840 pLink->pShmNode = pNode;
23967 pNode = pFile->pShmLink->pShmNode ;
24049 os2ShmNode *pNode = pLink->pShmNode;
24098 os2ShmNode *pShmNode = p->pShmNode; /* Our node */ local
24112 sqlite3_mutex_enter(pShmNode->mutex);
24118 for(pX=pShmNode
26021 unixShmNode *pShmNode; /* Shared memory associated with this inode */ member in struct:unixInodeInfo
28727 unixShmNode *pShmNode; /* The underlying unixShmNode object */ member in struct:unixShm
28747 unixShmSystemLock( unixShmNode *pShmNode, int lockType, int ofst, int n ) argument
28883 struct unixShmNode *pShmNode; /* The underlying mmapped file */ local
29039 unixShmNode *pShmNode; local
29150 unixShmNode *pShmNode = p->pShmNode; /* The underlying file iNode */ local
29273 unixShmNode *pShmNode; /* The underlying shared-memory file */ local
34442 winShmNode *pShmNode; /* The underlying winShmNode object */ member in struct:winShm
34567 struct winShmNode *pShmNode = 0; /* The underlying mmapped file */ local
34684 winShmNode *pShmNode; /* The underlying shared-memory file */ local
34728 winShmNode *pShmNode = p->pShmNode; local
34865 winShmNode *pShmNode; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c23669 ** os2Shm.pShmNode
23672 ** All other fields are read/write. The os2Shm.pShmNode->mutex must be held
23676 os2ShmNode *pShmNode; /* The underlying os2ShmNode object */ member in struct:os2ShmLink
23840 pLink->pShmNode = pNode;
23967 pNode = pFile->pShmLink->pShmNode ;
24049 os2ShmNode *pNode = pLink->pShmNode;
24098 os2ShmNode *pShmNode = p->pShmNode; /* Our node */ local
24112 sqlite3_mutex_enter(pShmNode->mutex);
24118 for(pX=pShmNode
26039 unixShmNode *pShmNode; /* Shared memory associated with this inode */ member in struct:unixInodeInfo
28747 unixShmNode *pShmNode; /* The underlying unixShmNode object */ member in struct:unixShm
28767 unixShmSystemLock( unixShmNode *pShmNode, int lockType, int ofst, int n ) argument
28903 struct unixShmNode *pShmNode; /* The underlying mmapped file */ local
29059 unixShmNode *pShmNode; local
29178 unixShmNode *pShmNode = p->pShmNode; /* The underlying file iNode */ local
29301 unixShmNode *pShmNode; /* The underlying shared-memory file */ local
34470 winShmNode *pShmNode; /* The underlying winShmNode object */ member in struct:winShm
34595 struct winShmNode *pShmNode = 0; /* The underlying mmapped file */ local
34712 winShmNode *pShmNode; /* The underlying shared-memory file */ local
34756 winShmNode *pShmNode = p->pShmNode; local
34893 winShmNode *pShmNode; local
[all...]

Completed in 475 milliseconds