Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Structures | |
union | p4union |
Data Fields | |
u8 | opcode |
signed char | p4type |
u16 | p5 |
int | p1 |
int | p2 |
int | p3 |
union VdbeOp::p4union | p4 |
u8 VdbeOp::opcode |
Definition at line 15435 of file sqlite3.c.
Referenced by blobSeekToRow(), readsTable(), resolveP2Values(), selectInnerLoop(), sqlite3ExprCodeGetColumn(), sqlite3GenerateConstraintChecks(), sqlite3GetFuncCollSeq(), sqlite3NotPureFunc(), sqlite3VdbeAddOpList(), sqlite3VdbeChangeP2(), sqlite3VdbeExec(), sqlite3VdbeJumpHereOrPopInst(), sqlite3VdbeList(), sqlite3VdbeNextOpcode(), sqlite3VdbeReset(), sqlite3WhereEnd(), translateColumnToCopy(), whereLikeOptimizationStringFixup(), and windowAggStep().
int VdbeOp::p1 |
Definition at line 15438 of file sqlite3.c.
Referenced by autoIncrementEnd(), resolveP2Values(), selectInnerLoop(), sqlite3ExprCodeExprList(), sqlite3GenerateConstraintChecks(), sqlite3Pragma(), sqlite3VdbeAddOpList(), sqlite3VdbeChangeP3(), sqlite3VdbeExec(), sqlite3VdbeList(), sqlite3WhereEnd(), translateColumnToCopy(), and windowAggStep().
int VdbeOp::p2 |
Definition at line 15439 of file sqlite3.c.
Referenced by autoIncrementEnd(), readsTable(), resolveP2Values(), selectInnerLoop(), sqlite3ExprCodeExprList(), sqlite3GenerateConstraintChecks(), sqlite3Pragma(), sqlite3VdbeAddOpList(), sqlite3VdbeChangeP5(), sqlite3VdbeExec(), sqlite3VdbeExplainParent(), sqlite3VdbeList(), sqlite3WhereEnd(), and translateColumnToCopy().
int VdbeOp::p3 |
Definition at line 15440 of file sqlite3.c.
Referenced by autoIncrementEnd(), readsTable(), sqlite3ExprCodeExprList(), sqlite3GenerateConstraintChecks(), sqlite3Pragma(), sqlite3VdbeAddOpList(), sqlite3VdbeExec(), sqlite3VdbeList(), translateColumnToCopy(), and whereLikeOptimizationStringFixup().
union VdbeOp::p4union VdbeOp::p4 |
Referenced by readsTable(), resolveP2Values(), selectInnerLoop(), sqlite3ComputeGeneratedColumns(), sqlite3GenerateConstraintChecks(), sqlite3GetFuncCollSeq(), sqlite3Pragma(), sqlite3VdbeAddOpList(), sqlite3VdbeAppendP4(), sqlite3VdbeDisplayP4(), sqlite3VdbeExec(), sqlite3VdbeExplain(), sqlite3VdbeNextOpcode(), vdbeChangeP4Full(), and vdbeFreeOpArray().
signed char VdbeOp::p4type |
Definition at line 15436 of file sqlite3.c.
Referenced by readsTable(), resolveP2Values(), sqlite3ComputeGeneratedColumns(), sqlite3GenerateConstraintChecks(), sqlite3GetFuncCollSeq(), sqlite3Pragma(), sqlite3VdbeAddOpList(), sqlite3VdbeAppendP4(), sqlite3VdbeDisplayP4(), sqlite3VdbeExec(), sqlite3VdbeJumpHereOrPopInst(), vdbeChangeP4Full(), and vdbeFreeOpArray().
u16 VdbeOp::p5 |
Definition at line 15437 of file sqlite3.c.
Referenced by sqlite3ExprCodeExprList(), sqlite3ExprCodeGetColumn(), sqlite3GenerateConstraintChecks(), sqlite3NotPureFunc(), sqlite3Pragma(), sqlite3VdbeAddOpList(), sqlite3VdbeExec(), sqlite3VdbeList(), sqlite3VdbeNextOpcode(), and whereLikeOptimizationStringFixup().