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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c23234 ** os2Shm.pShmNode
23237 ** All other fields are read/write. The os2Shm.pShmNode->mutex must be held
23241 os2ShmNode *pShmNode; /* The underlying os2ShmNode object */ member in struct:os2ShmLink
23405 pLink->pShmNode = pNode;
23532 pNode = pFile->pShmLink->pShmNode ;
23614 os2ShmNode *pNode = pLink->pShmNode;
23663 os2ShmNode *pShmNode = p->pShmNode; /* Our node */ local
23677 sqlite3_mutex_enter(pShmNode->mutex);
23683 for(pX=pShmNode
25543 unixShmNode *pShmNode; /* Shared memory associated with this inode */ member in struct:unixInodeInfo
28220 unixShmNode *pShmNode; /* The underlying unixShmNode object */ member in struct:unixShm
28240 unixShmSystemLock( unixShmNode *pShmNode, int lockType, int ofst, int n ) argument
28376 struct unixShmNode *pShmNode; /* The underlying mmapped file */ local
28527 unixShmNode *pShmNode; local
28638 unixShmNode *pShmNode = p->pShmNode; /* The underlying file iNode */ local
28761 unixShmNode *pShmNode; /* The underlying shared-memory file */ local
33344 winShmNode *pShmNode; /* The underlying winShmNode object */ member in struct:winShm
33467 struct winShmNode *pShmNode = 0; /* The underlying mmapped file */ local
33584 winShmNode *pShmNode; /* The underlying shared-memory file */ local
33628 winShmNode *pShmNode = p->pShmNode; local
33765 winShmNode *pShmNode; local
[all...]

Completed in 378 milliseconds