Home
last modified time | relevance | path

Searched refs:OP_CollSeq (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h27 #define OP_CollSeq 17 macro
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dvdbe.c1325 case OP_CollSeq: { in sqlite3VdbeExec()
1396 assert( pOp[-1].opcode==OP_CollSeq ); in sqlite3VdbeExec()
5214 assert( pOp[-1].opcode==OP_CollSeq ); in sqlite3VdbeExec()
H A Dexpr.c2612 sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ); in sqlite3ExprCodeTarget()
H A Dselect.c3594 sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ); in updateAccumulator()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dfunc.c28 assert( pOp->opcode==OP_CollSeq ); in sqlite3GetFuncCollSeq()
H A Dvdbe.c1585 case OP_CollSeq: { in sqlite3VdbeExec()
6206 assert( pOp[-1].opcode==OP_CollSeq ); in sqlite3VdbeExec()
H A Dexpr.c3828 sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ); in sqlite3ExprCodeTarget()
H A Dselect.c4856 sqlite3VdbeAddOp4(v, OP_CollSeq, regHit, 0, 0, (char *)pColl, P4_COLLSEQ); in updateAccumulator()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dfunc.c31 assert( pOp->opcode==OP_CollSeq ); in sqlite3GetFuncCollSeq()
H A Dwindow.c1658 sqlite3VdbeAddOp4(v, OP_CollSeq, 0,0,0, (const char*)pColl, P4_COLLSEQ); in windowAggStep()
H A Dvdbe.c1735 case OP_CollSeq: { in sqlite3VdbeExec()
6793 assert( pOp[-1].opcode==OP_CollSeq ); in sqlite3VdbeExec()
H A Dexpr.c4195 sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ); in sqlite3ExprCodeTarget()
H A Dselect.c5475 sqlite3VdbeAddOp4(v, OP_CollSeq, regHit, 0, 0, (char *)pColl, P4_COLLSEQ); in updateAccumulator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dfunc.c31 assert( pOp->opcode==OP_CollSeq ); in sqlite3GetFuncCollSeq()
H A Dwindow.c1696 sqlite3VdbeAddOp4(v, OP_CollSeq, 0,0,0, (const char*)pColl, P4_COLLSEQ); in windowAggStep()
H A Dvdbe.c1738 case OP_CollSeq: { in sqlite3VdbeExec()
7040 assert( pOp[-1].opcode==OP_CollSeq ); in sqlite3VdbeExec()
H A Dexpr.c4245 sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ); in sqlite3ExprCodeTarget()
H A Dselect.c5555 sqlite3VdbeAddOp4(v, OP_CollSeq, regHit, 0, 0, (char *)pColl, P4_COLLSEQ); in updateAccumulator()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dfunc.c31 assert( pOp->opcode==OP_CollSeq ); in sqlite3GetFuncCollSeq()
H A Dwindow.c1701 sqlite3VdbeAddOp4(v, OP_CollSeq, 0,0,0, (const char*)pColl, P4_COLLSEQ); in windowAggStep()
H A Dvdbe.c1725 case OP_CollSeq: { in sqlite3VdbeExec()
7067 assert( pOp[-1].opcode==OP_CollSeq ); in sqlite3VdbeExec()
H A Dexpr.c4275 sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ); in sqlite3ExprCodeTarget()
H A Dselect.c5747 sqlite3VdbeAddOp4(v, OP_CollSeq, regHit, 0, 0, (char *)pColl, P4_COLLSEQ); in updateAccumulator()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c7258 #define OP_CollSeq 17 macro
53476 case OP_CollSeq: {
53546 assert( pOp[-1].opcode==OP_CollSeq );
57356 assert( pOp[-1].opcode==OP_CollSeq );
62898 vtk_sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ);
82513 vtk_sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ);
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c6979 #define OP_CollSeq 13 macro
50837 case OP_CollSeq: {
50904 assert( pOp[-1].opcode==OP_CollSeq );
54287 assert( pOp[-1].opcode==OP_CollSeq );
59394 sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ);
77160 sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ);

12345678