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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c22507 typedef struct os2ShmLink os2ShmLink; /* A connection to shared-memory */ typedef in typeref:struct:os2ShmLink
22520 os2ShmLink *pShmLink; /* Instance of shared memory on this file */
23219 int nRef; /* Number of os2ShmLink objects pointing to this */
23220 os2ShmLink *pFirst; /* First os2ShmLink object pointing to this */
23240 struct os2ShmLink { struct
23242 os2ShmLink *pNext; /* Next os2Shm with the same os2ShmNode */
23328 os2ShmLink *pLink;
23609 os2ShmLink *pLin
[all...]

Completed in 242 milliseconds