ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
unixFile Struct Reference
Collaboration diagram for unixFile:

Public Attributes

sqlite3_io_methods const * pMethod
 
sqlite3_vfspVfs
 
unixInodeInfopInode
 
int h
 
unsigned char eFileLock
 
unsigned short int ctrlFlags
 
int lastErrno
 
void * lockingContext
 
UnixUnusedFdpPreallocatedUnused
 
const char * zPath
 
unixShmpShm
 
int szChunk
 
int sectorSize
 
int deviceCharacteristics
 

Detailed Description

Definition at line 33477 of file sqlite3.c.

Member Data Documentation

◆ ctrlFlags

unsigned short int unixFile::ctrlFlags

◆ deviceCharacteristics

int unixFile::deviceCharacteristics

Definition at line 33498 of file sqlite3.c.

Referenced by setDeviceCharacteristics(), and unixDeviceCharacteristics().

◆ eFileLock

unsigned char unixFile::eFileLock

Definition at line 33482 of file sqlite3.c.

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

◆ h

◆ lastErrno

int unixFile::lastErrno

Definition at line 33484 of file sqlite3.c.

Referenced by findInodeInfo(), and seekAndWrite().

◆ lockingContext

void* unixFile::lockingContext

Definition at line 33485 of file sqlite3.c.

Referenced by dotlockCheckReservedLock(), dotlockLock(), dotlockUnlock(), and fillInUnixFile().

◆ pInode

◆ pMethod

sqlite3_io_methods const* unixFile::pMethod

Definition at line 33478 of file sqlite3.c.

Referenced by fillInUnixFile().

◆ pPreallocatedUnused

UnixUnusedFd* unixFile::pPreallocatedUnused

Definition at line 33486 of file sqlite3.c.

Referenced by closeUnixFile(), unixOpen(), unixRead(), and unixWrite().

◆ pShm

unixShm* unixFile::pShm

Definition at line 33488 of file sqlite3.c.

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

◆ pVfs

sqlite3_vfs* unixFile::pVfs

Definition at line 33479 of file sqlite3.c.

Referenced by fillInUnixFile().

◆ sectorSize

int unixFile::sectorSize

Definition at line 33497 of file sqlite3.c.

Referenced by setDeviceCharacteristics(), and unixSectorSize().

◆ szChunk

int unixFile::szChunk

Definition at line 33489 of file sqlite3.c.

Referenced by fcntlSizeHint().

◆ zPath

const char* unixFile::zPath

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