Lines Matching refs:sqlite3VdbeAddOp1
1686 int addrIsNull = sqlite3VdbeAddOp1(v, OP_IsNull, regArg); in windowAggStep()
1696 sqlite3VdbeAddOp1(v, OP_Delete, pWin->csrApp); in windowAggStep()
1780 sqlite3VdbeAddOp1(v, OP_Last, pWin->csrApp); in windowAggFinal()
2008 sqlite3VdbeAddOp1(v, OP_ResetSorter, pWin->csrApp); in windowInitAccum()
2154 int addr = sqlite3VdbeAddOp1(v, OP_NotNull, reg1); VdbeCoverage(v); in windowCodeRangeTest()
2338 sqlite3VdbeAddOp1(v, OP_Delete, csr); in windowCodeOp()
2918 addrGosubFlush = sqlite3VdbeAddOp1(v, OP_Gosub, regFlushPart); in sqlite3WindowCodeStep()
2950 sqlite3VdbeAddOp1(v, OP_ResetSorter, s.current.csr); in sqlite3WindowCodeStep()
3045 addrEmpty = sqlite3VdbeAddOp1(v, OP_Rewind, csrWrite); in sqlite3WindowCodeStep()
3092 sqlite3VdbeAddOp1(v, OP_ResetSorter, s.current.csr); in sqlite3WindowCodeStep()
3099 sqlite3VdbeAddOp1(v, OP_Return, regFlushPart); in sqlite3WindowCodeStep()