gdrsclib
Data Fields
unixFile Struct Reference

Data Fields

sqlite3_io_methods const * pMethod
 
struct unixOpenCntpOpen
 
struct unixLockInfopLock
 
int h
 
int dirfd
 
unsigned char locktype
 
int lastErrno
 
void * lockingContext
 
UnixUnusedFdpUnused
 
int fileFlags
 

Detailed Description

Definition at line 21469 of file sqlite3.c.

Field Documentation

◆ dirfd

int dirfd

Definition at line 21474 of file sqlite3.c.

◆ fileFlags

int fileFlags

Definition at line 21479 of file sqlite3.c.

◆ h

int h

Definition at line 21473 of file sqlite3.c.

◆ lastErrno

int lastErrno

Definition at line 21476 of file sqlite3.c.

◆ lockingContext

void* lockingContext

Definition at line 21477 of file sqlite3.c.

◆ locktype

unsigned char locktype

Definition at line 21475 of file sqlite3.c.

◆ pLock

struct unixLockInfo* pLock

Definition at line 21472 of file sqlite3.c.

◆ pMethod

sqlite3_io_methods const* pMethod

Definition at line 21470 of file sqlite3.c.

◆ pOpen

struct unixOpenCnt* pOpen

Definition at line 21471 of file sqlite3.c.

◆ pUnused

UnixUnusedFd* pUnused

Definition at line 21478 of file sqlite3.c.


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