Home
last modified time | relevance | path

Searched refs:VdbeOp (Results 1 – 13 of 13) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbe.h41 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 Dvdbeaux.c165 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 Dinsert.c183 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 Dpragma.c522 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 DvdbeInt.h46 typedef struct VdbeOp Op;
H A Dvdbeblob.c277 VdbeOp *aOp; in sqlite3_blob_open()
H A Dwherecode.c894 VdbeOp *pOp; in whereLikeOptimizationStringFixup()
1475 VdbeOp *pOp; /* Opcode to access the value of the IN constraint */ in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c675 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 Dfunc.c28 VdbeOp *pOp; in sqlite3GetFuncCollSeq()
H A Dselect.c746 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 Dwindow.c1730 VdbeOp *pOp = sqlite3VdbeGetOp(v, iOp); in windowAggStep()
H A Dexpr.c3847 VdbeOp *pOp = sqlite3VdbeGetLastOp(pParse->pVdbe); in sqlite3ExprCodeGetColumn()
5083 VdbeOp *pOp; in sqlite3ExprCodeExprList()
H A Dvdbe.c660 static Mem *out2Prerelease(Vdbe *p, VdbeOp *pOp){ in out2Prerelease()
1063 VdbeOp *pCaller; in sqlite3VdbeExec()