![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Public Attributes | |
| sqlite3 * | db |
| Vdbe * | pPrev |
| Vdbe * | pNext |
| Parse * | pParse |
| ynVar | nVar |
| u32 | magic |
| int | nMem |
| int | nCursor |
| u32 | cacheCtr |
| int | pc |
| int | rc |
| int | nChange |
| int | iStatement |
| i64 | iCurrentTime |
| i64 | nFkConstraint |
| i64 | nStmtDefCons |
| i64 | nStmtDefImmCons |
| Mem * | aMem |
| Mem ** | apArg |
| VdbeCursor ** | apCsr |
| Mem * | aVar |
| Op * | aOp |
| int | nOp |
| int | nOpAlloc |
| Mem * | aColName |
| Mem * | pResultSet |
| char * | zErrMsg |
| VList * | pVList |
| i64 | startTime |
| u16 | nResColumn |
| u8 | errorAction |
| u8 | minWriteFileFormat |
| u8 | prepFlags |
| u8 | doingRerun |
| bft | expired:2 |
| bft | explain:2 |
| bft | changeCntOn:1 |
| bft | runOnlyOnce:1 |
| bft | usesStmtJournal:1 |
| bft | readOnly:1 |
| bft | bIsReader:1 |
| yDbMask | btreeMask |
| yDbMask | lockMask |
| u32 | aCounter [7] |
| char * | zSql |
| void * | pFree |
| VdbeFrame * | pFrame |
| VdbeFrame * | pDelFrame |
| int | nFrame |
| u32 | expmask |
| SubProgram * | pProgram |
| AuxData * | pAuxData |
| Mem* Vdbe::aColName |
Definition at line 21066 of file sqlite3.c.
Referenced by columnName(), sqlite3VdbeClearObject(), sqlite3VdbeSetColName(), and sqlite3VdbeSetNumCols().
| Mem* Vdbe::aMem |
Definition at line 21055 of file sqlite3.c.
Referenced by allocateCursor(), blobSeekToRow(), closeAllCursors(), sqlite3VdbeFrameRestore(), sqlite3VdbeList(), sqlite3VdbeMakeReady(), and sqlite3VdbeReset().
| Op* Vdbe::aOp |
Definition at line 21063 of file sqlite3.c.
Referenced by blobSeekToRow(), growOpArray(), resolveP2Values(), sqlite3NotPureFunc(), sqlite3VdbeAddOpList(), sqlite3VdbeAppendP4(), sqlite3VdbeClearObject(), sqlite3VdbeFrameRestore(), sqlite3VdbeGetOp(), sqlite3VdbeJumpHereOrPopInst(), sqlite3VdbeMakeReady(), sqlite3VdbeNextOpcode(), sqlite3VdbeTakeOpArray(), and vdbeChangeP4Full().
| Mem** Vdbe::apArg |
Definition at line 21056 of file sqlite3.c.
Referenced by sqlite3VdbeMakeReady().
| VdbeCursor** Vdbe::apCsr |
Definition at line 21057 of file sqlite3.c.
Referenced by allocateCursor(), blobSeekToRow(), sqlite3VdbeFrameRestore(), sqlite3VdbeMakeReady(), and sqlite3VdbeReset().
| Mem* Vdbe::aVar |
Definition at line 21058 of file sqlite3.c.
Referenced by sqlite3_bind_int(), sqlite3_bind_null(), sqlite3_bind_zeroblob64(), sqlite3VdbeClearObject(), sqlite3VdbeGetBoundValue(), sqlite3VdbeMakeReady(), and vdbeUnbind().
| bft Vdbe::bIsReader |
Definition at line 21088 of file sqlite3.c.
Referenced by resolveP2Values(), sqlite3Step(), and sqlite3VdbeHalt().
| yDbMask Vdbe::btreeMask |
Definition at line 21089 of file sqlite3.c.
Referenced by sqlite3VdbeTakeOpArray(), and sqlite3VdbeUsesBtree().
| sqlite3* Vdbe::db |
Definition at line 21039 of file sqlite3.c.
Referenced by closeAllCursors(), columnMallocFailure(), columnMem(), columnName(), resolveP2Values(), sqlite3_bind_int(), sqlite3_bind_null(), sqlite3_bind_zeroblob64(), sqlite3_expanded_sql(), sqlite3_finalize(), sqlite3_reset(), sqlite3_set_auxdata(), sqlite3_step(), sqlite3Step(), sqlite3VdbeAddOpList(), sqlite3VdbeAppendP4(), sqlite3VdbeCheckFk(), sqlite3VdbeClearObject(), sqlite3VdbeEnter(), sqlite3VdbeFrameDelete(), sqlite3VdbeFrameRestore(), sqlite3VdbeGetBoundValue(), sqlite3VdbeGetOp(), sqlite3VdbeHalt(), sqlite3VdbeList(), sqlite3VdbeMakeReady(), sqlite3VdbeReset(), sqlite3VdbeSetColName(), sqlite3VdbeSetNumCols(), sqlite3VdbeSetVarmask(), sqlite3VdbeTakeOpArray(), sqlite3VdbeTransferError(), sqlite3VdbeUsesBtree(), sqlite3VtabImportErrmsg(), vdbeChangeP4Full(), vdbeCloseStatement(), vdbeLeave(), vdbeSafety(), and vdbeUnbind().
| u8 Vdbe::doingRerun |
Definition at line 21081 of file sqlite3.c.
Referenced by sqlite3_step().
| u8 Vdbe::errorAction |
Definition at line 21078 of file sqlite3.c.
Referenced by sqlite3VdbeCheckFk(), and sqlite3VdbeHalt().
| bft Vdbe::expired |
Definition at line 21082 of file sqlite3.c.
Referenced by sqlite3_expired(), sqlite3_step(), sqlite3_transfer_bindings(), sqlite3ExpirePreparedStatements(), sqlite3Step(), sqlite3VdbeMakeReady(), sqlite3VdbeReset(), and vdbeUnbind().
| bft Vdbe::explain |
Definition at line 21083 of file sqlite3.c.
Referenced by sqlite3Step(), sqlite3VdbeList(), and sqlite3VdbeMakeReady().
| u32 Vdbe::expmask |
Definition at line 21101 of file sqlite3.c.
Referenced by sqlite3_transfer_bindings(), sqlite3VdbeSetVarmask(), and vdbeUnbind().
| i64 Vdbe::iCurrentTime |
Definition at line 21051 of file sqlite3.c.
Referenced by sqlite3StmtCurrentTime().
| int Vdbe::iStatement |
Definition at line 21050 of file sqlite3.c.
Referenced by vdbeCloseStatement().
| yDbMask Vdbe::lockMask |
Definition at line 21090 of file sqlite3.c.
Referenced by sqlite3VdbeEnter(), sqlite3VdbeLeave(), and sqlite3VdbeUsesBtree().
| u32 Vdbe::magic |
Definition at line 21043 of file sqlite3.c.
Referenced by sqlite3Step(), sqlite3VdbeAddOpList(), sqlite3VdbeClearObject(), sqlite3VdbeGetOp(), sqlite3VdbeHalt(), sqlite3VdbeList(), sqlite3VdbeMakeReady(), and vdbeUnbind().
| int Vdbe::nChange |
Definition at line 21049 of file sqlite3.c.
Referenced by sqlite3VdbeFrameRestore(), and sqlite3VdbeHalt().
| int Vdbe::nCursor |
Definition at line 21045 of file sqlite3.c.
Referenced by sqlite3VdbeFrameRestore(), sqlite3VdbeMakeReady(), and sqlite3VdbeReset().
| i64 Vdbe::nFkConstraint |
Definition at line 21052 of file sqlite3.c.
Referenced by sqlite3VdbeCheckFk().
| int Vdbe::nFrame |
Definition at line 21100 of file sqlite3.c.
Referenced by closeAllCursors().
| int Vdbe::nMem |
Definition at line 21044 of file sqlite3.c.
Referenced by allocateCursor(), closeAllCursors(), sqlite3VdbeFrameRestore(), sqlite3VdbeList(), sqlite3VdbeMakeReady(), and sqlite3VdbeReset().
| int Vdbe::nOp |
Definition at line 21064 of file sqlite3.c.
Referenced by resolveP2Values(), sqlite3VdbeAddOp3(), sqlite3VdbeAddOpList(), sqlite3VdbeAppendP4(), sqlite3VdbeClearObject(), sqlite3VdbeExplain(), sqlite3VdbeFrameRestore(), sqlite3VdbeGetOp(), sqlite3VdbeJumpHereOrPopInst(), sqlite3VdbeMakeReady(), sqlite3VdbeNextOpcode(), and sqlite3VdbeTakeOpArray().
| int Vdbe::nOpAlloc |
Definition at line 21065 of file sqlite3.c.
Referenced by growOpArray(), sqlite3VdbeAddOp3(), and sqlite3VdbeAddOpList().
| u16 Vdbe::nResColumn |
Definition at line 21077 of file sqlite3.c.
Referenced by sqlite3VdbeClearObject(), sqlite3VdbeList(), sqlite3VdbeSetColName(), and sqlite3VdbeSetNumCols().
| i64 Vdbe::nStmtDefCons |
Definition at line 21053 of file sqlite3.c.
Referenced by sqlite3VdbeCloseStatement().
| i64 Vdbe::nStmtDefImmCons |
Definition at line 21054 of file sqlite3.c.
Referenced by sqlite3VdbeCloseStatement().
| ynVar Vdbe::nVar |
Definition at line 21042 of file sqlite3.c.
Referenced by sqlite3_transfer_bindings(), sqlite3VdbeClearObject(), sqlite3VdbeMakeReady(), and vdbeUnbind().
| AuxData* Vdbe::pAuxData |
Definition at line 21103 of file sqlite3.c.
Referenced by closeAllCursors(), sqlite3_get_auxdata(), sqlite3_set_auxdata(), and sqlite3VdbeFrameRestore().
| int Vdbe::pc |
Definition at line 21047 of file sqlite3.c.
Referenced by blobSeekToRow(), sqlite3_step(), sqlite3Step(), sqlite3VdbeHalt(), sqlite3VdbeList(), sqlite3VdbeReset(), and vdbeUnbind().
| VdbeFrame* Vdbe::pDelFrame |
Definition at line 21099 of file sqlite3.c.
Referenced by closeAllCursors(), and sqlite3VdbeFrameMemDel().
| VdbeFrame* Vdbe::pFrame |
Definition at line 21098 of file sqlite3.c.
Referenced by closeAllCursors().
| void* Vdbe::pFree |
Definition at line 21097 of file sqlite3.c.
Referenced by sqlite3VdbeClearObject(), and sqlite3VdbeMakeReady().
| Vdbe * Vdbe::pNext |
Definition at line 21040 of file sqlite3.c.
Referenced by sqlite3ExpirePreparedStatements().
| Parse* Vdbe::pParse |
Definition at line 21041 of file sqlite3.c.
Referenced by growOpArray(), resolveP2Values(), and sqlite3VdbeMakeReady().
| SubProgram* Vdbe::pProgram |
Definition at line 21102 of file sqlite3.c.
Referenced by sqlite3VdbeClearObject(), and sqlite3VdbeLinkSubProgram().
| u8 Vdbe::prepFlags |
Definition at line 21080 of file sqlite3.c.
Referenced by sqlite3_transfer_bindings(), sqlite3Step(), and vdbeUnbind().
| Mem* Vdbe::pResultSet |
Definition at line 21067 of file sqlite3.c.
Referenced by columnMem(), sqlite3VdbeList(), and sqlite3VdbeReset().
| VList* Vdbe::pVList |
Definition at line 21069 of file sqlite3.c.
Referenced by sqlite3_bind_parameter_index(), sqlite3_bind_parameter_name(), sqlite3VdbeClearObject(), and sqlite3VdbeMakeReady().
| int Vdbe::rc |
Definition at line 21048 of file sqlite3.c.
Referenced by columnMallocFailure(), sqlite3_step(), sqlite3Step(), sqlite3VdbeCheckFk(), sqlite3VdbeHalt(), sqlite3VdbeList(), sqlite3VdbeNextOpcode(), sqlite3VdbeReset(), sqlite3VdbeResetStepResult(), and sqlite3VdbeTransferError().
| bft Vdbe::readOnly |
Definition at line 21087 of file sqlite3.c.
Referenced by resolveP2Values(), sqlite3Step(), and sqlite3VdbeHalt().
| bft Vdbe::runOnlyOnce |
Definition at line 21085 of file sqlite3.c.
Referenced by sqlite3VdbeReset().
| i64 Vdbe::startTime |
Definition at line 21071 of file sqlite3.c.
Referenced by invokeProfileCallback(), and sqlite3Step().
| bft Vdbe::usesStmtJournal |
Definition at line 21086 of file sqlite3.c.
Referenced by sqlite3VdbeHalt(), and sqlite3VdbeMakeReady().
| char* Vdbe::zErrMsg |
Definition at line 21068 of file sqlite3.c.
Referenced by sqlite3_step(), sqlite3VdbeReset(), sqlite3VdbeTransferError(), and sqlite3VtabImportErrmsg().
| char* Vdbe::zSql |
Definition at line 21092 of file sqlite3.c.
Referenced by invokeProfileCallback(), sqlite3Step(), sqlite3VdbeClearObject(), and vdbeUnbind().