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

Data Fields

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 33562 of file sqlite3.c.

Field Documentation

◆ ctrlFlags

unsigned short int unixFile::ctrlFlags

◆ deviceCharacteristics

int unixFile::deviceCharacteristics

Definition at line 33583 of file sqlite3.c.

Referenced by setDeviceCharacteristics(), and unixDeviceCharacteristics().

◆ eFileLock

unsigned char unixFile::eFileLock

Definition at line 33567 of file sqlite3.c.

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

◆ h

◆ lastErrno

int unixFile::lastErrno

Definition at line 33569 of file sqlite3.c.

Referenced by findInodeInfo(), and seekAndWrite().

◆ lockingContext

void* unixFile::lockingContext

Definition at line 33570 of file sqlite3.c.

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

◆ pInode

◆ pMethod

sqlite3_io_methods const* unixFile::pMethod

Definition at line 33563 of file sqlite3.c.

◆ pPreallocatedUnused

UnixUnusedFd* unixFile::pPreallocatedUnused

Definition at line 33571 of file sqlite3.c.

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

◆ pShm

unixShm* unixFile::pShm

Definition at line 33573 of file sqlite3.c.

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

◆ pVfs

sqlite3_vfs* unixFile::pVfs

Definition at line 33564 of file sqlite3.c.

◆ sectorSize

int unixFile::sectorSize

Definition at line 33582 of file sqlite3.c.

Referenced by setDeviceCharacteristics(), and unixSectorSize().

◆ szChunk

int unixFile::szChunk

Definition at line 33574 of file sqlite3.c.

Referenced by fcntlSizeHint().

◆ zPath

const char* unixFile::zPath

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