Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
struct unixFileId | fileId |
sqlite3_mutex * | pLockMutex |
int | nShared |
int | nLock |
unsigned char | eFileLock |
unsigned char | bProcessLock |
UnixUnusedFd * | pUnused |
int | nRef |
unixShmNode * | pShmNode |
unixInodeInfo * | pNext |
unixInodeInfo * | pPrev |
unsigned char unixInodeInfo::bProcessLock |
Definition at line 34708 of file sqlite3.c.
Referenced by unixCheckReservedLock(), unixFileLock(), unixOpenSharedMemory(), unixShmLock(), and unixShmMap().
unsigned char unixInodeInfo::eFileLock |
Definition at line 34707 of file sqlite3.c.
Referenced by posixUnlock(), unixCheckReservedLock(), and unixLock().
struct unixFileId unixInodeInfo::fileId |
Definition at line 34703 of file sqlite3.c.
Referenced by findReusableFd().
int unixInodeInfo::nLock |
Definition at line 34706 of file sqlite3.c.
Referenced by posixUnlock(), unixFileLock(), and unixLock().
int unixInodeInfo::nRef |
Definition at line 34710 of file sqlite3.c.
Referenced by findInodeInfo(), and releaseInodeInfo().
int unixInodeInfo::nShared |
Definition at line 34705 of file sqlite3.c.
Referenced by posixUnlock(), and unixLock().
sqlite3_mutex* unixInodeInfo::pLockMutex |
Definition at line 34704 of file sqlite3.c.
Referenced by findReusableFd(), posixUnlock(), releaseInodeInfo(), unixCheckReservedLock(), unixFileLock(), and unixLock().
unixInodeInfo* unixInodeInfo::pNext |
Definition at line 34712 of file sqlite3.c.
Referenced by findInodeInfo(), findReusableFd(), and releaseInodeInfo().
unixInodeInfo* unixInodeInfo::pPrev |
Definition at line 34713 of file sqlite3.c.
Referenced by findInodeInfo(), and releaseInodeInfo().
unixShmNode* unixInodeInfo::pShmNode |
Definition at line 34711 of file sqlite3.c.
Referenced by releaseInodeInfo(), unixOpenSharedMemory(), unixShmLock(), unixShmPurge(), unixShmSystemLock(), and unixShmUnmap().
UnixUnusedFd* unixInodeInfo::pUnused |
Definition at line 34709 of file sqlite3.c.
Referenced by findReusableFd().