Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
unixShmNode Struct Reference

Data Fields

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

Detailed Description

Definition at line 37787 of file sqlite3.c.

Field Documentation

◆ apRegion

char** unixShmNode::apRegion

Definition at line 37796 of file sqlite3.c.

Referenced by unixShmMap(), and unixShmPurge().

◆ hShm

◆ isReadonly

u8 unixShmNode::isReadonly

Definition at line 37794 of file sqlite3.c.

Referenced by unixLockSharedMemory(), unixOpenSharedMemory(), and unixShmMap().

◆ isUnlocked

u8 unixShmNode::isUnlocked

Definition at line 37795 of file sqlite3.c.

Referenced by unixLockSharedMemory(), and unixShmMap().

◆ nRef

int unixShmNode::nRef

Definition at line 37797 of file sqlite3.c.

Referenced by unixOpenSharedMemory(), unixShmPurge(), unixShmSystemLock(), and unixShmUnmap().

◆ nRegion

u16 unixShmNode::nRegion

Definition at line 37793 of file sqlite3.c.

Referenced by unixShmMap(), and unixShmPurge().

◆ pFirst

unixShm* unixShmNode::pFirst

Definition at line 37798 of file sqlite3.c.

Referenced by unixOpenSharedMemory(), unixShmLock(), and unixShmUnmap().

◆ pInode

unixInodeInfo* unixShmNode::pInode

◆ pShmMutex

sqlite3_mutex* unixShmNode::pShmMutex

◆ szRegion

int unixShmNode::szRegion

Definition at line 37792 of file sqlite3.c.

Referenced by unixShmMap(), and unixShmPurge().

◆ zFilename

char* unixShmNode::zFilename

Definition at line 37790 of file sqlite3.c.

Referenced by unixLockSharedMemory(), unixOpenSharedMemory(), unixShmMap(), and unixShmUnmap().


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