Home
last modified time | relevance | path

Searched refs:SQLITE_STOREP2 (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dexpr.c2409 r1, r2, inReg, SQLITE_STOREP2); in sqlite3ExprCodeTarget()
2422 r1, r2, inReg, SQLITE_STOREP2 | SQLITE_NULLEQ); in sqlite3ExprCodeTarget()
2667 r1, r2, r3, SQLITE_STOREP2); in sqlite3ExprCodeTarget()
2673 codeCompare(pParse, pLeft, pRight, OP_Le, r1, r2, r4, SQLITE_STOREP2); in sqlite3ExprCodeTarget()
H A DsqliteInt.h1188 #define SQLITE_STOREP2 0x10 /* Store result in reg[P2] rather than jump */ macro
H A Dvdbe.c1782 if( pOp->p5 & SQLITE_STOREP2 ){ in sqlite3VdbeExec()
1814 if( pOp->p5 & SQLITE_STOREP2 ){ in sqlite3VdbeExec()
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h817 #define SQLITE_STOREP2 0x80 /* Store result in reg[P2] rather than jump */ macro
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbe.c1901 if( pOp->p5 & SQLITE_STOREP2 ){ in sqlite3VdbeExec()
1973 if( pOp->p5 & SQLITE_STOREP2 ){ in sqlite3VdbeExec()
2017 assert( pOp[-1].p5 & SQLITE_STOREP2 ); in sqlite3VdbeExec()
H A Dexpr.c541 p5 |= SQLITE_STOREP2; in codeVectorCompare()
3585 r1, r2, inReg, SQLITE_STOREP2 | p5); in sqlite3ExprCodeTarget()
H A DsqliteInt.h1800 #define SQLITE_STOREP2 0x20 /* Store result in reg[P2] rather than jump */ macro
H A Dvdbeaux.c1160 if( pOp->p5 & SQLITE_STOREP2 ){ in displayComment()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h1186 #define SQLITE_STOREP2 0x10 /* Store result in reg[P2] rather than jump */
H A Dsqlite3.amalgamation.c3063 #define SQLITE_STOREP2 0x10 /* Store result in reg[P2] rather than jump */ macro
48743 if( pOp->p5 & SQLITE_STOREP2 ){
48775 if( pOp->p5 & SQLITE_STOREP2 ){
57802 r1, r2, inReg, SQLITE_STOREP2);
57815 r1, r2, inReg, SQLITE_STOREP2 | SQLITE_NULLEQ);
58060 r1, r2, r3, SQLITE_STOREP2);
58066 codeCompare(pParse, pLeft, pRight, OP_Le, r1, r2, r4, SQLITE_STOREP2);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbe.c2057 if( pOp->p5 & SQLITE_STOREP2 ){ in sqlite3VdbeExec()
2141 if( pOp->p5 & SQLITE_STOREP2 ){ in sqlite3VdbeExec()
2196 assert( aOp[iAddr].p5 & SQLITE_STOREP2 ); in sqlite3VdbeExec()
H A Dexpr.c612 p5 |= SQLITE_STOREP2; in codeVectorCompare()
3971 r1, r2, inReg, SQLITE_STOREP2 | p5, in sqlite3ExprCodeTarget()
H A DsqliteInt.h2018 #define SQLITE_STOREP2 0x20 /* Store result in reg[P2] rather than jump */ macro
H A Dvdbeaux.c1457 if( pOp->p5 & SQLITE_STOREP2 ){ in displayComment()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbe.c2047 if( pOp->p5 & SQLITE_STOREP2 ){ in sqlite3VdbeExec()
2131 if( pOp->p5 & SQLITE_STOREP2 ){ in sqlite3VdbeExec()
2186 assert( aOp[iAddr].p5 & SQLITE_STOREP2 ); in sqlite3VdbeExec()
H A Dexpr.c633 p5 |= SQLITE_STOREP2; in codeVectorCompare()
4050 r1, r2, inReg, SQLITE_STOREP2 | p5, in sqlite3ExprCodeTarget()
H A DsqliteInt.h2112 #define SQLITE_STOREP2 0x20 /* Store result in reg[P2] rather than jump */ macro
H A Dvdbeaux.c1490 if( pOp->p5 & SQLITE_STOREP2 ){ in sqlite3VdbeDisplayComment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbe.c2060 if( pOp->p5 & SQLITE_STOREP2 ){ in sqlite3VdbeExec()
2144 if( pOp->p5 & SQLITE_STOREP2 ){ in sqlite3VdbeExec()
2199 assert( aOp[iAddr].p5 & SQLITE_STOREP2 ); in sqlite3VdbeExec()
H A Dexpr.c622 p5 |= SQLITE_STOREP2; in codeVectorCompare()
4020 r1, r2, inReg, SQLITE_STOREP2 | p5, in sqlite3ExprCodeTarget()
H A DsqliteInt.h2060 #define SQLITE_STOREP2 0x20 /* Store result in reg[P2] rather than jump */ macro
H A Dvdbeaux.c1489 if( pOp->p5 & SQLITE_STOREP2 ){ in sqlite3VdbeDisplayComment()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c9289 #define SQLITE_STOREP2 0x10 /* Store result in reg[P2] rather than jump */ macro
55147 if( pOp->p5 & SQLITE_STOREP2 ){
55179 if( pOp->p5 & SQLITE_STOREP2 ){
64215 r1, r2, inReg, SQLITE_STOREP2);
64228 r1, r2, inReg, SQLITE_STOREP2 | SQLITE_NULLEQ);
64473 r1, r2, r3, SQLITE_STOREP2);
64479 codeCompare(pParse, pLeft, pRight, OP_Le, r1, r2, r4, SQLITE_STOREP2);
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c8373 #define SQLITE_STOREP2 0x10 /* Store result in reg[P2] rather than jump */ macro
51226 if( pOp->p5 & SQLITE_STOREP2 ){
51256 if( pOp->p5 & SQLITE_STOREP2 ){
59234 r1, r2, inReg, SQLITE_STOREP2);
59529 r1, r2, r3, SQLITE_STOREP2);
59535 codeCompare(pParse, pLeft, pRight, OP_Le, r1, r2, r4, SQLITE_STOREP2);
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c10089 #define SQLITE_STOREP2 0x10 /* Store result in reg[P2] rather than jump */ macro
66677 if( pOp->p5 & SQLITE_STOREP2 ){
66709 if( pOp->p5 & SQLITE_STOREP2 ){
76821 r1, r2, inReg, SQLITE_STOREP2);
76834 r1, r2, inReg, SQLITE_STOREP2 | SQLITE_NULLEQ);
77079 r1, r2, r3, SQLITE_STOREP2);
77085 codeCompare(pParse, pLeft, pRight, OP_Le, r1, r2, r4, SQLITE_STOREP2);

1234567