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

Data Fields

i64 iReadOff
 
i64 iEof
 
int nAlloc
 
int nKey
 
sqlite3_filepFd
 
u8aAlloc
 
u8aKey
 
u8aBuffer
 
int nBuffer
 
u8aMap
 
IncrMergerpIncr
 

Detailed Description

Definition at line 94228 of file sqlite3.c.

Field Documentation

◆ aAlloc

u8* PmaReader::aAlloc

Definition at line 94234 of file sqlite3.c.

Referenced by vdbePmaReadBlob(), and vdbePmaReaderInit().

◆ aBuffer

u8* PmaReader::aBuffer

Definition at line 94236 of file sqlite3.c.

Referenced by vdbePmaReadBlob(), vdbePmaReaderInit(), and vdbePmaReaderSeek().

◆ aKey

u8* PmaReader::aKey

Definition at line 94235 of file sqlite3.c.

Referenced by vdbeIncrPopulate(), vdbeMergeEngineCompare(), and vdbeMergeEngineStep().

◆ aMap

u8* PmaReader::aMap

Definition at line 94238 of file sqlite3.c.

Referenced by vdbePmaReadBlob(), vdbePmaReaderInit(), and vdbePmaReaderSeek().

◆ iEof

i64 PmaReader::iEof

◆ iReadOff

i64 PmaReader::iReadOff

Definition at line 94229 of file sqlite3.c.

Referenced by vdbePmaReadBlob(), vdbePmaReaderInit(), and vdbePmaReaderSeek().

◆ nAlloc

int PmaReader::nAlloc

Definition at line 94231 of file sqlite3.c.

Referenced by vdbePmaReadBlob(), and vdbePmaReaderInit().

◆ nBuffer

int PmaReader::nBuffer

Definition at line 94237 of file sqlite3.c.

Referenced by vdbePmaReadBlob(), and vdbePmaReaderSeek().

◆ nKey

int PmaReader::nKey

Definition at line 94232 of file sqlite3.c.

Referenced by vdbeIncrPopulate(), vdbeMergeEngineCompare(), and vdbeMergeEngineStep().

◆ pFd

◆ pIncr


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