Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
unixShmNode Struct Reference
Collaboration diagram for unixShmNode:

Data Fields

unixInodeInfopInode
sqlite3_mutexpShmMutex
char * zFilename
int hShm
int szRegion
u16 nRegion
u8 isReadonly
u8 isUnlocked
char ** apRegion
int nRef
unixShmpFirst
int aLock [SQLITE_SHM_NLOCK]

Detailed Description

Definition at line 43171 of file sqlite3.c.

Field Documentation

◆ aLock

int unixShmNode::aLock[SQLITE_SHM_NLOCK]

Definition at line 43186 of file sqlite3.c.

◆ apRegion

char** unixShmNode::apRegion

Definition at line 43180 of file sqlite3.c.

◆ hShm

int unixShmNode::hShm

Definition at line 43175 of file sqlite3.c.

◆ isReadonly

u8 unixShmNode::isReadonly

Definition at line 43178 of file sqlite3.c.

◆ isUnlocked

u8 unixShmNode::isUnlocked

Definition at line 43179 of file sqlite3.c.

◆ nRef

int unixShmNode::nRef

Definition at line 43181 of file sqlite3.c.

◆ nRegion

u16 unixShmNode::nRegion

Definition at line 43177 of file sqlite3.c.

◆ pFirst

unixShm* unixShmNode::pFirst

Definition at line 43182 of file sqlite3.c.

◆ pInode

unixInodeInfo* unixShmNode::pInode

Definition at line 43172 of file sqlite3.c.

◆ pShmMutex

sqlite3_mutex* unixShmNode::pShmMutex

Definition at line 43173 of file sqlite3.c.

◆ szRegion

int unixShmNode::szRegion

Definition at line 43176 of file sqlite3.c.

◆ zFilename

char* unixShmNode::zFilename

Definition at line 43174 of file sqlite3.c.


The documentation for this struct was generated from the following file: