Searched defs:os2ShmLink (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c61 typedef struct os2ShmLink os2ShmLink; /* A connection to shared-memory */ typedef in typeref:struct:os2ShmLink
74 os2ShmLink *pShmLink; /* Instance of shared memory on this file */
773 int nRef; /* Number of os2ShmLink objects pointing to this */
774 os2ShmLink *pFirst; /* First os2ShmLink object pointing to this */
794 struct os2ShmLink { struct
796 os2ShmLink *pNext; /* Next os2Shm with the same os2ShmNode */
882 os2ShmLink *pLink;
1163 os2ShmLink *pLin
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22073 typedef struct os2ShmLink os2ShmLink; /* A connection to shared-memory */ typedef in typeref:struct:os2ShmLink
22086 os2ShmLink *pShmLink; /* Instance of shared memory on this file */
22785 int nRef; /* Number of os2ShmLink objects pointing to this */
22786 os2ShmLink *pFirst; /* First os2ShmLink object pointing to this */
22806 struct os2ShmLink { struct
22808 os2ShmLink *pNext; /* Next os2Shm with the same os2ShmNode */
22894 os2ShmLink *pLink;
23175 os2ShmLink *pLin
[all...]

Completed in 161 milliseconds