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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c22881 typedef struct os2ShmLink os2ShmLink; /* A connection to shared-memory */ typedef in typeref:struct:os2ShmLink
22894 os2ShmLink *pShmLink; /* Instance of shared memory on this file */
23593 int nRef; /* Number of os2ShmLink objects pointing to this */
23594 os2ShmLink *pFirst; /* First os2ShmLink object pointing to this */
23614 struct os2ShmLink { struct
23616 os2ShmLink *pNext; /* Next os2Shm with the same os2ShmNode */
23702 os2ShmLink *pLink;
23983 os2ShmLink *pLin
[all...]

Completed in 348 milliseconds