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

Data Fields

struct unixFileId fileId
 
sqlite3_mutexpLockMutex
 
int nShared
 
int nLock
 
unsigned char eFileLock
 
unsigned char bProcessLock
 
UnixUnusedFdpUnused
 
int nRef
 
unixShmNodepShmNode
 
unixInodeInfopNext
 
unixInodeInfopPrev
 

Detailed Description

Definition at line 34702 of file sqlite3.c.

Field Documentation

◆ bProcessLock

unsigned char unixInodeInfo::bProcessLock

◆ eFileLock

unsigned char unixInodeInfo::eFileLock

Definition at line 34707 of file sqlite3.c.

Referenced by posixUnlock(), unixCheckReservedLock(), and unixLock().

◆ fileId

struct unixFileId unixInodeInfo::fileId

Definition at line 34703 of file sqlite3.c.

Referenced by findReusableFd().

◆ nLock

int unixInodeInfo::nLock

Definition at line 34706 of file sqlite3.c.

Referenced by posixUnlock(), unixFileLock(), and unixLock().

◆ nRef

int unixInodeInfo::nRef

Definition at line 34710 of file sqlite3.c.

Referenced by findInodeInfo(), and releaseInodeInfo().

◆ nShared

int unixInodeInfo::nShared

Definition at line 34705 of file sqlite3.c.

Referenced by posixUnlock(), and unixLock().

◆ pLockMutex

sqlite3_mutex* unixInodeInfo::pLockMutex

◆ pNext

unixInodeInfo* unixInodeInfo::pNext

Definition at line 34712 of file sqlite3.c.

Referenced by findInodeInfo(), findReusableFd(), and releaseInodeInfo().

◆ pPrev

unixInodeInfo* unixInodeInfo::pPrev

Definition at line 34713 of file sqlite3.c.

Referenced by findInodeInfo(), and releaseInodeInfo().

◆ pShmNode

unixShmNode* unixInodeInfo::pShmNode

◆ pUnused

UnixUnusedFd* unixInodeInfo::pUnused

Definition at line 34709 of file sqlite3.c.

Referenced by findReusableFd().


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