Home
last modified time | relevance | path

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

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