Home
last modified time | relevance | path

Searched refs:OP_ResultRow (Results 26 – 50 of 210) sorted by relevance

123456789

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Ddelete.c559 sqlite3VdbeAddOp2(v, OP_ResultRow, memCnt, 1); in sqlite3DeleteFrom()
H A Dcrypto.c49 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1); in codec_vdbe_return_static_string()
H A Dupdate.c720 sqlite3VdbeAddOp2(v, OP_ResultRow, regRowCount, 1); in sqlite3Update()
H A Dselect.c952 sqlite3VdbeAddOp2(v, OP_ResultRow, regResult, nResultCol); in selectInnerLoop()
1313 sqlite3VdbeAddOp2(v, OP_ResultRow, pDest->iSdst, nColumn); in generateSortTail()
2743 sqlite3VdbeAddOp2(v, OP_ResultRow, pIn->iSdst, pIn->nSdst); in generateOutputSubroutine()
H A Dinsert.c1063 sqlite3VdbeAddOp2(v, OP_ResultRow, regRowCount, 1); in sqlite3Insert()
H A Dvdbeaux.c264 sqlite3VdbeAddOp2(p, OP_ResultRow, iDest, i); in sqlite3VdbeMultiLoad()
676 assert( p->aOp[i].opcode!=OP_ResultRow ); in sqlite3VdbeVerifyNoResultRow()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A Dmkpragmatab.tcl20 set flagMeaning(NoColumns) {OP_ResultRow called with zero columns}
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A DwhereG.test317 # release the registers used by OP_ResultRow.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Ddelete.c612 sqlite3VdbeAddOp2(v, OP_ResultRow, memCnt, 1); in sqlite3DeleteFrom()
H A Dupdate.c901 sqlite3VdbeAddOp2(v, OP_ResultRow, regRowCount, 1); in sqlite3Update()
H A Dselect.c1218 sqlite3VdbeAddOp2(v, OP_ResultRow, regResult, nResultCol); in selectInnerLoop()
1594 sqlite3VdbeAddOp2(v, OP_ResultRow, pDest->iSdst, nColumn); in generateSortTail()
3032 sqlite3VdbeAddOp2(v, OP_ResultRow, pIn->iSdst, pIn->nSdst); in generateOutputSubroutine()
H A Dvdbeaux.c320 sqlite3VdbeAddOp2(p, OP_ResultRow, iDest, i); in sqlite3VdbeMultiLoad()
920 assert( p->aOp[i].opcode!=OP_ResultRow ); in sqlite3VdbeVerifyNoResultRow()
H A Dinsert.c1311 sqlite3VdbeAddOp2(v, OP_ResultRow, regRowCount, 1); in sqlite3Insert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A DwhereG.test317 # release the registers used by OP_ResultRow.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Ddelete.c611 sqlite3VdbeAddOp2(v, OP_ResultRow, memCnt, 1); in sqlite3DeleteFrom()
H A Dupdate.c1109 sqlite3VdbeAddOp2(v, OP_ResultRow, regRowCount, 1); in sqlite3Update()
H A Dselect.c1216 sqlite3VdbeAddOp2(v, OP_ResultRow, regResult, nResultCol); in selectInnerLoop()
1603 sqlite3VdbeAddOp2(v, OP_ResultRow, pDest->iSdst, nColumn); in generateSortTail()
3066 sqlite3VdbeAddOp2(v, OP_ResultRow, pIn->iSdst, pIn->nSdst); in generateOutputSubroutine()
H A Dvdbeaux.c320 sqlite3VdbeAddOp2(p, OP_ResultRow, iDest, i); in sqlite3VdbeMultiLoad()
922 assert( p->aOp[i].opcode!=OP_ResultRow ); in sqlite3VdbeVerifyNoResultRow()
H A Dinsert.c1312 sqlite3VdbeAddOp2(v, OP_ResultRow, regRowCount, 1); in sqlite3Insert()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dselect.c704 sqlite3VdbeAddOp2(v, OP_ResultRow, regResult, nColumn); in selectInnerLoop()
937 sqlite3VdbeAddOp2(v, OP_ResultRow, pDest->iMem, nColumn); in generateSortTail()
2017 sqlite3VdbeAddOp2(v, OP_ResultRow, pIn->iMem, pIn->nMem); in generateOutputSubroutine()
H A Dinsert.c1035 sqlite3VdbeAddOp2(v, OP_ResultRow, regRowCount, 1); in sqlite3Insert()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dselect.c1223 sqlite3VdbeAddOp2(v, OP_ResultRow, regResult, nResultCol); in selectInnerLoop()
1610 sqlite3VdbeAddOp2(v, OP_ResultRow, pDest->iSdst, nColumn); in generateSortTail()
3069 sqlite3VdbeAddOp2(v, OP_ResultRow, pIn->iSdst, pIn->nSdst); in generateOutputSubroutine()
H A Dvdbeaux.c320 sqlite3VdbeAddOp2(p, OP_ResultRow, iDest, i); in sqlite3VdbeMultiLoad()
923 assert( p->aOp[i].opcode!=OP_ResultRow ); in sqlite3VdbeVerifyNoResultRow()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c54437 case OP_ResultRow: {
59639 {OP_ResultRow, 1, 0, 0}, /* 8 */
78760 sqlite3VdbeAddOp2(v, OP_ResultRow, mem, 1);
78983 { OP_ResultRow, 1, 1, 0},
79132 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
79180 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
79280 sqlite3VdbeAddOp1(v, OP_ResultRow, 1);
79686 { OP_ResultRow, 3, 1, 0},
79782 { OP_ResultRow, 3, 1, 0},
79808 { OP_ResultRow, 2, 1, 0},
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c7251 #define OP_ResultRow 16 macro
53235 case OP_ResultRow: {
58118 {OP_ResultRow, 1, 0, 0}, /* 8 */
76870 vtk_sqlite3VdbeAddOp2(v, OP_ResultRow, mem, 1);
77058 { OP_ResultRow, 1, 1, 0},
77194 vtk_sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
77355 vtk_sqlite3VdbeAddOp1(v, OP_ResultRow, 1);
77761 { OP_ResultRow, 3, 1, 0},
77856 { OP_ResultRow, 3, 1, 0},
77882 { OP_ResultRow, 2, 1, 0},
[all …]

123456789