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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c74 os2ShmLink *pShmLink; /* Instance of shared memory on this file */ member in struct:os2File
964 fd->pShmLink = pLink;
1082 if( !pFile->pShmLink )
1086 pNode = pFile->pShmLink->pShmNode ;
1163 os2ShmLink *pLink = pFile->pShmLink;
1186 pFile->pShmLink = NULL;
1215 os2ShmLink *p = pFile->pShmLink; /* The shared memory being locked */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22086 os2ShmLink *pShmLink; /* Instance of shared memory on this file */ member in struct:os2File
22976 fd->pShmLink = pLink;
23094 if( !pFile->pShmLink )
23098 pNode = pFile->pShmLink->pShmNode ;
23175 os2ShmLink *pLink = pFile->pShmLink;
23198 pFile->pShmLink = NULL;
23227 os2ShmLink *p = pFile->pShmLink; /* The shared memory being locked */
[all...]

Completed in 233 milliseconds