Home
last modified time | relevance | path

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

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