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