Home
last modified time | relevance | path

Searched refs:OP_Goto (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dinsert.c181 iInitCode = sqliteVdbeAddOp(v, OP_Goto, 0, 0); in sqliteInsert()
187 sqliteVdbeAddOp(v, OP_Goto, 0, iCleanup); in sqliteInsert()
230 sqliteVdbeAddOp(v, OP_Goto, 0, iSelectLoop); in sqliteInsert()
347 sqliteVdbeAddOp(v, OP_Goto, 0, iSelectLoop); in sqliteInsert()
681 sqliteVdbeAddOp(v, OP_Goto, 0, ignoreDest); in sqliteGenerateConstraintChecks()
743 sqliteVdbeAddOp(v, OP_Goto, 0, ignoreDest); in sqliteGenerateConstraintChecks()
831 sqliteVdbeAddOp(v, OP_Goto, 0, ignoreDest); in sqliteGenerateConstraintChecks()
H A Dcopy.c95 sqliteVdbeAddOp(v, OP_Goto, 0, addr); in sqliteCopy()
H A Dselect.c384 sqliteVdbeAddOp(v, OP_Goto, 0, iContinue); in codeLimiter()
453 sqliteVdbeAddOp(v, OP_Goto, 0, iContinue); in selectInnerLoop()
509 addr2 = sqliteVdbeAddOp(v, OP_Goto, 0, 0); in selectInnerLoop()
530 sqliteVdbeAddOp(v, OP_Goto, 0, iBreak); in selectInnerLoop()
612 sqliteVdbeAddOp(v, OP_Goto, 0, sqliteVdbeCurrentAddr(v)+3); in generateSortTail()
620 sqliteVdbeAddOp(v, OP_Goto, 0, end1); in generateSortTail()
637 sqliteVdbeAddOp(v, OP_Goto, 0, addr); in generateSortTail()
2398 sqliteVdbeAddOp(v, OP_Goto, 0, startagg); in sqliteSelect()
H A Dexpr.c1174 sqliteVdbeAddOp(v, OP_Goto, 0, addr+6); in sqliteExprCode()
1224 sqliteVdbeAddOp(v, OP_Goto, 0, expr_end_label); in sqliteExprCode()
1254 sqliteVdbeOp3(v, OP_Goto, 0, pParse->trigStack->ignoreJump, in sqliteExprCode()
1358 sqliteVdbeAddOp(v, OP_Goto, 0, jumpIfNull ? dest : addr+4); in sqliteExprIfTrue()
1459 sqliteVdbeAddOp(v, OP_Goto, 0, jumpIfNull ? dest : addr+4); in sqliteExprIfFalse()
1475 sqliteVdbeAddOp(v, OP_Goto, 0, dest); in sqliteExprIfFalse()
H A Dwhere.c830 sqliteVdbeAddOp(v, OP_Goto, 0, brk); in sqliteWhereBegin()
1035 sqliteVdbeAddOp(v, OP_Goto, 0, brk); in sqliteWhereBegin()
1091 sqliteVdbeAddOp(v, OP_Goto, 0, brk); in sqliteWhereBegin()
1214 sqliteVdbeAddOp(v, OP_Goto, 0, pLevel->top); in sqliteWhereEnd()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dinsert.c181 iInitCode = sqliteVdbeAddOp(v, OP_Goto, 0, 0); in sqliteInsert()
187 sqliteVdbeAddOp(v, OP_Goto, 0, iCleanup); in sqliteInsert()
230 sqliteVdbeAddOp(v, OP_Goto, 0, iSelectLoop); in sqliteInsert()
347 sqliteVdbeAddOp(v, OP_Goto, 0, iSelectLoop); in sqliteInsert()
681 sqliteVdbeAddOp(v, OP_Goto, 0, ignoreDest); in sqliteGenerateConstraintChecks()
743 sqliteVdbeAddOp(v, OP_Goto, 0, ignoreDest); in sqliteGenerateConstraintChecks()
831 sqliteVdbeAddOp(v, OP_Goto, 0, ignoreDest); in sqliteGenerateConstraintChecks()
H A Dopcodes.h2 #define OP_Goto 1 macro
H A Dcopy.c95 sqliteVdbeAddOp(v, OP_Goto, 0, addr); in sqliteCopy()
H A Dselect.c384 sqliteVdbeAddOp(v, OP_Goto, 0, iContinue); in codeLimiter()
453 sqliteVdbeAddOp(v, OP_Goto, 0, iContinue); in selectInnerLoop()
509 addr2 = sqliteVdbeAddOp(v, OP_Goto, 0, 0); in selectInnerLoop()
530 sqliteVdbeAddOp(v, OP_Goto, 0, iBreak); in selectInnerLoop()
612 sqliteVdbeAddOp(v, OP_Goto, 0, sqliteVdbeCurrentAddr(v)+3); in generateSortTail()
620 sqliteVdbeAddOp(v, OP_Goto, 0, end1); in generateSortTail()
637 sqliteVdbeAddOp(v, OP_Goto, 0, addr); in generateSortTail()
2398 sqliteVdbeAddOp(v, OP_Goto, 0, startagg); in sqliteSelect()
H A Dexpr.c1174 sqliteVdbeAddOp(v, OP_Goto, 0, addr+6); in sqliteExprCode()
1224 sqliteVdbeAddOp(v, OP_Goto, 0, expr_end_label); in sqliteExprCode()
1254 sqliteVdbeOp3(v, OP_Goto, 0, pParse->trigStack->ignoreJump, in sqliteExprCode()
1358 sqliteVdbeAddOp(v, OP_Goto, 0, jumpIfNull ? dest : addr+4); in sqliteExprIfTrue()
1459 sqliteVdbeAddOp(v, OP_Goto, 0, jumpIfNull ? dest : addr+4); in sqliteExprIfFalse()
1475 sqliteVdbeAddOp(v, OP_Goto, 0, dest); in sqliteExprIfFalse()
H A Dwhere.c830 sqliteVdbeAddOp(v, OP_Goto, 0, brk); in sqliteWhereBegin()
1035 sqliteVdbeAddOp(v, OP_Goto, 0, brk); in sqliteWhereBegin()
1091 sqliteVdbeAddOp(v, OP_Goto, 0, brk); in sqliteWhereBegin()
1214 sqliteVdbeAddOp(v, OP_Goto, 0, pLevel->top); in sqliteWhereEnd()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dinsert.c250 sqlite3VdbeAddOp2(v, OP_Goto, 0, addr+9); in sqlite3AutoincrementBegin()
300 j5 = sqlite3VdbeAddOp0(v, OP_Goto); in sqlite3AutoincrementEnd()
600 j1 = sqlite3VdbeAddOp2(v, OP_Goto, 0, 0); in sqlite3Insert()
659 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrTop); in sqlite3Insert()
1008 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrCont); in sqlite3Insert()
1221 sqlite3VdbeAddOp2(v, OP_Goto, 0, ignoreDest); in sqlite3GenerateConstraintChecks()
1299 sqlite3VdbeAddOp2(v, OP_Goto, 0, ignoreDest); in sqlite3GenerateConstraintChecks()
1388 sqlite3VdbeAddOp2(v, OP_Goto, 0, ignoreDest); in sqlite3GenerateConstraintChecks()
1768 emptyDestTest = sqlite3VdbeAddOp2(v, OP_Goto, 0, 0); in xferOptimization()
H A Dselect.c440 addr2 = sqlite3VdbeAddOp0(v, OP_Goto); in pushOntoSorter()
460 sqlite3VdbeAddOp2(v, OP_Goto, 0, iContinue); in codeOffset()
1439 sqlite3VdbeAddOp2(v, OP_Goto, 0, iBreak); in computeLimitRegisters()
2311 j1 = sqlite3VdbeAddOp0(v, OP_Goto); in multiSelectOrderBy()
2366 addrEofA = sqlite3VdbeAddOp2(v, OP_Goto, 0, labelEnd); in multiSelectOrderBy()
2371 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrEofA); in multiSelectOrderBy()
2386 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrEofB); in multiSelectOrderBy()
2395 sqlite3VdbeAddOp2(v, OP_Goto, 0, labelCmpr); in multiSelectOrderBy()
2409 sqlite3VdbeAddOp2(v, OP_Goto, 0, labelCmpr); in multiSelectOrderBy()
2421 sqlite3VdbeAddOp2(v, OP_Goto, 0, labelCmpr); in multiSelectOrderBy()
[all …]
H A Dupdate.c368 addr = sqlite3VdbeAddOp0(v, OP_Goto); in sqlite3Update()
524 sqlite3VdbeAddOp2(v, OP_Goto, 0, addr); in sqlite3Update()
H A Danalyze.c293 sqlite3VdbeAddOp2(v, OP_Goto, 0, endOfLoop); in analyzeOneTable()
357 jZeroRows = sqlite3VdbeAddOp0(v, OP_Goto); in analyzeOneTable()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwindow.c1837 sqlite3VdbeAddOp2(v, OP_Goto, 0, lblNext); in windowFullScan()
2026 sqlite3VdbeAddOp2(v, OP_Goto, 0, addr); in windowIfNewPeer()
2134 sqlite3VdbeAddOp2(v, OP_Goto, 0, lbl); in windowCodeRangeTest()
2292 ret = sqlite3VdbeAddOp0(v, OP_Goto); in windowCodeOp()
2297 sqlite3VdbeAddOp2(v, OP_Goto, 0, lblDone); in windowCodeOp()
2899 sqlite3VdbeAddOp2(v, OP_Goto, 0, lblWhereEnd); in sqlite3WindowCodeStep()
2922 sqlite3VdbeAddOp2(v, OP_Goto, 0, lblWhereEnd); in sqlite3WindowCodeStep()
2967 sqlite3VdbeAddOp2(v, OP_Goto, 0, addr); in sqlite3WindowCodeStep()
3020 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrStart); in sqlite3WindowCodeStep()
3024 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrStart); in sqlite3WindowCodeStep()
[all …]
H A Dinsert.c417 /* 8 */ {OP_Goto, 0, 11, 0}, in sqlite3AutoincrementBegin()
1938 upsertIpkDelay = sqlite3VdbeAddOp0(v, OP_Goto); in sqlite3GenerateConstraintChecks()
1951 ipkTop = sqlite3VdbeAddOp0(v, OP_Goto)+1; in sqlite3GenerateConstraintChecks()
2046 upsertIpkReturn = sqlite3VdbeAddOp0(v, OP_Goto); in sqlite3GenerateConstraintChecks()
2048 ipkBottom = sqlite3VdbeAddOp0(v, OP_Goto); in sqlite3GenerateConstraintChecks()
2292 addrBypass = sqlite3VdbeAddOp0(v, OP_Goto); /* Bypass recheck */ in sqlite3GenerateConstraintChecks()
2933 emptyDestTest = sqlite3VdbeAddOp0(v, OP_Goto); in xferOptimization()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwindow.c1794 sqlite3VdbeAddOp2(v, OP_Goto, 0, lblNext); in windowFullScan()
1982 sqlite3VdbeAddOp2(v, OP_Goto, 0, addr); in windowIfNewPeer()
2089 sqlite3VdbeAddOp2(v, OP_Goto, 0, lbl); in windowCodeRangeTest()
2245 ret = sqlite3VdbeAddOp0(v, OP_Goto); in windowCodeOp()
2250 sqlite3VdbeAddOp2(v, OP_Goto, 0, lblDone); in windowCodeOp()
2848 sqlite3VdbeAddOp2(v, OP_Goto, 0, lblWhereEnd); in sqlite3WindowCodeStep()
2871 sqlite3VdbeAddOp2(v, OP_Goto, 0, lblWhereEnd); in sqlite3WindowCodeStep()
2916 sqlite3VdbeAddOp2(v, OP_Goto, 0, addr); in sqlite3WindowCodeStep()
2969 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrStart); in sqlite3WindowCodeStep()
2973 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrStart); in sqlite3WindowCodeStep()
[all …]
H A Dinsert.c414 /* 8 */ {OP_Goto, 0, 11, 0}, in sqlite3AutoincrementBegin()
1735 upsertJump = sqlite3VdbeAddOp0(v, OP_Goto); in sqlite3GenerateConstraintChecks()
1816 ipkTop = sqlite3VdbeAddOp0(v, OP_Goto)+1; in sqlite3GenerateConstraintChecks()
1911 ipkBottom = sqlite3VdbeAddOp0(v, OP_Goto); in sqlite3GenerateConstraintChecks()
2153 addrBypass = sqlite3VdbeAddOp0(v, OP_Goto); /* Bypass recheck */ in sqlite3GenerateConstraintChecks()
2770 emptyDestTest = sqlite3VdbeAddOp0(v, OP_Goto); in xferOptimization()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwindow.c1832 sqlite3VdbeAddOp2(v, OP_Goto, 0, lblNext); in windowFullScan()
2021 sqlite3VdbeAddOp2(v, OP_Goto, 0, addr); in windowIfNewPeer()
2128 sqlite3VdbeAddOp2(v, OP_Goto, 0, lbl); in windowCodeRangeTest()
2284 ret = sqlite3VdbeAddOp0(v, OP_Goto); in windowCodeOp()
2289 sqlite3VdbeAddOp2(v, OP_Goto, 0, lblDone); in windowCodeOp()
2891 sqlite3VdbeAddOp2(v, OP_Goto, 0, lblWhereEnd); in sqlite3WindowCodeStep()
2914 sqlite3VdbeAddOp2(v, OP_Goto, 0, lblWhereEnd); in sqlite3WindowCodeStep()
2959 sqlite3VdbeAddOp2(v, OP_Goto, 0, addr); in sqlite3WindowCodeStep()
3012 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrStart); in sqlite3WindowCodeStep()
3016 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrStart); in sqlite3WindowCodeStep()
[all …]
H A Dinsert.c415 /* 8 */ {OP_Goto, 0, 11, 0}, in sqlite3AutoincrementBegin()
1740 upsertJump = sqlite3VdbeAddOp0(v, OP_Goto); in sqlite3GenerateConstraintChecks()
1821 ipkTop = sqlite3VdbeAddOp0(v, OP_Goto)+1; in sqlite3GenerateConstraintChecks()
1916 ipkBottom = sqlite3VdbeAddOp0(v, OP_Goto); in sqlite3GenerateConstraintChecks()
2158 addrBypass = sqlite3VdbeAddOp0(v, OP_Goto); /* Bypass recheck */ in sqlite3GenerateConstraintChecks()
2777 emptyDestTest = sqlite3VdbeAddOp0(v, OP_Goto); in xferOptimization()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dopcodes.h2 #define OP_Goto 1 macro
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h3 #define OP_Goto 1 macro
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dscripts.h91 OP_Goto = 0x36, enumerator
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Dscripts.h91 OP_Goto = 0x36, enumerator

12345678910