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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c22506 typedef struct os2ShmNode os2ShmNode; /* A shared descritive memory node */ typedef in typeref:struct:os2ShmNode
23205 ** Either os2ShmNode.mutex must be held or os2ShmNode.nRef==0 and
23210 struct os2ShmNode { struct
23212 os2ShmNode *pNext; /* Next in list of all os2ShmNode objects */
23241 os2ShmNode *pShmNode; /* The underlying os2ShmNode object */
23242 os2ShmLink *pNext; /* Next os2Shm with the same os2ShmNode */
[all...]

Completed in 310 milliseconds