Searched refs:VdbeOp (Results 1 – 13 of 13) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbe.h | 41 struct VdbeOp { struct 79 typedef struct VdbeOp VdbeOp; argument 86 VdbeOp *aOp; /* Array of opcodes for sub-program */ 206 VdbeOp *sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp,int iLineno); 245 VdbeOp *sqlite3VdbeGetOp(Vdbe*, int); 246 VdbeOp *sqlite3VdbeGetLastOp(Vdbe*); 272 VdbeOp *sqlite3VdbeTakeOpArray(Vdbe*, int*, int*); 393 void sqlite3VdbePrintOp(FILE*, int, VdbeOp*);
|
| H A D | vdbeaux.c | 165 VdbeOp *pNew; in growOpArray() 243 VdbeOp *pOp; in sqlite3VdbeAddOp3() 419 VdbeOp *pOp; in sqlite3VdbeExplainParent() 924 VdbeOp *pOp; in sqlite3VdbeNoJumpsOutsideSubrtn() 1042 VdbeOp *aOp = p->aOp; in sqlite3VdbeTakeOpArray() 1068 VdbeOp *pOut, *pFirst; in sqlite3VdbeAddOpList() 1316 VdbeOp *pOp; in sqlite3VdbeChangeToNoop() 1454 VdbeOp *pOp; in sqlite3VdbeAppendP4() 1546 return (VdbeOp*)&dummy; in sqlite3VdbeGetOp() 2355 VdbeOp *pOp; in sqlite3VdbeIOTraceSql() [all …]
|
| H A D | insert.c | 183 VdbeOp *pPrev; in sqlite3TableAffinity() 234 VdbeOp *pOp = sqlite3VdbeGetOp(v, i); in readsTable() 287 VdbeOp *pOp; in sqlite3ComputeGeneratedColumns() 482 VdbeOp *aOp; in sqlite3AutoincrementBegin() 542 VdbeOp *aOp; in autoIncrementEnd() 2411 VdbeOp x; /* Conflict check opcode to copy */ in sqlite3GenerateConstraintChecks()
|
| H A D | pragma.c | 522 VdbeOp *aOp; in sqlite3Pragma() 787 VdbeOp *aOp; in sqlite3Pragma() 2037 VdbeOp *aOp; in sqlite3Pragma() 2164 VdbeOp *aOp; in sqlite3Pragma() 2185 VdbeOp *aOp; in sqlite3Pragma()
|
| H A D | vdbeInt.h | 46 typedef struct VdbeOp Op;
|
| H A D | vdbeblob.c | 277 VdbeOp *aOp; in sqlite3_blob_open()
|
| H A D | wherecode.c | 894 VdbeOp *pOp; in whereLikeOptimizationStringFixup() 1475 VdbeOp *pOp; /* Opcode to access the value of the IN constraint */ in sqlite3WhereCodeOneLoopStart()
|
| H A D | where.c | 675 VdbeOp *pOp = sqlite3VdbeGetOp(v, iStart); in translateColumnToCopy() 6224 VdbeOp *pOp in sqlite3WhereOpcodeRewriteTrace() 6238 VdbeOp *pOp = sqlite3VdbeGetOp(v,k--); in cursorIsOpen() 6425 VdbeOp *pOp, *pLastOp; in sqlite3WhereEnd()
|
| H A D | func.c | 28 VdbeOp *pOp; in sqlite3GetFuncCollSeq()
|
| H A D | select.c | 746 VdbeOp *pOp; /* Opcode that opens the sorter */ in pushOntoSorter() 986 VdbeOp *pOp = sqlite3VdbeGetOp(v, iOpenEphAddr); in fixDistinctOpenEph() 1189 VdbeOp *pOp = sqlite3VdbeGetOp(v, pSort->addrSortIndex); in selectInnerLoop()
|
| H A D | window.c | 1730 VdbeOp *pOp = sqlite3VdbeGetOp(v, iOp); in windowAggStep()
|
| H A D | expr.c | 3847 VdbeOp *pOp = sqlite3VdbeGetLastOp(pParse->pVdbe); in sqlite3ExprCodeGetColumn() 5083 VdbeOp *pOp; in sqlite3ExprCodeExprList()
|
| H A D | vdbe.c | 660 static Mem *out2Prerelease(Vdbe *p, VdbeOp *pOp){ in out2Prerelease() 1063 VdbeOp *pCaller; in sqlite3VdbeExec()
|