Home
last modified time | relevance | path

Searched refs:OP_IdxLT (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dopcodes.h94 #define OP_IdxLT 93 macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dopcodes.h94 #define OP_IdxLT 93 macro
H A Dwhere.c847 sqliteVdbeAddOp(v, OP_IdxLT, pLevel->iCur, brk); in sqliteWhereBegin()
1100 testOp = OP_IdxLT; in sqliteWhereBegin()
H A Dvdbe.c3558 case OP_IdxLT: in sqliteVdbeExec()
3575 if( pOp->opcode==OP_IdxLT ){ in sqliteVdbeExec()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h101 #define OP_IdxLT 81 macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwherecode.c1630 OP_IdxLT, /* 3: (end_constraints && bRev && endEq) */ in sqlite3WhereCodeOneLoopStart()
1876 testcase( op==OP_IdxLT ); VdbeCoverageIf(v, op==OP_IdxLT ); in sqlite3WhereCodeOneLoopStart()
1893 testcase( op==OP_IdxLT ); VdbeCoverageIf(v, op==OP_IdxLT ); in sqlite3WhereCodeOneLoopStart()
H A Dvdbe.c4264 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT ); in sqlite3VdbeExec()
4348 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT ); in sqlite3VdbeExec()
5817 case OP_IdxLT: /* jump */ in sqlite3VdbeExec()
5834 if( pOp->opcode<OP_IdxLT ){ in sqlite3VdbeExec()
5838 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT ); in sqlite3VdbeExec()
5853 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) ); in sqlite3VdbeExec()
5854 if( (pOp->opcode&1)==(OP_IdxLT&1) ){ in sqlite3VdbeExec()
5855 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT ); in sqlite3VdbeExec()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwherecode.c1645 OP_IdxLT, /* 3: (end_constraints && bRev && endEq) */ in sqlite3WhereCodeOneLoopStart()
1912 testcase( op==OP_IdxLT ); VdbeCoverageIf(v, op==OP_IdxLT ); in sqlite3WhereCodeOneLoopStart()
1930 testcase( op==OP_IdxLT ); VdbeCoverageIf(v, op==OP_IdxLT ); in sqlite3WhereCodeOneLoopStart()
H A Dvdbe.c4303 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT ); in sqlite3VdbeExec()
4304 assert( pOp->opcode==OP_SeekGE || pOp[1].opcode==OP_IdxLT ); in sqlite3VdbeExec()
4389 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT ); in sqlite3VdbeExec()
6067 case OP_IdxLT: /* jump */ in sqlite3VdbeExec()
6083 if( pOp->opcode<OP_IdxLT ){ in sqlite3VdbeExec()
6087 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT ); in sqlite3VdbeExec()
6125 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) ); in sqlite3VdbeExec()
6126 if( (pOp->opcode&1)==(OP_IdxLT&1) ){ in sqlite3VdbeExec()
6127 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT ); in sqlite3VdbeExec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwherecode.c1645 OP_IdxLT, /* 3: (end_constraints && bRev && endEq) */ in sqlite3WhereCodeOneLoopStart()
1906 testcase( op==OP_IdxLT ); VdbeCoverageIf(v, op==OP_IdxLT ); in sqlite3WhereCodeOneLoopStart()
1924 testcase( op==OP_IdxLT ); VdbeCoverageIf(v, op==OP_IdxLT ); in sqlite3WhereCodeOneLoopStart()
H A Dvdbe.c4309 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT ); in sqlite3VdbeExec()
4310 assert( pOp->opcode==OP_SeekGE || pOp[1].opcode==OP_IdxLT ); in sqlite3VdbeExec()
4395 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT ); in sqlite3VdbeExec()
6040 case OP_IdxLT: /* jump */ in sqlite3VdbeExec()
6056 if( pOp->opcode<OP_IdxLT ){ in sqlite3VdbeExec()
6060 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT ); in sqlite3VdbeExec()
6098 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) ); in sqlite3VdbeExec()
6099 if( (pOp->opcode&1)==(OP_IdxLT&1) ){ in sqlite3VdbeExec()
6100 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT ); in sqlite3VdbeExec()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dwhere.c847 sqliteVdbeAddOp(v, OP_IdxLT, pLevel->iCur, brk); in sqliteWhereBegin()
1100 testOp = OP_IdxLT; in sqliteWhereBegin()
H A Dvdbe.c3558 case OP_IdxLT: in sqliteVdbeExec()
3575 if( pOp->opcode==OP_IdxLT ){ in sqliteVdbeExec()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbe.c3825 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT ); in sqlite3VdbeExec()
3911 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT ); in sqlite3VdbeExec()
5287 case OP_IdxLT: /* jump */ in sqlite3VdbeExec()
5304 if( pOp->opcode<OP_IdxLT ){ in sqlite3VdbeExec()
5308 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT ); in sqlite3VdbeExec()
5317 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) ); in sqlite3VdbeExec()
5318 if( (pOp->opcode&1)==(OP_IdxLT&1) ){ in sqlite3VdbeExec()
5319 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT ); in sqlite3VdbeExec()
H A Dwherecode.c1447 OP_IdxLT, /* 3: (end_constraints && bRev && endEq) */ in sqlite3WhereCodeOneLoopStart()
1656 testcase( op==OP_IdxLT ); VdbeCoverageIf(v, op==OP_IdxLT ); in sqlite3WhereCodeOneLoopStart()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dwhere.c3830 OP_IdxLT /* 2: (end_constraints && bRev) */ in codeOneLoopStart()
3983 testcase( op==OP_IdxLT ); in codeOneLoopStart()
H A Dvdbe.c4468 case OP_IdxLT: /* jump */ in sqlite3VdbeExec()
4494 if( pOp->opcode==OP_IdxLT ){ in sqlite3VdbeExec()
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c9964 #define OP_IdxLT 116 /* synopsis: key=r[P3@P4] */ macro
75765 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT );
77042 case OP_IdxLT: /* jump */
77058 if( pOp->opcode<OP_IdxLT ){
77062 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT );
77071 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
77072 if( (pOp->opcode&1)==(OP_IdxLT&1) ){
77073 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
118268 OP_IdxLT, /* 3: (end_constraints && bRev && endEq) */
118455 testcase( op==OP_IdxLT ); VdbeCoverageIf(v, op==OP_IdxLT );
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c9964 #define OP_IdxLT 116 /* synopsis: key=r[P3@P4] */ macro
75765 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT );
77042 case OP_IdxLT: /* jump */
77058 if( pOp->opcode<OP_IdxLT ){
77062 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT );
77071 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
77072 if( (pOp->opcode&1)==(OP_IdxLT&1) ){
77073 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
118268 OP_IdxLT, /* 3: (end_constraints && bRev && endEq) */
118455 testcase( op==OP_IdxLT ); VdbeCoverageIf(v, op==OP_IdxLT );
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c9796 #define OP_IdxLT 115 /* synopsis: key=r[P3@P4] */ macro
74298 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT );
75579 case OP_IdxLT: /* jump */
75595 if( pOp->opcode<OP_IdxLT ){
75599 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT );
75608 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
75609 if( (pOp->opcode&1)==(OP_IdxLT&1) ){
75610 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
119259 OP_IdxLT, /* 3: (end_constraints && bRev && endEq) */
119446 testcase( op==OP_IdxLT ); VdbeCoverageIf(v, op==OP_IdxLT );
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c9964 #define OP_IdxLT 116 /* synopsis: key=r[P3@P4] */ macro
75786 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT );
77063 case OP_IdxLT: /* jump */
77079 if( pOp->opcode<OP_IdxLT ){
77083 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT );
77092 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
77093 if( (pOp->opcode&1)==(OP_IdxLT&1) ){
77094 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
118289 OP_IdxLT, /* 3: (end_constraints && bRev && endEq) */
118476 testcase( op==OP_IdxLT ); VdbeCoverageIf(v, op==OP_IdxLT );
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c9964 #define OP_IdxLT 116 /* synopsis: key=r[P3@P4] */ macro
75765 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT );
77042 case OP_IdxLT: /* jump */
77058 if( pOp->opcode<OP_IdxLT ){
77062 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT );
77071 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
77072 if( (pOp->opcode&1)==(OP_IdxLT&1) ){
77073 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
118268 OP_IdxLT, /* 3: (end_constraints && bRev && endEq) */
118455 testcase( op==OP_IdxLT ); VdbeCoverageIf(v, op==OP_IdxLT );
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c9964 #define OP_IdxLT 116 /* synopsis: key=r[P3@P4] */ macro
75765 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT );
77042 case OP_IdxLT: /* jump */
77058 if( pOp->opcode<OP_IdxLT ){
77062 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT );
77071 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
77072 if( (pOp->opcode&1)==(OP_IdxLT&1) ){
77073 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
118268 OP_IdxLT, /* 3: (end_constraints && bRev && endEq) */
118455 testcase( op==OP_IdxLT ); VdbeCoverageIf(v, op==OP_IdxLT );
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c9964 #define OP_IdxLT 116 /* synopsis: key=r[P3@P4] */
75765 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT );
77042 case OP_IdxLT: /* jump */
77058 if( pOp->opcode<OP_IdxLT ){
77062 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT );
77071 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
77072 if( (pOp->opcode&1)==(OP_IdxLT&1) ){
77073 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
118268 OP_IdxLT, /* 3: (end_constraints && bRev && endEq) */
118455 testcase( op==OP_IdxLT ); VdbeCoverageIf(v, op==OP_IdxLT );
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c9964 #define OP_IdxLT 116 /* synopsis: key=r[P3@P4] */ macro
75765 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT );
77042 case OP_IdxLT: /* jump */
77058 if( pOp->opcode<OP_IdxLT ){
77062 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT );
77071 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
77072 if( (pOp->opcode&1)==(OP_IdxLT&1) ){
77073 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
118268 OP_IdxLT, /* 3: (end_constraints && bRev && endEq) */
118455 testcase( op==OP_IdxLT ); VdbeCoverageIf(v, op==OP_IdxLT );

1234567