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

Public Attributes

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

Detailed Description

Definition at line 94015 of file sqlite3.c.

Member Data Documentation

◆ aAlloc

u8* PmaReader::aAlloc

Definition at line 94021 of file sqlite3.c.

Referenced by vdbePmaReadBlob(), and vdbePmaReaderInit().

◆ aBuffer

u8* PmaReader::aBuffer

Definition at line 94023 of file sqlite3.c.

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

◆ aKey

u8* PmaReader::aKey

Definition at line 94022 of file sqlite3.c.

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

◆ aMap

u8* PmaReader::aMap

Definition at line 94025 of file sqlite3.c.

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

◆ iEof

i64 PmaReader::iEof

◆ iReadOff

i64 PmaReader::iReadOff

Definition at line 94016 of file sqlite3.c.

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

◆ nAlloc

int PmaReader::nAlloc

Definition at line 94018 of file sqlite3.c.

Referenced by vdbePmaReadBlob(), and vdbePmaReaderInit().

◆ nBuffer

int PmaReader::nBuffer

Definition at line 94024 of file sqlite3.c.

Referenced by vdbePmaReadBlob(), and vdbePmaReaderSeek().

◆ nKey

int PmaReader::nKey

Definition at line 94019 of file sqlite3.c.

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

◆ pFd

◆ pIncr


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