Searched defs:pOp (Results 1 – 12 of 12) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbeaux.c | 243 VdbeOp *pOp; in sqlite3VdbeAddOp3() local 419 VdbeOp *pOp; in sqlite3VdbeExplainParent() local 714 Op *pOp; in sqlite3VdbeAssertMayAbort() local 812 Op *pOp; in resolveP2Values() local 924 VdbeOp *pOp; in sqlite3VdbeNoJumpsOutsideSubrtn() local 1316 VdbeOp *pOp; in sqlite3VdbeChangeToNoop() local 1393 Op *pOp, in vdbeChangeP4Full() 1411 Op *pOp; in sqlite3VdbeChangeP4() local 1454 VdbeOp *pOp; in sqlite3VdbeAppendP4() local 2355 VdbeOp *pOp; in sqlite3VdbeIOTraceSql() local [all …]
|
| H A D | vdbe.c | 134 static void test_trace_breakpoint(int pc, Op *pOp, Vdbe *v){ in test_trace_breakpoint() 660 static Mem *out2Prerelease(Vdbe *p, VdbeOp *pOp){ in out2Prerelease() 678 static u64 filterHash(const Mem *aMem, const Op *pOp){ in filterHash() 719 Op *pOp = aOp; /* Current operation */ in sqlite3VdbeExec() local
|
| H A D | vdbevtab.c | 200 Op *pOp = pCur->aOp + pCur->iAddr; in bytecodevtabColumn() local
|
| H A D | insert.c | 234 VdbeOp *pOp = sqlite3VdbeGetOp(v, i); in readsTable() local 287 VdbeOp *pOp; in sqlite3ComputeGeneratedColumns() local
|
| H A D | wherecode.c | 894 VdbeOp *pOp; in whereLikeOptimizationStringFixup() local 1475 VdbeOp *pOp; /* Opcode to access the value of the IN constraint */ in sqlite3WhereCodeOneLoopStart() local
|
| H A D | where.c | 675 VdbeOp *pOp = sqlite3VdbeGetOp(v, iStart); in translateColumnToCopy() local 6224 VdbeOp *pOp in sqlite3WhereOpcodeRewriteTrace() 6238 VdbeOp *pOp = sqlite3VdbeGetOp(v,k--); in cursorIsOpen() local 6425 VdbeOp *pOp, *pLastOp; in sqlite3WhereEnd() local
|
| H A D | select.c | 746 VdbeOp *pOp; /* Opcode that opens the sorter */ in pushOntoSorter() local 986 VdbeOp *pOp = sqlite3VdbeGetOp(v, iOpenEphAddr); in fixDistinctOpenEph() local 1189 VdbeOp *pOp = sqlite3VdbeGetOp(v, pSort->addrSortIndex); in selectInnerLoop() local
|
| H A D | expr.c | 3847 VdbeOp *pOp = sqlite3VdbeGetLastOp(pParse->pVdbe); in sqlite3ExprCodeGetColumn() local 5083 VdbeOp *pOp; in sqlite3ExprCodeExprList() local
|
| H A D | func.c | 28 VdbeOp *pOp; in sqlite3GetFuncCollSeq() local
|
| H A D | window.c | 1730 VdbeOp *pOp = sqlite3VdbeGetOp(v, iOp); in windowAggStep() local
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3.c | 1278 struct Fts4Option *pOp = &aFts4Opt[iOpt]; in fts3InitVtab() local
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 3387 int *pOp, /* OUT: SQLITE_INSERT, DELETE or UPDATE */ in sqlite3changeset_op()
|