Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
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 21111 of file sqlite3.c.
Referenced by columnName(), sqlite3VdbeClearObject(), sqlite3VdbeSetColName(), and sqlite3VdbeSetNumCols().
u32 Vdbe::aCounter[7] |
Definition at line 21136 of file sqlite3.c.
Referenced by sqlite3VdbeExec().
Mem* Vdbe::aMem |
Definition at line 21100 of file sqlite3.c.
Referenced by allocateCursor(), blobSeekToRow(), closeAllCursors(), sqlite3VdbeExec(), sqlite3VdbeFrameRestore(), sqlite3VdbeList(), sqlite3VdbeMakeReady(), and sqlite3VdbeReset().
Op* Vdbe::aOp |
Definition at line 21108 of file sqlite3.c.
Referenced by blobSeekToRow(), growOpArray(), resolveP2Values(), sqlite3GetFuncCollSeq(), sqlite3NotPureFunc(), sqlite3VdbeAddOpList(), sqlite3VdbeAppendP4(), sqlite3VdbeClearObject(), sqlite3VdbeExec(), sqlite3VdbeFrameRestore(), sqlite3VdbeGetOp(), sqlite3VdbeJumpHereOrPopInst(), sqlite3VdbeMakeReady(), sqlite3VdbeNextOpcode(), sqlite3VdbeReset(), sqlite3VdbeTakeOpArray(), and vdbeChangeP4Full().
Mem** Vdbe::apArg |
Definition at line 21101 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and sqlite3VdbeMakeReady().
VdbeCursor** Vdbe::apCsr |
Definition at line 21102 of file sqlite3.c.
Referenced by allocateCursor(), blobSeekToRow(), sqlite3VdbeExec(), sqlite3VdbeFrameRestore(), sqlite3VdbeMakeReady(), and sqlite3VdbeReset().
Mem* Vdbe::aVar |
Definition at line 21103 of file sqlite3.c.
Referenced by sqlite3_bind_int(), sqlite3_bind_null(), sqlite3_bind_zeroblob64(), sqlite3VdbeClearObject(), sqlite3VdbeExec(), sqlite3VdbeExpandSql(), sqlite3VdbeGetBoundValue(), sqlite3VdbeMakeReady(), and vdbeUnbind().
bft Vdbe::bIsReader |
Definition at line 21133 of file sqlite3.c.
Referenced by resolveP2Values(), sqlite3Step(), sqlite3VdbeExec(), and sqlite3VdbeHalt().
yDbMask Vdbe::btreeMask |
Definition at line 21134 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), sqlite3VdbeTakeOpArray(), and sqlite3VdbeUsesBtree().
u32 Vdbe::cacheCtr |
Definition at line 21091 of file sqlite3.c.
Referenced by sqlite3VdbeExec().
bft Vdbe::changeCntOn |
Definition at line 21129 of file sqlite3.c.
Referenced by sqlite3VdbeHalt().
sqlite3* Vdbe::db |
Definition at line 21084 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(), sqlite3VdbeExec(), sqlite3VdbeExpandSql(), 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 21126 of file sqlite3.c.
Referenced by sqlite3_step(), and sqlite3VdbeExec().
u8 Vdbe::errorAction |
Definition at line 21123 of file sqlite3.c.
Referenced by sqlite3VdbeCheckFk(), sqlite3VdbeExec(), and sqlite3VdbeHalt().
bft Vdbe::expired |
Definition at line 21127 of file sqlite3.c.
Referenced by sqlite3_expired(), sqlite3_step(), sqlite3_transfer_bindings(), sqlite3ExpirePreparedStatements(), sqlite3Step(), sqlite3VdbeExec(), sqlite3VdbeMakeReady(), sqlite3VdbeReset(), and vdbeUnbind().
bft Vdbe::explain |
Definition at line 21128 of file sqlite3.c.
Referenced by sqlite3Step(), sqlite3VdbeExec(), sqlite3VdbeList(), and sqlite3VdbeMakeReady().
u32 Vdbe::expmask |
Definition at line 21146 of file sqlite3.c.
Referenced by sqlite3_transfer_bindings(), sqlite3VdbeSetVarmask(), and vdbeUnbind().
i64 Vdbe::iCurrentTime |
Definition at line 21096 of file sqlite3.c.
Referenced by sqlite3StmtCurrentTime(), and sqlite3VdbeExec().
int Vdbe::iStatement |
Definition at line 21095 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and vdbeCloseStatement().
yDbMask Vdbe::lockMask |
Definition at line 21135 of file sqlite3.c.
Referenced by sqlite3VdbeEnter(), sqlite3VdbeLeave(), and sqlite3VdbeUsesBtree().
u32 Vdbe::magic |
Definition at line 21088 of file sqlite3.c.
Referenced by sqlite3Step(), sqlite3VdbeAddOpList(), sqlite3VdbeClearObject(), sqlite3VdbeExec(), sqlite3VdbeGetOp(), sqlite3VdbeHalt(), sqlite3VdbeList(), sqlite3VdbeMakeReady(), sqlite3VdbeReset(), and vdbeUnbind().
u8 Vdbe::minWriteFileFormat |
Definition at line 21124 of file sqlite3.c.
Referenced by sqlite3VdbeExec().
int Vdbe::nChange |
Definition at line 21094 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), sqlite3VdbeFrameRestore(), and sqlite3VdbeHalt().
int Vdbe::nCursor |
Definition at line 21090 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), sqlite3VdbeFrameRestore(), sqlite3VdbeMakeReady(), and sqlite3VdbeReset().
i64 Vdbe::nFkConstraint |
Definition at line 21097 of file sqlite3.c.
Referenced by sqlite3VdbeCheckFk(), and sqlite3VdbeExec().
int Vdbe::nFrame |
Definition at line 21145 of file sqlite3.c.
Referenced by closeAllCursors(), and sqlite3VdbeExec().
int Vdbe::nMem |
Definition at line 21089 of file sqlite3.c.
Referenced by allocateCursor(), closeAllCursors(), sqlite3VdbeExec(), sqlite3VdbeFrameRestore(), sqlite3VdbeList(), sqlite3VdbeMakeReady(), and sqlite3VdbeReset().
int Vdbe::nOp |
Definition at line 21109 of file sqlite3.c.
Referenced by resolveP2Values(), sqlite3VdbeAddOp3(), sqlite3VdbeAddOpList(), sqlite3VdbeAppendP4(), sqlite3VdbeClearObject(), sqlite3VdbeExec(), sqlite3VdbeExplain(), sqlite3VdbeFrameRestore(), sqlite3VdbeGetOp(), sqlite3VdbeJumpHereOrPopInst(), sqlite3VdbeMakeReady(), sqlite3VdbeNextOpcode(), sqlite3VdbeReset(), and sqlite3VdbeTakeOpArray().
int Vdbe::nOpAlloc |
Definition at line 21110 of file sqlite3.c.
Referenced by growOpArray(), sqlite3VdbeAddOp3(), and sqlite3VdbeAddOpList().
u16 Vdbe::nResColumn |
Definition at line 21122 of file sqlite3.c.
Referenced by sqlite3VdbeClearObject(), sqlite3VdbeExec(), sqlite3VdbeList(), sqlite3VdbeSetColName(), and sqlite3VdbeSetNumCols().
i64 Vdbe::nStmtDefCons |
Definition at line 21098 of file sqlite3.c.
Referenced by sqlite3VdbeCloseStatement(), and sqlite3VdbeExec().
i64 Vdbe::nStmtDefImmCons |
Definition at line 21099 of file sqlite3.c.
Referenced by sqlite3VdbeCloseStatement(), and sqlite3VdbeExec().
ynVar Vdbe::nVar |
Definition at line 21087 of file sqlite3.c.
Referenced by sqlite3_transfer_bindings(), sqlite3VdbeClearObject(), sqlite3VdbeExec(), sqlite3VdbeExpandSql(), sqlite3VdbeMakeReady(), and vdbeUnbind().
AuxData* Vdbe::pAuxData |
Definition at line 21148 of file sqlite3.c.
Referenced by closeAllCursors(), sqlite3_get_auxdata(), sqlite3_set_auxdata(), sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().
int Vdbe::pc |
Definition at line 21092 of file sqlite3.c.
Referenced by blobSeekToRow(), sqlite3_step(), sqlite3Step(), sqlite3VdbeExec(), sqlite3VdbeHalt(), sqlite3VdbeList(), sqlite3VdbeReset(), and vdbeUnbind().
VdbeFrame* Vdbe::pDelFrame |
Definition at line 21144 of file sqlite3.c.
Referenced by closeAllCursors(), and sqlite3VdbeFrameMemDel().
VdbeFrame* Vdbe::pFrame |
Definition at line 21143 of file sqlite3.c.
Referenced by closeAllCursors(), and sqlite3VdbeExec().
void* Vdbe::pFree |
Definition at line 21142 of file sqlite3.c.
Referenced by sqlite3VdbeClearObject(), and sqlite3VdbeMakeReady().
Vdbe * Vdbe::pNext |
Definition at line 21085 of file sqlite3.c.
Referenced by sqlite3ExpirePreparedStatements().
Parse* Vdbe::pParse |
Definition at line 21086 of file sqlite3.c.
Referenced by growOpArray(), resolveP2Values(), and sqlite3VdbeMakeReady().
SubProgram* Vdbe::pProgram |
Definition at line 21147 of file sqlite3.c.
Referenced by sqlite3VdbeClearObject(), and sqlite3VdbeLinkSubProgram().
u8 Vdbe::prepFlags |
Definition at line 21125 of file sqlite3.c.
Referenced by sqlite3_transfer_bindings(), sqlite3Step(), and vdbeUnbind().
Mem* Vdbe::pResultSet |
Definition at line 21112 of file sqlite3.c.
Referenced by columnMem(), sqlite3VdbeExec(), sqlite3VdbeList(), and sqlite3VdbeReset().
VList* Vdbe::pVList |
Definition at line 21114 of file sqlite3.c.
Referenced by sqlite3_bind_parameter_index(), sqlite3_bind_parameter_name(), sqlite3VdbeClearObject(), sqlite3VdbeExec(), and sqlite3VdbeMakeReady().
int Vdbe::rc |
Definition at line 21093 of file sqlite3.c.
Referenced by columnMallocFailure(), sqlite3_step(), sqlite3Step(), sqlite3VdbeCheckFk(), sqlite3VdbeExec(), sqlite3VdbeHalt(), sqlite3VdbeList(), sqlite3VdbeNextOpcode(), sqlite3VdbeReset(), sqlite3VdbeResetStepResult(), and sqlite3VdbeTransferError().
bft Vdbe::readOnly |
Definition at line 21132 of file sqlite3.c.
Referenced by resolveP2Values(), sqlite3Step(), sqlite3VdbeExec(), and sqlite3VdbeHalt().
bft Vdbe::runOnlyOnce |
Definition at line 21130 of file sqlite3.c.
Referenced by sqlite3VdbeReset().
i64 Vdbe::startTime |
Definition at line 21116 of file sqlite3.c.
Referenced by invokeProfileCallback(), and sqlite3Step().
bft Vdbe::usesStmtJournal |
Definition at line 21131 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), sqlite3VdbeHalt(), and sqlite3VdbeMakeReady().
char* Vdbe::zErrMsg |
Definition at line 21113 of file sqlite3.c.
Referenced by sqlite3_step(), sqlite3VdbeExec(), sqlite3VdbeHalt(), sqlite3VdbeReset(), sqlite3VdbeTransferError(), and sqlite3VtabImportErrmsg().
char* Vdbe::zSql |
Definition at line 21137 of file sqlite3.c.
Referenced by invokeProfileCallback(), sqlite3Step(), sqlite3VdbeClearObject(), sqlite3VdbeExec(), sqlite3VdbeReset(), and vdbeUnbind().