Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c47370 typedef struct winShm winShm; /* A connection to shared-memory */ typedef
51212 struct winShm { struct
51213 winShmNode *pShmNode; /* The underlying winShmNode object */
51214 u16 sharedMask; /* Mask of shared locks held */
51215 u16 exclMask; /* Mask of exclusive locks held */
51216 HANDLE hShm; /* File-handle on *-shm file. For locking. */
51217 int bReadonly; /* True if hShm is opened read-only */
51219 u8 id; /* Id of this connection with its winShmNode */