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

/external/chromium_org/third_party/sqlite/src/src/
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...]
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...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22800 ** os2Shm.pShmNode
22803 ** All other fields are read/write. The os2Shm.pShmNode->mutex must be held
22807 os2ShmNode *pShmNode; /* The underlying os2ShmNode object */ member in struct:os2ShmLink
22971 pLink->pShmNode = pNode;
23098 pNode = pFile->pShmLink->pShmNode ;
23180 os2ShmNode *pNode = pLink->pShmNode;
23229 os2ShmNode *pShmNode = p->pShmNode; /* Our node */ local
23243 sqlite3_mutex_enter(pShmNode->mutex);
23249 for(pX=pShmNode
25081 unixShmNode *pShmNode; /* Shared memory associated with this inode */ member in struct:unixInodeInfo
27738 unixShmNode *pShmNode; /* The underlying unixShmNode object */ member in struct:unixShm
27760 unixShmSystemLock( unixShmNode *pShmNode, int lockType, int ofst, int n ) argument
27896 struct unixShmNode *pShmNode; /* The underlying mmapped file */ local
28037 unixShmNode *pShmNode; local
28146 unixShmNode *pShmNode = p->pShmNode; /* The underlying file iNode */ local
28269 unixShmNode *pShmNode; /* The underlying shared-memory file */ local
32435 winShmNode *pShmNode; /* The underlying winShmNode object */ member in struct:winShm
32558 struct winShmNode *pShmNode = 0; /* The underlying mmapped file */ local
32674 winShmNode *pShmNode; /* The underlying shared-memory file */ local
32718 winShmNode *pShmNode = p->pShmNode; local
32855 winShmNode *pShmNode; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c25323 unixShmNode *pShmNode; /* Shared memory associated with this inode */ member in struct:unixInodeInfo
25458 assert( pInode->pShmNode==0 );
28314 unixShmNode *pShmNode; /* The underlying unixShmNode object */ member in struct:unixShm
28334 unixShmSystemLock( unixShmNode *pShmNode, int lockType, int ofst, int n ) argument
28487 struct unixShmNode *pShmNode; /* The underlying mmapped file */ local
28638 unixShmNode *pShmNode; local
28775 unixShmNode *pShmNode = p->pShmNode; /* The underlying file iNode */ local
28898 unixShmNode *pShmNode; /* The underlying shared-memory file */ local
35358 winShmNode *pShmNode; /* The underlying winShmNode object */ member in struct:winShm
35479 struct winShmNode *pShmNode = 0; /* The underlying mmapped file */ local
35594 winShmNode *pShmNode; /* The underlying shared-memory file */ local
35638 winShmNode *pShmNode = p->pShmNode; local
35775 winShmNode *pShmNode; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25341 unixShmNode *pShmNode; /* Shared memory associated with this inode */ member in struct:unixInodeInfo
25476 assert( pInode->pShmNode==0 );
28334 unixShmNode *pShmNode; /* The underlying unixShmNode object */ member in struct:unixShm
28354 unixShmSystemLock( unixShmNode *pShmNode, int lockType, int ofst, int n ) argument
28507 struct unixShmNode *pShmNode; /* The underlying mmapped file */ local
28658 unixShmNode *pShmNode; local
28795 unixShmNode *pShmNode = p->pShmNode; /* The underlying file iNode */ local
28918 unixShmNode *pShmNode; /* The underlying shared-memory file */ local
35378 winShmNode *pShmNode; /* The underlying winShmNode object */ member in struct:winShm
35499 struct winShmNode *pShmNode = 0; /* The underlying mmapped file */ local
35614 winShmNode *pShmNode; /* The underlying shared-memory file */ local
35658 winShmNode *pShmNode = p->pShmNode; local
35795 winShmNode *pShmNode; local
[all...]

Completed in 673 milliseconds