Home
last modified time | relevance | path

Searched defs:unixShm (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c39078 typedef struct unixShm unixShm; /* Connection shared memory */ typedef
43212 struct unixShm { struct
43213 unixShmNode *pShmNode; /* The underlying unixShmNode object */ argument
43214 unixShm *pNext; /* Next unixShm with the same unixShmNode */ argument
43215 u8 hasMutex; /* True if holding the unixShmNode->pShmMutex */ argument
43216 u8 id; /* Id of this connection within its unixShmNode */ argument
43239 unixShmNode *pShmNode = pFile->pShm->pShmNode; in unixFcntlExternalReader() argument