Searched defs:winShmNode (Results 1 – 1 of 1) sorted by relevance
47371 typedef struct winShmNode winShmNode; /* A region of shared-memory */ typedef51177 struct winShmNode { struct51178 sqlite3_mutex *mutex; /* Mutex to access this object */51179 char *zFilename; /* Name of the file */51180 HANDLE hSharedShm; /* File handle open on zFilename */51182 int isUnlocked; /* DMS lock has not yet been obtained */51183 int isReadonly; /* True if read-only */51184 int szRegion; /* Size of shared-memory regions */51185 int nRegion; /* Size of array apRegion */51187 struct ShmRegion {[all …]