Home
last modified time | relevance | path

Searched refs:OP_Null (Results 1 – 25 of 217) sorted by relevance

123456789

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dupdate.c374 sqlite3VdbeAddOp3(v, OP_Null, 0, regRowSet, regOldRowid); in sqlite3Update()
383 sqlite3VdbeAddOp2(v, OP_Null, 0, iPk); in sqlite3Update()
526 sqlite3VdbeAddOp2(v, OP_Null, 0, regOld+i); in sqlite3Update()
552 sqlite3VdbeAddOp2(v, OP_Null, 0, regNew+i); in sqlite3Update()
567 sqlite3VdbeAddOp2(v, OP_Null, 0, regNew+i); in sqlite3Update()
H A Dinsert.c272 /* 0 */ {OP_Null, 0, 0, 0}, in sqlite3AutoincrementBegin()
904 sqlite3VdbeAddOp2(v, OP_Null, 0, regIns); in sqlite3Insert()
915 if( ALWAYS(pOp) && pOp->opcode==OP_Null && !IsVirtual(pTab) ){ in sqlite3Insert()
939 sqlite3VdbeAddOp2(v, OP_Null, 0, regRowid); in sqlite3Insert()
1500 sqlite3VdbeAddOp2(v, OP_Null, 0, aRegIdx[ix]); in sqlite3GenerateConstraintChecks()
H A Dwherecode.c412 sqlite3VdbeAddOp2(v, OP_Null, 0, iReg); in codeEqualityTerm()
1587 sqlite3VdbeAddOp2(v, OP_Null, 0, regBase+nEq); in sqlite3WhereCodeOneLoopStart()
1640 sqlite3VdbeAddOp2(v, OP_Null, 0, regBase+nEq); in sqlite3WhereCodeOneLoopStart()
1818 sqlite3VdbeAddOp2(v, OP_Null, 0, regRowset); in sqlite3WhereCodeOneLoopStart()
H A Ddelete.c390 sqlite3VdbeAddOp2(v, OP_Null, 0, iRowSet); in sqlite3DeleteFrom()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dupdate.c504 sqlite3VdbeAddOp3(v, OP_Null, 0, regRowSet, regOldRowid); in sqlite3Update()
513 sqlite3VdbeAddOp3(v, OP_Null, 0, iPk, iPk+nPk-1); in sqlite3Update()
677 sqlite3VdbeAddOp2(v, OP_Null, 0, k); in sqlite3Update()
703 sqlite3VdbeAddOp2(v, OP_Null, 0, k); in sqlite3Update()
721 sqlite3VdbeAddOp2(v, OP_Null, 0, k); in sqlite3Update()
H A Dwindow.c1000 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regAccum); in sqlite3WindowRewrite()
1332 sqlite3VdbeAddOp3(v, OP_Null, 0, pMWin->regPart, pMWin->regPart+nExpr-1); in sqlite3WindowCodeInit()
1696 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regResult); in windowAggFinal()
1709 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regAccum); in windowAggFinal()
1761 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regAccum); in windowFullScan()
1848 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regResult); in windowReturnOneRow()
1873 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regResult); in windowReturnOneRow()
1913 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regAccum); in windowInitAccum()
H A Dwherecode.c511 sqlite3VdbeAddOp2(v, OP_Null, 0, iReg); in codeEqualityTerm()
1772 sqlite3VdbeAddOp2(v, OP_Null, 0, regBase+nEq); in sqlite3WhereCodeOneLoopStart()
1776 sqlite3VdbeAddOp2(v, OP_Null, 0, regBase+nEq); in sqlite3WhereCodeOneLoopStart()
1853 sqlite3VdbeAddOp2(v, OP_Null, 0, regBase+nEq); in sqlite3WhereCodeOneLoopStart()
2093 sqlite3VdbeAddOp2(v, OP_Null, 0, regRowset); in sqlite3WhereCodeOneLoopStart()
H A Dinsert.c406 /* 0 */ {OP_Null, 0, 0, 0}, in sqlite3AutoincrementBegin()
1177 sqlite3VdbeAddOp2(v, OP_Null, 0, regIns); in sqlite3Insert()
1210 sqlite3VdbeAddOp2(v, OP_Null, 0, regRowid); in sqlite3Insert()
1949 sqlite3VdbeAddOp2(v, OP_Null, 0, aRegIdx[ix]); in sqlite3GenerateConstraintChecks()
H A Ddelete.c436 sqlite3VdbeAddOp2(v, OP_Null, 0, iRowSet); in sqlite3DeleteFrom()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h14 #define OP_Null 10 macro
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dupdate.c312 sqlite3VdbeAddOp2(v, OP_Null, 0, regOldRowid); in sqlite3Update()
400 sqlite3VdbeAddOp2(v, OP_Null, 0, regOld+i); in sqlite3Update()
426 sqlite3VdbeAddOp2(v, OP_Null, 0, regNew+i); in sqlite3Update()
H A Danalyze.c196 sqlite3VdbeAddOp2(v, OP_Null, 0, regFirst); in analyzeOneTable()
231 sqlite3VdbeAddOp2(v, OP_Null, 0, iMem+nCol+i+1); in analyzeOneTable()
359 sqlite3VdbeAddOp2(v, OP_Null, 0, regIdxname); in analyzeOneTable()
H A Dinsert.c884 sqlite3VdbeAddOp2(v, OP_Null, 0, regIns); in sqlite3Insert()
895 if( ALWAYS(pOp) && pOp->opcode==OP_Null && !IsVirtual(pTab) ){ in sqlite3Insert()
919 sqlite3VdbeAddOp2(v, OP_Null, 0, regRowid); in sqlite3Insert()
937 sqlite3VdbeAddOp2(v, OP_Null, 0, iRegStore); in sqlite3Insert()
H A Dexpr.c1618 sqlite3VdbeAddOp2(v, OP_Null, 0, rMayHaveNull); in sqlite3CodeSubselect()
1685 sqlite3VdbeAddOp2(v, OP_Null, 0, r2); in sqlite3CodeSubselect()
1746 sqlite3VdbeAddOp2(v, OP_Null, 0, dest.iParm); in sqlite3CodeSubselect()
2323 sqlite3VdbeAddOp2(v, OP_Null, 0, target); in sqlite3ExprCodeTarget()
2633 sqlite3VdbeAddOp2(v, OP_Null, 0, target); in sqlite3ExprCodeTarget()
2818 sqlite3VdbeAddOp2(v, OP_Null, 0, target); in sqlite3ExprCodeTarget()
H A Ddelete.c373 sqlite3VdbeAddOp2(v, OP_Null, 0, iRowSet); in sqlite3DeleteFrom()
H A Dpragma.c898 sqlite3VdbeAddOp2(v, OP_Null, 0, 5); in sqlite3Pragma()
1024 sqlite3VdbeAddOp4(v, zCol ? OP_String8 : OP_Null, 0, 5, 0, zCol, 0); in sqlite3Pragma()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dupdate.c654 sqlite3VdbeAddOp3(v, OP_Null, 0, regRowSet, regOldRowid); in sqlite3Update()
667 if( pPk ) sqlite3VdbeAddOp3(v, OP_Null, 0, iPk, iPk+nPk-1); in sqlite3Update()
880 sqlite3VdbeAddOp2(v, OP_Null, 0, k); in sqlite3Update()
906 sqlite3VdbeAddOp2(v, OP_Null, 0, k); in sqlite3Update()
930 sqlite3VdbeAddOp2(v, OP_Null, 0, k); in sqlite3Update()
H A Dwindow.c1030 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regAccum); in sqlite3WindowRewrite()
1374 sqlite3VdbeAddOp3(v, OP_Null, 0, pMWin->regPart, pMWin->regPart+nExpr-1); in sqlite3WindowCodeInit()
1739 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regResult); in windowAggFinal()
1752 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regAccum); in windowAggFinal()
1804 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regAccum); in windowFullScan()
1891 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regResult); in windowReturnOneRow()
1916 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regResult); in windowReturnOneRow()
1957 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regAccum); in windowInitAccum()
H A Dinsert.c409 /* 0 */ {OP_Null, 0, 0, 0}, in sqlite3AutoincrementBegin()
1188 sqlite3VdbeAddOp2(v, OP_Null, 0, regIns); in sqlite3Insert()
1221 sqlite3VdbeAddOp2(v, OP_Null, 0, regRowid); in sqlite3Insert()
2088 sqlite3VdbeAddOp2(v, OP_Null, 0, aRegIdx[ix]); in sqlite3GenerateConstraintChecks()
2906 sqlite3VdbeAddOp2(v, OP_Null, 0, regData); in xferOptimization()
H A Dwherecode.c511 sqlite3VdbeAddOp2(v, OP_Null, 0, iReg); in codeEqualityTerm()
1797 sqlite3VdbeAddOp2(v, OP_Null, 0, regBase+nEq); in sqlite3WhereCodeOneLoopStart()
1801 sqlite3VdbeAddOp2(v, OP_Null, 0, regBase+nEq); in sqlite3WhereCodeOneLoopStart()
1889 sqlite3VdbeAddOp2(v, OP_Null, 0, regBase+nEq); in sqlite3WhereCodeOneLoopStart()
2119 sqlite3VdbeAddOp2(v, OP_Null, 0, regRowset); in sqlite3WhereCodeOneLoopStart()
H A Ddelete.c443 sqlite3VdbeAddOp2(v, OP_Null, 0, iRowSet); in sqlite3DeleteFrom()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dupdate.c653 sqlite3VdbeAddOp3(v, OP_Null, 0, regRowSet, regOldRowid); in sqlite3Update()
666 if( pPk ) sqlite3VdbeAddOp3(v, OP_Null, 0, iPk, iPk+nPk-1); in sqlite3Update()
879 sqlite3VdbeAddOp2(v, OP_Null, 0, k); in sqlite3Update()
905 sqlite3VdbeAddOp2(v, OP_Null, 0, k); in sqlite3Update()
929 sqlite3VdbeAddOp2(v, OP_Null, 0, k); in sqlite3Update()
H A Dwindow.c1030 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regAccum); in sqlite3WindowRewrite()
1370 sqlite3VdbeAddOp3(v, OP_Null, 0, pMWin->regPart, pMWin->regPart+nExpr-1); in sqlite3WindowCodeInit()
1734 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regResult); in windowAggFinal()
1747 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regAccum); in windowAggFinal()
1799 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regAccum); in windowFullScan()
1886 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regResult); in windowReturnOneRow()
1911 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regResult); in windowReturnOneRow()
1952 sqlite3VdbeAddOp2(v, OP_Null, 0, pWin->regAccum); in windowInitAccum()
H A Dwherecode.c511 sqlite3VdbeAddOp2(v, OP_Null, 0, iReg); in codeEqualityTerm()
1791 sqlite3VdbeAddOp2(v, OP_Null, 0, regBase+nEq); in sqlite3WhereCodeOneLoopStart()
1795 sqlite3VdbeAddOp2(v, OP_Null, 0, regBase+nEq); in sqlite3WhereCodeOneLoopStart()
1883 sqlite3VdbeAddOp2(v, OP_Null, 0, regBase+nEq); in sqlite3WhereCodeOneLoopStart()
2113 sqlite3VdbeAddOp2(v, OP_Null, 0, regRowset); in sqlite3WhereCodeOneLoopStart()
H A Dinsert.c407 /* 0 */ {OP_Null, 0, 0, 0}, in sqlite3AutoincrementBegin()
1178 sqlite3VdbeAddOp2(v, OP_Null, 0, regIns); in sqlite3Insert()
1211 sqlite3VdbeAddOp2(v, OP_Null, 0, regRowid); in sqlite3Insert()
1954 sqlite3VdbeAddOp2(v, OP_Null, 0, aRegIdx[ix]); in sqlite3GenerateConstraintChecks()

123456789